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/alfa-goerli/alfa_config.json

39 lines
807 B

{
"signers": {
"goerli": {
"key": "",
"type": "hexKey"
},
"alfajores": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"goerli": {
"address": "0x75f5a07e565915442BCC7F98962714Fec4CcF05D",
"domain": 2000,
"name": "goerli",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": "https://goerli.infura.io/v3/5c456d7844fa40a683e934df60534c60"
}
}
},
"home": {
"address": "0x541a0871cA15550d52Ca06F2670c36B0c6A1C0f5",
"domain": 1000,
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": "https://alfajores-forno.celo-testnet.org"
}
},
"tracing": {
"level": "debug",
"style": "pretty"
},
"dbPath": "db_path"
}