Skip to content

Commit

Permalink
Deploy arbitrum (#83)
Browse files Browse the repository at this point in the history
Followed the instructions on
[notion](https://www.notion.so/cownation/Deploy-CoW-Protocol-contracts-9f745d8e4b9d47fd8c88d1c7d1cda860)
to deploy on arbitrum.

- deployed contracts
- verified contracts on arbiscan
- verified contract on tenderly

e.g. settlement contract at
[0x9008d19f58aabd9ed0d60971565aa8510560ab41](https://arbiscan.io/address/0x9008d19f58aabd9ed0d60971565aa8510560ab41#code)
  • Loading branch information
MartinquaXD authored Apr 30, 2024
1 parent 45a0792 commit 1d67383
Show file tree
Hide file tree
Showing 9 changed files with 1,834 additions and 2 deletions.
8 changes: 8 additions & 0 deletions balancer/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"11155111": {
"address": "0xA331D84eC860Bf466b4CdCcFb4aC09a1B43F3aE6",
"transactionHash": "0x9e0daaeebe76f1005e633a4b024d213651dbce9471192ed1b7eb43bc144b312b"
},
"42161": {
"address": "0xA331D84eC860Bf466b4CdCcFb4aC09a1B43F3aE6",
"transactionHash": "0x7b3fcae6346e179585d978bd668f9ba3f38c1473539b7c5b882ec0840abcc053"
}
},
"Vault": {
Expand All @@ -41,6 +45,10 @@
"11155111": {
"address": "0xBA12222222228d8Ba445958a75a0704d566BF2C8",
"transactionHash": "0xb22509c6725dd69a975ecb96a0c594901eeee6a279cc66d9d5191022a7039ee6"
},
"42161": {
"address": "0xBA12222222228d8Ba445958a75a0704d566BF2C8",
"transactionHash": "0xe2c3826bd7b15ef8d338038769fe6140a44f1957a36b0f27ab321ab6c68d5a8e"
}
}
}
1 change: 1 addition & 0 deletions deployments/arbitrumOne/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
42161
Loading

0 comments on commit 1d67383

Please sign in to comment.