Skip to content

Commit

Permalink
feat: Deploy mock contracts to ethereum (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaiello authored Oct 20, 2023
1 parent 6005f22 commit 2ef8d41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions arguments.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = [];
10 changes: 5 additions & 5 deletions data/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"zetaTokenConsumerUniV3": ""
},
"eth_mainnet": {
"connector": "",
"erc20Custody": "",
"connector": "0x054197b11aA98E6d842073F9362b64b10F2c24A7",
"erc20Custody": "0xb77277Cf4c734894d4f2471492B184E5C71C32a9",
"immutableCreate2Factory": "0x095a03c6a68137fE9a566bBc3e552F299d8b886d",
"tss": "",
"tssUpdater": "",
"zetaToken": ""
"tss": "0x6F28967E382765cEF6149fa02Cd0Ba0753B01A6b",
"tssUpdater": "0xfCA0392567D5eb77681843b2608dE9C625F57948",
"zetaToken": "0x5CDf9f824526Bf2A4638BF6879591F635Bb8f0B8"
},
"goerli_testnet": {
"connector": "0x00005e3125aba53c5652f9f0ce1a4cf91d8b15ea",
Expand Down

0 comments on commit 2ef8d41

Please sign in to comment.