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/test/alfajores_config.json

51 lines
1.0 KiB

{
"environment": "test",
"signers": {},
"replicas": {
"kovan": {
"address": "0x84eA74d481Ee0A5332c457a4d796187F6Ba67fEB",
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"mumbai": {
"address": "0x5f3f1dBD7B74C6B46e8c44f98792A1dAf8d69154",
"domain": "80001",
"name": "mumbai",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"fuji": {
"address": "0x21dF544947ba3E8b3c32561399E88B52Dc8b2823",
"domain": "43113",
"name": "fuji",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
}
},
"home": {
"address": "0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6",
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}