v6.0.0
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
- Update 8453-andromeda by @synthetixio-team in #108
- Update 84532-andromeda by @synthetixio-team in #109
- Update 8453-andromeda by @synthetixio-team in #110
- Update 84532-andromeda by @synthetixio-team in #111
- Update 42161-main by @synthetixio-team in #118
- Update 42161-arbthetix by @synthetixio-team in #112
- Update 1-main by @synthetixio-team in #113
- Update 421614-main by @synthetixio-team in #114
- Update 11155111-main by @synthetixio-team in #117
- Update 10-main by @synthetixio-team in #116
- Update 11155111-carina by @synthetixio-team in #115
Full Changelog: v5.6.0...v6.0.0