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

51 lines
1.0 KiB

{
"environment": "test",
"signers": {},
"inboxes": {
"alfajores": {
"address": "0x0B306BF915C4d645ff596e518fAf3F9669b97016",
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"kovan": {
"address": "0xa82fF9aFd8f496c3d6ac40E2a0F282E47488CFc9",
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"fuji": {
"address": "0x51A1ceB83B83F1985a81C295d1fF28Afef186E02",
"domain": "43113",
"name": "fuji",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
}
},
"outbox": {
"address": "0x5eb3Bc0a489C5A8288765d2336659EbCA68FCd00",
"domain": "80001",
"name": "mumbai",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}