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

54 lines
1.0 KiB

{
"environment": "staging",
"signers": {
"alfajores": {
"key": "",
"type": "hexKey"
},
"kovan": {
"key": "",
"type": "hexKey"
},
"rinkeby": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"kovan": {
"address": "0xF76995174f3C02e2900d0F6261e8cbeC04078E1f",
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"rinkeby": {
"address": "0xb473F5e0AAf47Ba54dac048633e7b578c1eBde01",
"domain": "2000",
"name": "rinkeby",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
}
},
"home": {
"address": "0xc8abA9c65A292C84EA00441B81124d9507fB22A8",
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}