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

52 lines
1.1 KiB

{
"environment": "test",
"signers": {},
"inboxes": {
"test1": {
"domain": "13371",
"name": "test1",
"rpcStyle": "ethereum",
"finalityBlocks": "0",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x0DCd1Bf9A1b36cE34237eEaFef220932846BCD82",
"validatorManager": "0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0"
}
},
"test2": {
"domain": "13372",
"name": "test2",
"rpcStyle": "ethereum",
"finalityBlocks": "1",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0xc5a5C42992dECbae36851359345FE25997F5C42d",
"validatorManager": "0x09635F643e140090A9A8Dcd712eD6285858ceBef"
}
}
},
"outbox": {
"addresses": {
"outbox": "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8"
},
"domain": "13373",
"name": "test3",
"rpcStyle": "ethereum",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}