The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hyperlane-monorepo/rust/config/testnet/optimismkovan_config.json

102 lines
2.4 KiB

{
"environment": "testnet",
"signers": {},
"inboxes": {
"alfajores": {
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x628BC518ED1e0E8C6cbcD574EbA0ee29e7F6943E",
"validatorManager": "0xA2cf52064c921C11adCd83588CbEa08cc3bfF5d8"
}
},
"kovan": {
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x75f3E2a4f424401195A5E176246Ecc9f7e7680ff",
"validatorManager": "0x433f7d6d0cB9eb8FF2902Ad01C1BEd6C09934a33"
}
},
"fuji": {
"domain": "43113",
"name": "fuji",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x75f3E2a4f424401195A5E176246Ecc9f7e7680ff",
"validatorManager": "0x433f7d6d0cB9eb8FF2902Ad01C1BEd6C09934a33"
}
},
"mumbai": {
"domain": "80001",
"name": "mumbai",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x679Dc08cC3A4acFeea2f7CAFAa37561aE0b41Ce7",
"validatorManager": "0x58483b754Abb1E8947BE63d6b95DF75b8249543A"
}
},
"bsctestnet": {
"domain": "1651715444",
"name": "bsctestnet",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x7914A3349107A7295Bbf2374db5A973d73D1b324",
"validatorManager": "0x598facE78a4302f11E3de0bee1894Da0b2Cb71F8"
}
},
"arbitrumrinkeby": {
"domain": "1634872690",
"name": "arbitrumrinkeby",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x7914A3349107A7295Bbf2374db5A973d73D1b324",
"validatorManager": "0x598facE78a4302f11E3de0bee1894Da0b2Cb71F8"
}
}
},
"outbox": {
"addresses": {
"outbox": "0x16B710b86CAd07E6F1C531861a16F5feC29dba37"
},
"domain": "1869622635",
"name": "optimismkovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}