Skip to content

Commit

Permalink
support for latest version of cannon (#2222)
Browse files Browse the repository at this point in the history
* support for latest version of cannon

* fix lint

---------

Co-authored-by: meb <4982406+barrasso@users.noreply.github.com>
  • Loading branch information
dbeal-eth and barrasso committed Mar 18, 2024
1 parent 3d068fc commit a40e2c6
Show file tree
Hide file tree
Showing 4 changed files with 2,555 additions and 1,686 deletions.
51 changes: 51 additions & 0 deletions cannonfile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,57 @@ exec = "./publish/cannon.js"
func = "deploy"
args = ["<%= settings.network %>"]
modified = ["contracts", "publish/src", "publish/deployed/local"]
outputs = [
"contracts.AddressResolver",
"contracts.CircuitBreaker",
"contracts.CollateralErc20",
"contracts.CollateralEth",
"contracts.CollateralManager",
"contracts.CollateralManagerState",
"contracts.CollateralShort",
"contracts.DappMaintenance",
"contracts.DebtCache",
"contracts.DebtMigratorOnEthereum",
"contracts.DelegateApprovals",
"contracts.DelegateApprovalsEternalStorage",
"contracts.Depot",
"contracts.EtherWrapper",
"contracts.ExchangeCircuitBreaker",
"contracts.ExchangeRates",
"contracts.ExchangeState",
"contracts.Exchanger",
"contracts.FeePool",
"contracts.FeePoolEternalStorage",
"contracts.Issuer",
"contracts.Liquidator",
"contracts.LiquidatorRewards",
"contracts.NativeEtherWrapper",
"contracts.OneNetAggregatorDebtRatio",
"contracts.OneNetAggregatorIssuedSynths",
"contracts.OwnerRelayOnEthereum",
"contracts.ProxyFeePool",
"contracts.ProxySynthetix",
"contracts.ProxysUSD",
"contracts.ProxysETH",
"contracts.ProxysBTC",
"contracts.RewardEscrow",
"contracts.RewardsDistribution",
"contracts.Synthetix",
"contracts.SynthetixBridgeEscrow",
"contracts.SynthetixBridgeToOptimism",
"contracts.SynthetixDebtShare",
"contracts.SynthetixEscrow",
"contracts.SynthsUSD",
"contracts.SynthsETH",
"contracts.SynthsBTC",
"contracts.SystemSettings",
"contracts.SystemStatus",
"contracts.TokenStatesUSD",
"contracts.TokenStatesETH",
"contracts.TokenStatesBTC",
"contracts.TradingRewards",
"contracts.WrapperFactory",
]

[invoke.transfer_owner_snx]
target = ["ProxySynthetix"]
Expand Down
Loading

0 comments on commit a40e2c6

Please sign in to comment.