diff --git a/blockchain-watcher/config/prod-mainnet.json b/blockchain-watcher/config/prod-mainnet.json new file mode 100644 index 00000000..8bd1b7b9 --- /dev/null +++ b/blockchain-watcher/config/prod-mainnet.json @@ -0,0 +1,11 @@ +{ + "platforms": { + "ethereum": { + "name": "ethereum", + "network": "mainnet", + "chainId": 2, + "rpcs": ["https://rpc.ankr.com/eth"], + "timeout": 10000 + } + } +} diff --git a/blockchain-watcher/config/prod-testnet.json b/blockchain-watcher/config/prod-testnet.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/blockchain-watcher/config/prod-testnet.json @@ -0,0 +1 @@ +{}