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

49 lines
1.0 KiB

{
"environment": "test",
"signers": {},
"inboxes": {
"test1": {
"domain": "13371",
"name": "test1",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x9A676e781A523b5d0C0e43731313A708CB607508",
"validatorManager": "0x0DCd1Bf9A1b36cE34237eEaFef220932846BCD82"
}
},
"test2": {
"domain": "13372",
"name": "test2",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0xc3e53F4d16Ae77Db1c982e75a937B9f60FE63690",
"validatorManager": "0xE6E340D132b5f46d1e472DebcD681B2aBc16e57E"
}
}
},
"outbox": {
"addresses": {
"outbox": "0x95401dc811bb5740090279Ba06cfA8fcF6113778"
},
"domain": "13373",
"name": "test3",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}