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-legacy/watcher-partial.json

29 lines
600 B

{
"interval": "100",
"watcher": {
"key": "",
"type": "hexKey"
},
"managers": {
"kovanBridgeRouter": {
"address": "0xAF24a3DB95Ca55eEFADD7b1753F71c774810Df80",
"domain": "3000",
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
},
"alfajoresBridgeRouter": {
"address": "0x3e8391dEB0f2ad863d8b61dfbcadE009BD5243A1",
"domain": "1000",
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": ""
}
}
}
}