From ece6e7e597d71885800ead04706098dd885ebd37 Mon Sep 17 00:00:00 2001 From: Andres Aiello Date: Wed, 4 Oct 2023 12:20:39 -0300 Subject: [PATCH 1/4] Deploy mock contracts to ethereum --- data/addresses.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/addresses.json b/data/addresses.json index a65554c6..e610234a 100644 --- a/data/addresses.json +++ b/data/addresses.json @@ -37,12 +37,12 @@ "zetaTokenConsumerUniV3": "" }, "eth_mainnet": { - "connector": "", + "connector": "0x054197b11aA98E6d842073F9362b64b10F2c24A7", "erc20Custody": "", "immutableCreate2Factory": "0x095a03c6a68137fE9a566bBc3e552F299d8b886d", - "tss": "", - "tssUpdater": "", - "zetaToken": "" + "tss": "0x6F28967E382765cEF6149fa02Cd0Ba0753B01A6b", + "tssUpdater": "0xfCA0392567D5eb77681843b2608dE9C625F57948", + "zetaToken": "0x5CDf9f824526Bf2A4638BF6879591F635Bb8f0B8" }, "goerli_testnet": { "connector": "0x00005e3125aba53c5652f9f0ce1a4cf91d8b15ea", @@ -135,4 +135,4 @@ "uniswapv2Router02": "0x2ca7d64A7EFE2D62A725E2B35Cf7230D6677FfEe" } } -} +} \ No newline at end of file From 8c7ec12cb5aa5c286634caf6cdbe87a0af330785 Mon Sep 17 00:00:00 2001 From: Andres Aiello Date: Wed, 4 Oct 2023 12:32:12 -0300 Subject: [PATCH 2/4] deploy erc20Custody --- data/addresses.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/addresses.json b/data/addresses.json index e610234a..bd8dead2 100644 --- a/data/addresses.json +++ b/data/addresses.json @@ -38,7 +38,7 @@ }, "eth_mainnet": { "connector": "0x054197b11aA98E6d842073F9362b64b10F2c24A7", - "erc20Custody": "", + "erc20Custody": "0xb77277Cf4c734894d4f2471492B184E5C71C32a9", "immutableCreate2Factory": "0x095a03c6a68137fE9a566bBc3e552F299d8b886d", "tss": "0x6F28967E382765cEF6149fa02Cd0Ba0753B01A6b", "tssUpdater": "0xfCA0392567D5eb77681843b2608dE9C625F57948", From 3b0e978534d761ea36f0c6a37dcc71bb67fc1486 Mon Sep 17 00:00:00 2001 From: Andres Aiello Date: Wed, 4 Oct 2023 12:32:37 -0300 Subject: [PATCH 3/4] add arguments file for operations --- arguments.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arguments.js diff --git a/arguments.js b/arguments.js new file mode 100644 index 00000000..3fc3dffa --- /dev/null +++ b/arguments.js @@ -0,0 +1,2 @@ +module.exports = [ +]; From 8903a97326cec6886a1860f82d9a4666fd30a87d Mon Sep 17 00:00:00 2001 From: Andres Aiello Date: Wed, 4 Oct 2023 17:15:36 -0300 Subject: [PATCH 4/4] lint --- arguments.js | 3 +-- data/addresses.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arguments.js b/arguments.js index 3fc3dffa..e0a30c5d 100644 --- a/arguments.js +++ b/arguments.js @@ -1,2 +1 @@ -module.exports = [ -]; +module.exports = []; diff --git a/data/addresses.json b/data/addresses.json index bd8dead2..1072626a 100644 --- a/data/addresses.json +++ b/data/addresses.json @@ -135,4 +135,4 @@ "uniswapv2Router02": "0x2ca7d64A7EFE2D62A725E2B35Cf7230D6677FfEe" } } -} \ No newline at end of file +}