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/1622591031448-alfajores-goerli/goerli_config.json

39 lines
810 B

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