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/development/rinkeby_config.json

58 lines
1.1 KiB

{
"environment": "dev",
"index": {
"from": "9430441",
"chunk": "1999"
},
"signers": {
"rinkeby": {
"key": "",
"type": "hexKey"
},
"kovan": {
"key": "",
"type": "hexKey"
},
"alfajores": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"kovan": {
"address": "0x6776ef96A04a40a4dCB835D42bF59649aA9daFeA",
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"alfajores": {
"address": "0xB4ceF5bd5328c42F3f09b9A43F6010ea93f145f1",
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
}
},
"home": {
"address": "0xDf4c0d67489F945C1e52440Ef8F203F4CE6e4176",
"domain": "2000",
"name": "rinkeby",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}