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/dev/kovan_config.json

87 lines
1.6 KiB

{
"environment": "dev",
"index": {
"from": "25000000",
"chunk": "2000"
},
"signers": {
"kovan": {
"key": "",
"type": "hexKey"
},
"alfajores": {
"key": "",
"type": "hexKey"
},
"mumbai": {
"key": "",
"type": "hexKey"
},
"fuji": {
"key": "",
"type": "hexKey"
},
"gorli": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"alfajores": {
"address": "0x6AdB8ba7C826d70506D26eDdc74236fB88Fa647F",
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"mumbai": {
"address": "0xc501ad2163Ebd9921B4a6E46B344Ef7bA76A2cBa",
"domain": "80001",
"name": "mumbai",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"fuji": {
"address": "0xc501ad2163Ebd9921B4a6E46B344Ef7bA76A2cBa",
"domain": "43113",
"name": "fuji",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"gorli": {
"address": "0xc501ad2163Ebd9921B4a6E46B344Ef7bA76A2cBa",
"domain": "5",
"name": "gorli",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
}
},
"home": {
"address": "0xc53F82FAF17B4c521A85C514791593847Bdf1655",
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"tracing": {
"level": "debug",
"fmt": "json"
},
"db": "db_path"
}