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/mainnet/celo_config.json

72 lines
1.4 KiB

{
"environment": "mainnet",
"index": {
"from": "9712249",
"chunk": "2000"
},
"signers": {
"celo": {
"key": "",
"type": "hexKey"
},
"polygon": {
"key": "",
"type": "hexKey"
},
"avalanche": {
"key": "",
"type": "hexKey"
},
"ethereum": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"polygon": {
"address": "0x45D35F60Ccf8F7031FB5A09954Cd923A9E84F89d",
"domain": "1886350457",
"name": "polygon",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"avalanche": {
"address": "0xA734EDE8229970776e1B68085D579b6b6E97dAd4",
"domain": "1635148152",
"name": "avalanche",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"ethereum": {
"address": "0x27658c5556A9a57f96E69Bbf6d3B8016f001a785",
"domain": "6648936",
"name": "ethereum",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
}
},
"home": {
"address": "0x913EE05036f3cbc94Ee4afDea87ceb430524648a",
"domain": "1667591279",
"name": "celo",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}