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/1622504632050-alfajores-goerli/alfajores_config.json

40 lines
808 B

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