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/config/default/base.json

49 lines
1.0 KiB

{
"replicas": [
{
"address": "0x0000000000000000000000000000000000000000",
"domain": 60,
"name": "ethereum",
"rpcStyle": "ethereum",
"config": {
"connection": {
"type": "ws",
"url": "ws://localhost:8545"
},
"signer": {
"key": "380eb0f3d505f087e438eca80bc4df9a7faa24f868e69fc0440261a0fc0567dc",
"type": "hexKey"
}
}
},
{
"address": "0x0000000000000000000000000000000000000000",
"domain": 61,
"name": "eth-classic",
"rpcStyle": "ethereum",
"config": {
"connection": {
"type": "ws",
"url": "ws://localhost:8545"
}
}
}
],
"home": {
"address": "0x0000000000000000000000000000000000000000",
"domain": 52752,
"name": "celo",
"rpcStyle": "ethereum",
"config": {
"connection": {
"type": "http",
"url": "http://localhost:8545"
}
}
},
"tracing": {
"level": "debug",
"style": "pretty"
},
"dbPath": "db_path"
}