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

67 lines
1.6 KiB

{
"environment": "test",
"chains": {
"test1": {
"name": "test1",
"domain": "13371",
"addresses": {
"mailbox": "0x610178dA211FEF7D417bC0e6FeD39F05609AD788",
"interchainGasPaymaster": "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707",
"validatorAnnounce": "0xB7f8BC63BbcaD18155201308C8f3540b07f84F5e"
},
"signer": null,
"protocol": "ethereum",
"finalityBlocks": "0",
"connection": {
"type": "http",
"url": ""
},
"index": {
"from": "4"
}
},
"test2": {
"name": "test2",
"domain": "13372",
"addresses": {
"mailbox": "0x4ed7c70F96B99c776995fB64377f0d4aB3B0e1C1",
"interchainGasPaymaster": "0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE",
"validatorAnnounce": "0x322813Fd9A801c5507c9de605d63CEA4f2CE6c44"
},
"signer": null,
"protocol": "ethereum",
"finalityBlocks": "1",
"connection": {
"type": "http",
"url": ""
},
"index": {
"from": "16"
}
},
"test3": {
"name": "test3",
"domain": "13373",
"addresses": {
"mailbox": "0xa82fF9aFd8f496c3d6ac40E2a0F282E47488CFc9",
"interchainGasPaymaster": "0x67d269191c92Caf3cD7723F116c85e6E9bf55933",
"validatorAnnounce": "0x1613beB3B2C4f22Ee086B2b38C1476A3cE7f78E8"
},
"signer": null,
"protocol": "ethereum",
"finalityBlocks": "2",
"connection": {
"type": "http",
"url": ""
},
"index": {
"from": "29"
}
}
},
"db": "db_path",
"tracing": {
"level": "debug",
"fmt": "json"
}
}