wormhole-explorer/blockchain-watcher/config/prod-mainnet.json

12 lines
190 B
JSON
Raw Normal View History

2023-11-23 11:47:28 -08:00
{
"platforms": {
"ethereum": {
"name": "ethereum",
"network": "mainnet",
"chainId": 2,
"rpcs": ["https://rpc.ankr.com/eth"],
"timeout": 10000
}
}
}