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

52 lines
1.1 KiB

{
"environment": "test",
"signers": {},
"inboxes": {
"test2": {
"domain": "13372",
"name": "test2",
"rpcStyle": "ethereum",
"finalityBlocks": "1",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x4A679253410272dd5232B3Ff7cF5dbB88f295319",
"validatorManager": "0x4ed7c70F96B99c776995fB64377f0d4aB3B0e1C1"
}
},
"test3": {
"domain": "13373",
"name": "test3",
"rpcStyle": "ethereum",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x70e0bA845a1A0F2DA3359C97E0285013525FFC49",
"validatorManager": "0xf5059a5D33d5853360D16C683c16e67980206f36"
}
}
},
"outbox": {
"addresses": {
"outbox": "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707"
},
"domain": "13371",
"name": "test1",
"rpcStyle": "ethereum",
"finalityBlocks": "0",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}