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/test2_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": "0x610178dA211FEF7D417bC0e6FeD39F05609AD788",
"validatorManager": "0xa513E6E4b8f2a923D98304ec87F64353C4D5C853"
}
},
"test3": {
"domain": "13373",
"name": "test3",
"rpcStyle": "ethereum",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
},
"addresses": {
"inbox": "0x0E801D84Fa97b50751Dbf25036d067dCf18858bF",
"validatorManager": "0x99bbA657f2BbC93c02D617f8bA121cB8Fc104Acf"
}
}
},
"outbox": {
"addresses": {
"outbox": "0xc6e7DF5E7b4f2A278906862b61205850344D4e7d"
},
"domain": "13372",
"name": "test2",
"rpcStyle": "ethereum",
"finalityBlocks": "1",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}