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

37 lines
806 B

{
"environment": "dev",
"signers": {},
"inboxes": {
"alfajores": {
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x0fda1FDfEaDADdAE9C07C2bdA184935E317688C6",
"validatorManager": "0x78BEAd8669B1657BCA3F7aC202D8098f37Eb6c6A"
}
}
},
"outbox": {
"addresses": {
"outbox": "0x24D05ae06F3Ce4CF146958714c2B2FBE8B6a29c4",
"interchainGasPaymaster": "0x33bE4eAa1A7c04E6Bba63e4F9cfff1eb98CF59F0"
},
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}