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/local/kovan_config.json

68 lines
1.3 KiB

{
"environment": "local",
"signers": {
"kovan": {
"key": "",
"type": "hexKey"
},
"alfajores": {
"key": "",
"type": "hexKey"
},
"fuji": {
"key": "",
"type": "hexKey"
},
"mumbai": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"alfajores": {
"address": "0x610178dA211FEF7D417bC0e6FeD39F05609AD788",
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"fuji": {
"address": "0x5f3f1dBD7B74C6B46e8c44f98792A1dAf8d69154",
"domain": "43113",
"name": "fuji",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"mumbai": {
"address": "0x21dF544947ba3E8b3c32561399E88B52Dc8b2823",
"domain": "80001",
"name": "mumbai",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
}
},
"home": {
"address": "0xa85233C63b9Ee964Add6F2cffe00Fd84eb32338f",
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}