Skip to content

Releases: Synthetixio/v3-contracts

v6.7.0

02 Sep 04:23
Compare
Choose a tag to compare

1-main

  • Governance satellite contracts updates with new parameters

10-main

  • Governance satellite contracts
  • Disable SNX deposits
  • Disable ETH spot market

8453-andromeda

  • Matic -> POL

What's Changed

Full Changelog: v6.6.1...v6.7.0

v6.6.1

02 Sep 04:20
Compare
Choose a tag to compare

10-main

  • snxUSD renamed to sUSD

42161-main

  • Multicollateral Perps enabled via market caps increases

What's Changed

Full Changelog: v6.6.0...v6.6.1

v6.6.0

02 Sep 04:18
Compare
Choose a tag to compare

1-main

  • Governance satellite contracts
  • snxUSD rename to sUSD
  • Pool-level rewards

11155111-main

  • Pool-level rewards

8453-andromeda

  • Disabled matic

84532-andromeda

  • Disabled matic

42161-main

  • Multicollateral Perps Market release
  • Pool-level rewards as required by Multicollateral Perps Market
  • Synth tokens and collaterals added as required by Multicollateral Perps Market

421614-main

  • Multicollateral Perps Market release
  • Pool-level rewards as required by Multicollateral Perps Market
  • Synth tokens and collaterals added as required by Multicollateral Perps Market

What's Changed

Full Changelog: v6.5.0...v6.6.0

v6.5.0

03 Aug 02:41
Compare
Choose a tag to compare

Mainnets

1-main

  • Upgraded core deployment
  • Legacy market
  • Spot market

42161-main

  • WETH collateral limit update

8453-andromeda

  • stataUSDC collateral
  • sStataUSDC synth
  • HOTFIX for RNDR price feed deprecation

Testnets

11155111-main

  • WstETH collateral

421614-main

  • Multicollateral perps
  • sBTC and sETH synths

84532-andromeda

  • stataUSDC collateral

What's Changed

Full Changelog: v6.4.0...v6.5.0

v6.4.0

09 Jul 08:59
Compare
Choose a tag to compare

8453-andromeda

  • new perps markets

11155111-main

  • sUSDe collateral

What's Changed

Full Changelog: v6.3.0...v6.4.0

v6.3.0

07 Jul 11:57
Compare
Choose a tag to compare

8453-andromeda

  • new perps markets (and new price IDs)

What's Changed

Full Changelog: v6.2.1...v6.3.0

v6.2.1

01 Jul 11:02
Compare
Choose a tag to compare
  • Fixed missing systemToken for Arbitrum Sepolia

What's Changed

Full Changelog: v6.2.0...v6.2.1

v6.2.0

01 Jul 07:58
Compare
Choose a tag to compare

All deployments

  • Add systemToken.json

What's Changed

Full Changelog: v6.1.0...v6.2.0

v6.1.0

25 Jun 02:07
Compare
Choose a tag to compare

42161-main

  • USDe collateral support
  • ARB rewards for USDe LPs

421614-main

  • disable fsUSDe collateral

84532-andromeda

  • deprecate low caps market and move all low caps perps markets into the main supermarket

What's Changed

Full Changelog: v6.0.0...v6.1.0

v6.0.0

21 Jun 08:44
Compare
Choose a tag to compare

Due to some contracts ABI files changing names, this release has to be a major update (breaking change)

Refactor generators to use dynamic generation for:

  • collateralTokens.json
  • synthTokens.json
  • rewardsDistributors.json
  • mintableTokens.json

Unified contract naming (this change means contracts will be published with new major version):

  • CollateralToken_${SYMBOL}.json (example: "CollateralToken_sUSDC.json")
  • MintableToken_${SYMBOL}.json (example: "MintableToken_fwSNX.json")
  • SynthToken_${SYMBOL}.json (example: "SynthToken_sStataUSDC.json")
  • RewardsDistributor_${POOL_ID}_${COLLATERAL_TYPE}_${PAYOUT_TOKEN}.json (example "RewardsDistributor_1_sUSDC_fUSDC.json")

Special case of dealing with duplicate symbols. In case we have configured a collateral with the same symbol as already existed one - new ones will get an extra suffix to their name __${INDEX} (example "CollateralToken_fUSDC__1.json").

What's Changed

Full Changelog: v5.6.0...v6.0.0