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

41 lines
874 B

{
"replicas": {
"alfajores": {
"address": "0x0C473afC0cabd469751CBE3Ac08aBac3e40bF586",
"domain": 1000,
"name": "alfajores",
"rpcStyle": "ethereum",
"config": {
"signer": {
"key": "",
"type": "hexKey"
},
"connection": {
"type": "http",
"url": "https://alfajores-forno.celo-testnet.org"
}
}
}
},
"home": {
"address": "0x67038c87496595086B5286A24fb9abb60e0e83BF",
"domain": 2000,
"name": "goerli",
"rpcStyle": "ethereum",
"config": {
"signer": {
"key": "",
"type": "hexKey"
},
"connection": {
"type": "http",
"url": "https://goerli.infura.io/v3/5c456d7844fa40a683e934df60534c60"
}
}
},
"tracing": {
"level": "info",
"style": "pretty"
},
"dbPath": "tmp_db"
}