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/test/mumbai_config.json

62 lines
1.4 KiB

{
"environment": "test",
"signers": {},
"inboxes": {
"alfajores": {
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x0B306BF915C4d645ff596e518fAf3F9669b97016",
"validatorManager": "0x9A676e781A523b5d0C0e43731313A708CB607508"
}
},
"kovan": {
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8",
"validatorManager": "0xa82fF9aFd8f496c3d6ac40E2a0F282E47488CFc9"
}
},
"fuji": {
"domain": "43113",
"name": "fuji",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x202CCe504e04bEd6fC0521238dDf04Bc9E8E15aB",
"validatorManager": "0x0355B7B8cb128fA5692729Ab3AAa199C1753f726"
}
}
},
"outbox": {
"addresses": {
"outbox": "0x8f86403A4DE0BB5791fa46B8e795C547942fE4Cf"
},
"domain": "80001",
"name": "mumbai",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}