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

51 lines
1.0 KiB

{
"environment": "test",
"signers": {},
"inboxes": {
"alfajores": {
"address": "0x3Aa5ebB10DC797CAC828524e59A333d0A371443c",
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"kovan": {
"address": "0x70e0bA845a1A0F2DA3359C97E0285013525FFC49",
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"mumbai": {
"address": "0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f",
"domain": "80001",
"name": "mumbai",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
}
},
"outbox": {
"address": "0x2E2Ed0Cfd3AD2f1d34481277b3204d807Ca2F8c2",
"domain": "43113",
"name": "fuji",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}