From 1cdce10eb3c6796f41ac2985596ab159c92c9346 Mon Sep 17 00:00:00 2001 From: Anna Carroll Date: Thu, 1 Jul 2021 22:03:33 +0200 Subject: [PATCH] Fresh deploy (#444) * Fresh deploy * Fix partials --- .../1625169020727/alfajores_config.json | 39 +++++++++++++++++++ .../1625169020727/alfajores_contracts.json | 22 +++++++++++ rust/config/1625169020727/kathy-partial.json | 8 ++++ rust/config/1625169020727/kovan_config.json | 39 +++++++++++++++++++ .../config/1625169020727/kovan_contracts.json | 22 +++++++++++ .../1625169020727/processor-partial.json | 3 ++ .../config/1625169020727/relayer-partial.json | 3 ++ .../config/1625169020727/updater-partial.json | 8 ++++ .../config/1625169020727/watcher-partial.json | 33 ++++++++++++++++ rust/config/default/kathy-partial.json | 7 ++-- rust/config/default/processor-partial.json | 2 +- rust/config/default/relayer-partial.json | 2 +- rust/config/default/updater-partial.json | 4 +- rust/config/default/watcher-partial.json | 8 ++-- 14 files changed, 188 insertions(+), 12 deletions(-) create mode 100644 rust/config/1625169020727/alfajores_config.json create mode 100644 rust/config/1625169020727/alfajores_contracts.json create mode 100644 rust/config/1625169020727/kathy-partial.json create mode 100644 rust/config/1625169020727/kovan_config.json create mode 100644 rust/config/1625169020727/kovan_contracts.json create mode 100644 rust/config/1625169020727/processor-partial.json create mode 100644 rust/config/1625169020727/relayer-partial.json create mode 100644 rust/config/1625169020727/updater-partial.json create mode 100644 rust/config/1625169020727/watcher-partial.json diff --git a/rust/config/1625169020727/alfajores_config.json b/rust/config/1625169020727/alfajores_config.json new file mode 100644 index 000000000..5d04c5d42 --- /dev/null +++ b/rust/config/1625169020727/alfajores_config.json @@ -0,0 +1,39 @@ +{ + "signers": { + "alfajores": { + "key": "", + "type": "hexKey" + }, + "kovan": { + "key": "", + "type": "hexKey" + } + }, + "replicas": { + "kovan": { + "address": "0xDf4c0d67489F945C1e52440Ef8F203F4CE6e4176", + "domain": "3000", + "name": "kovan", + "rpcStyle": "ethereum", + "connection": { + "type": "http", + "url": "https://kovan.infura.io/v3/5c456d7844fa40a683e934df60534c60" + } + } + }, + "home": { + "address": "0x412A813901A717EE00f3A3074c4a3616651D82b1", + "domain": "1000", + "name": "alfajores", + "rpcStyle": "ethereum", + "connection": { + "type": "http", + "url": "https://alfajores-forno.celo-testnet.org" + } + }, + "tracing": { + "level": "debug", + "style": "pretty" + }, + "db": "db_path" +} \ No newline at end of file diff --git a/rust/config/1625169020727/alfajores_contracts.json b/rust/config/1625169020727/alfajores_contracts.json new file mode 100644 index 000000000..fbaf8f72b --- /dev/null +++ b/rust/config/1625169020727/alfajores_contracts.json @@ -0,0 +1,22 @@ +{ + "upgradeBeaconController": "0xE1d471D89f07324d0e6757b47ACf6ED452B69B46", + "xappConnectionManager": "0xCD1E1BC9BAEf4B75dBAfB3F43c9a91d78A28Cf58", + "updaterManager": "0x80F143Fa079A67E99408Aa4EDB673efBdcD5F31b", + "governance": { + "implementation": "0x773DB597b468eA6d832D60CFe496B761FDa50277", + "proxy": "0xF34a504bbb5e9d8Cc647AC6e105188E07e585Eb8", + "beacon": "0xD3cF8CC4fC5c1aF253F63da6b54350cf0243ad7f" + }, + "home": { + "implementation": "0xDf52D7ce0133b8272321420B4657c0AdC7650BF9", + "proxy": "0x412A813901A717EE00f3A3074c4a3616651D82b1", + "beacon": "0x55d98c6c2D553d36DBFeD23Ca3eA7e9A9418CE0f" + }, + "replicas": { + "3000": { + "implementation": "0x12CC30A0d5aDfEd0fe515fa06F3cc0A1E5d2A669", + "proxy": "0x6BBcCFceA34a25C7D59E2A275DEFc93cDd73b0E2", + "beacon": "0xd6923619F51E555a82025b8d3Ee4e6a67FEeBC47" + } + } +} \ No newline at end of file diff --git a/rust/config/1625169020727/kathy-partial.json b/rust/config/1625169020727/kathy-partial.json new file mode 100644 index 000000000..46988a832 --- /dev/null +++ b/rust/config/1625169020727/kathy-partial.json @@ -0,0 +1,8 @@ +{ + "messageInterval": "100", + "chat": { + "message": "static message", + "recipient": "0xabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcd", + "type": "static" + } +} diff --git a/rust/config/1625169020727/kovan_config.json b/rust/config/1625169020727/kovan_config.json new file mode 100644 index 000000000..ef50ebbf4 --- /dev/null +++ b/rust/config/1625169020727/kovan_config.json @@ -0,0 +1,39 @@ +{ + "signers": { + "kovan": { + "key": "", + "type": "hexKey" + }, + "alfajores": { + "key": "", + "type": "hexKey" + } + }, + "replicas": { + "alfajores": { + "address": "0x6BBcCFceA34a25C7D59E2A275DEFc93cDd73b0E2", + "domain": "1000", + "name": "alfajores", + "rpcStyle": "ethereum", + "connection": { + "type": "http", + "url": "https://alfajores-forno.celo-testnet.org" + } + } + }, + "home": { + "address": "0xFe24971E1e124343CDF8590BDDA122CA8745E4De", + "domain": "3000", + "name": "kovan", + "rpcStyle": "ethereum", + "connection": { + "type": "http", + "url": "https://kovan.infura.io/v3/5c456d7844fa40a683e934df60534c60" + } + }, + "tracing": { + "level": "debug", + "style": "pretty" + }, + "db": "db_path" +} \ No newline at end of file diff --git a/rust/config/1625169020727/kovan_contracts.json b/rust/config/1625169020727/kovan_contracts.json new file mode 100644 index 000000000..6bc0a657d --- /dev/null +++ b/rust/config/1625169020727/kovan_contracts.json @@ -0,0 +1,22 @@ +{ + "upgradeBeaconController": "0x32ea430C414DC7c08B6C40EEA495F358404dA03e", + "xappConnectionManager": "0x8FbEA25D0bFDbff68F2B920df180e9498E9c856A", + "updaterManager": "0xef357E74a084E7571f2FB7220953b7C7E876eA4a", + "governance": { + "implementation": "0xf5364400B6180d03e295F99A2D8AFc2dE5968133", + "proxy": "0x91AB58Fc297ab0e0351b588025E4B48fBB8A8BE7", + "beacon": "0x3B14b382f9C5E891dE26FDC0f738962F3D5743bf" + }, + "home": { + "implementation": "0x1BEBC8F1260d16EE5d1CFEE9366bB474bD13DC5f", + "proxy": "0xFe24971E1e124343CDF8590BDDA122CA8745E4De", + "beacon": "0x46d4cF3C3170542DD252D28114A9A9A0e2325A73" + }, + "replicas": { + "1000": { + "implementation": "0x314D88678a60254242730247d68c21a45451EaaD", + "proxy": "0xDf4c0d67489F945C1e52440Ef8F203F4CE6e4176", + "beacon": "0xEFA17984Cd8D276333862CdaFd39E84d20cFBbBD" + } + } +} \ No newline at end of file diff --git a/rust/config/1625169020727/processor-partial.json b/rust/config/1625169020727/processor-partial.json new file mode 100644 index 000000000..3cbe62b80 --- /dev/null +++ b/rust/config/1625169020727/processor-partial.json @@ -0,0 +1,3 @@ +{ + "pollingInterval": "10" +} diff --git a/rust/config/1625169020727/relayer-partial.json b/rust/config/1625169020727/relayer-partial.json new file mode 100644 index 000000000..3cbe62b80 --- /dev/null +++ b/rust/config/1625169020727/relayer-partial.json @@ -0,0 +1,3 @@ +{ + "pollingInterval": "10" +} diff --git a/rust/config/1625169020727/updater-partial.json b/rust/config/1625169020727/updater-partial.json new file mode 100644 index 000000000..a9d6f75a7 --- /dev/null +++ b/rust/config/1625169020727/updater-partial.json @@ -0,0 +1,8 @@ +{ + "pollingInterval": "5", + "updatePause": "15", + "updater": { + "key": "", + "type": "hexKey" + } +} diff --git a/rust/config/1625169020727/watcher-partial.json b/rust/config/1625169020727/watcher-partial.json new file mode 100644 index 000000000..b24e3d361 --- /dev/null +++ b/rust/config/1625169020727/watcher-partial.json @@ -0,0 +1,33 @@ +{ + "pollingInterval": "100", + "watcher": { + "key": "", + "type": "hexKey" + }, + "connectionManagers": [ + { + "address": "0x0000000000000000000000000000000000000000", + "domain": "60", + "name": "ethereum", + "rpcStyle": "ethereum", + "config": { + "connection": { + "type": "ws", + "url": "ws://localhost:8545" + } + } + }, + { + "address": "0x0000000000000000000000000000000000000000", + "domain": "61", + "name": "eth-classic", + "rpcStyle": "ethereum", + "config": { + "connection": { + "type": "ws", + "url": "ws://localhost:8545" + } + } + } + ] +} diff --git a/rust/config/default/kathy-partial.json b/rust/config/default/kathy-partial.json index 3f3b58ed9..46988a832 100644 --- a/rust/config/default/kathy-partial.json +++ b/rust/config/default/kathy-partial.json @@ -1,9 +1,8 @@ { - "messageInterval": 100, - "chatGenConfig": { - "destination": 2000, + "messageInterval": "100", + "chat": { "message": "static message", - "recipient": "recipient", + "recipient": "0xabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcd", "type": "static" } } diff --git a/rust/config/default/processor-partial.json b/rust/config/default/processor-partial.json index 769246848..3cbe62b80 100644 --- a/rust/config/default/processor-partial.json +++ b/rust/config/default/processor-partial.json @@ -1,3 +1,3 @@ { - "pollingInterval": 10 + "pollingInterval": "10" } diff --git a/rust/config/default/relayer-partial.json b/rust/config/default/relayer-partial.json index 769246848..3cbe62b80 100644 --- a/rust/config/default/relayer-partial.json +++ b/rust/config/default/relayer-partial.json @@ -1,3 +1,3 @@ { - "pollingInterval": 10 + "pollingInterval": "10" } diff --git a/rust/config/default/updater-partial.json b/rust/config/default/updater-partial.json index ee022eb24..a9d6f75a7 100644 --- a/rust/config/default/updater-partial.json +++ b/rust/config/default/updater-partial.json @@ -1,6 +1,6 @@ { - "pollingInterval": 5, - "updatePause": 15, + "pollingInterval": "5", + "updatePause": "15", "updater": { "key": "", "type": "hexKey" diff --git a/rust/config/default/watcher-partial.json b/rust/config/default/watcher-partial.json index c9a3db14e..b24e3d361 100644 --- a/rust/config/default/watcher-partial.json +++ b/rust/config/default/watcher-partial.json @@ -1,13 +1,13 @@ { - "pollingInterval": 100, + "pollingInterval": "100", "watcher": { - "key": "380eb0f3d505f087e438eca80bc4df9a7faa24f868e69fc0440261a0fc0567dc", + "key": "", "type": "hexKey" }, "connectionManagers": [ { "address": "0x0000000000000000000000000000000000000000", - "domain": 60, + "domain": "60", "name": "ethereum", "rpcStyle": "ethereum", "config": { @@ -19,7 +19,7 @@ }, { "address": "0x0000000000000000000000000000000000000000", - "domain": 61, + "domain": "61", "name": "eth-classic", "rpcStyle": "ethereum", "config": {