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/testnet/gorli_config.json

72 lines
1.4 KiB

{
"environment": "testnet",
"index": {
"from": "4879884",
"chunk": "2000"
},
"signers": {
"gorli": {
"key": "",
"type": "hexKey"
},
"ropsten": {
"key": "",
"type": "hexKey"
},
"kovan": {
"key": "",
"type": "hexKey"
},
"alfajores": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"ropsten": {
"address": "0x15C1edbf6E6161d50d58682dF7587F0d61db5C38",
"domain": "3",
"name": "ropsten",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"kovan": {
"address": "0xF782C67AA111a9D75f6ccEf3d7aDB54620D5A8e9",
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"alfajores": {
"address": "0x4eAD31e37b950B32b9EBbE747f0ef4BffAc336a5",
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
}
},
"home": {
"address": "0xDf89d5d4039ada018BCDb992Bb6C2e05fEf86328",
"domain": "5",
"name": "gorli",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}