devnet: avalanche fix

commit-id:3ab70784
This commit is contained in:
Leo 2021-12-15 00:16:11 +01:00
parent e950bb831a
commit 537d56b37a
2 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,8 @@ spec:
- ws://eth-devnet2:8545
- --polygonRPC
- ws://eth-devnet:8545
- --avalancheRPC
- ws://eth-devnet:8545
- --terraWS
- ws://terra-terrad:26657/websocket
- --terraLCD

View File

@ -286,6 +286,7 @@ func runNode(cmd *cobra.Command, args []string) {
*ethContract = devnet.GanacheWormholeContractAddress.Hex()
*bscContract = devnet.GanacheWormholeContractAddress.Hex()
*polygonContract = devnet.GanacheWormholeContractAddress.Hex()
*avalancheContract = devnet.GanacheWormholeContractAddress.Hex()
// Use the hostname as nodeName. For production, we don't want to do this to
// prevent accidentally leaking sensitive hostnames.