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/kovan_config.json

62 lines
1.4 KiB

{
"environment": "test",
"signers": {},
"inboxes": {
"alfajores": {
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0",
"validatorManager": "0x8A791620dd6260079BF849Dc5567aDC3F2FdC318"
}
},
"mumbai": {
"domain": "80001",
"name": "mumbai",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x2bdCC0de6bE1f7D2ee689a0342D76F52E8EFABa3",
"validatorManager": "0x82e01223d51Eb87e16A03E24687EDF0F294da6f1"
}
},
"fuji": {
"domain": "43113",
"name": "fuji",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x36b58F5C1969B7b6591D752ea6F5486D069010AB",
"validatorManager": "0x51A1ceB83B83F1985a81C295d1fF28Afef186E02"
}
}
},
"outbox": {
"addresses": {
"outbox": "0xa85233C63b9Ee964Add6F2cffe00Fd84eb32338f"
},
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}