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/dev-legacy/alfajores_config.json

59 lines
1.1 KiB

{
"environment": "dev-legacy",
"index": {
"from": "7672149",
"chunk": "1999"
},
"signers": {
"alfajores": {
"key": "",
"type": "hexKey"
},
"kovan": {
"key": "",
"type": "hexKey"
},
"rinkeby": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"kovan": {
"address": "0xC6b39Ac67FBE3e029708390ffea130c8C0E7D30b",
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"rinkeby": {
"address": "0x7f41a2A1D97DD5F75B6FF6E1b012f686fE8121E4",
"domain": "2000",
"name": "rinkeby",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
}
},
"home": {
"address": "0x01652e694BbD82C0900776c0406C3DFaa00e1e91",
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}