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/mainnet2/mainnet2_config.json

162 lines
4.2 KiB

{
"environment": "mainnet2",
"chains": {
"celo": {
"name": "celo",
"domain": "42220",
"addresses": {
"mailbox": "0x35231d4c2D8B8ADcB5617A638A0c4548684c7C70",
"interchainGasPaymaster": "0x5bc68C82d33160cF4EA34d0bab3F7c27cD9eD8D6",
"multisigIsm": "0x9bDE63104EE030d9De419EEd6bA7D14b86D6fE3f"
},
"protocol": "ethereum",
"finalityBlocks": "0",
"connection": {
"type": "http",
"url": ""
},
"index": {
"from": "16884144"
},
"signer": null
},
"ethereum": {
"name": "ethereum",
"domain": "1",
"addresses": {
"mailbox": "0x35231d4c2D8B8ADcB5617A638A0c4548684c7C70",
"interchainGasPaymaster": "0xdE86327fBFD04C4eA11dC0F270DA6083534c2582",
"multisigIsm": "0xec48E52D960E54a179f70907bF28b105813877ee"
},
"protocol": "ethereum",
"finalityBlocks": "20",
"connection": {
"type": "http",
"url": ""
},
"index": {
"from": "16271503"
},
"signer": null
},
"avalanche": {
"name": "avalanche",
"domain": "43114",
"addresses": {
"mailbox": "0x35231d4c2D8B8ADcB5617A638A0c4548684c7C70",
"interchainGasPaymaster": "0xdE86327fBFD04C4eA11dC0F270DA6083534c2582",
"multisigIsm": "0xeE80ab5B563cB3825133f29502bA34eD3707cb8C"
},
"protocol": "ethereum",
"finalityBlocks": "3",
"connection": {
"type": "http",
"url": ""
},
"index": {
"from": "24145479"
},
"signer": null
},
"polygon": {
"name": "polygon",
"domain": "137",
"addresses": {
"mailbox": "0x35231d4c2D8B8ADcB5617A638A0c4548684c7C70",
"interchainGasPaymaster": "0xdE86327fBFD04C4eA11dC0F270DA6083534c2582",
"multisigIsm": "0x61A80297e77FC5395bd6Ff60EEacf7CD4f18d4a4"
},
"protocol": "ethereum",
"finalityBlocks": "256",
"connection": {
"type": "http",
"url": ""
},
"index": {
"from": "37313389"
},
"signer": null
},
"bsc": {
"name": "bsc",
"domain": "56",
"addresses": {
"mailbox": "0x35231d4c2D8B8ADcB5617A638A0c4548684c7C70",
"interchainGasPaymaster": "0xdE86327fBFD04C4eA11dC0F270DA6083534c2582",
"multisigIsm": "0x3a579C0bd04FC4C98A8D70EEABD9094e7be4B26D"
},
"protocol": "ethereum",
"finalityBlocks": "15",
"connection": {
"type": "http",
"url": ""
},
"index": {
"from": "24248084"
},
"signer": null
},
"arbitrum": {
"name": "arbitrum",
"domain": "42161",
"addresses": {
"mailbox": "0x35231d4c2D8B8ADcB5617A638A0c4548684c7C70",
"interchainGasPaymaster": "0xdE86327fBFD04C4eA11dC0F270DA6083534c2582",
"multisigIsm": "0x32B92bd3e5045B67FDD8dbb7A58D25980836d04C"
},
"protocol": "ethereum",
"finalityBlocks": "0",
"connection": {
"type": "http",
"url": ""
},
"index": {
"from": "49073182"
},
"signer": null
},
"optimism": {
"name": "optimism",
"domain": "10",
"addresses": {
"mailbox": "0x35231d4c2D8B8ADcB5617A638A0c4548684c7C70",
"interchainGasPaymaster": "0xdE86327fBFD04C4eA11dC0F270DA6083534c2582",
"multisigIsm": "0xAab1D11E2063Bae5EB01fa946cA8d2FDe3db05D5"
},
"protocol": "ethereum",
"finalityBlocks": "0",
"connection": {
"type": "http",
"url": ""
},
"index": {
"from": "55698988"
},
"signer": null
},
"moonbeam": {
"name": "moonbeam",
"domain": "1284",
"addresses": {
"mailbox": "0x35231d4c2D8B8ADcB5617A638A0c4548684c7C70",
"interchainGasPaymaster": "0xdE86327fBFD04C4eA11dC0F270DA6083534c2582",
"multisigIsm": "0xf3b1F415740A26568C45b1c771A737E31C198F09"
},
"protocol": "ethereum",
"finalityBlocks": "1",
"connection": {
"type": "http",
"url": ""
},
"index": {
"from": "2595747"
},
"signer": null
}
},
"db": "db_path",
"tracing": {
"level": "debug",
"fmt": "json"
}
}