Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Oct 23, 2024
1 parent 7009910 commit 46312e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/chain-watch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ func init() {
ETH_NODE_WSS_URL = testConfig["ARB_NOVA_WSS_URL"]
}

if testConfig["ETHERLINK_MAINNET_URL"] != "" {
ETH_NODE_URL = testConfig["ETHERLINK_MAINNET_URL"]
ETH_NODE_WSS_URL = testConfig["ETHERLINK_MAINNET_WSS_URL"]
}
// if testConfig["ETHERLINK_MAINNET_URL"] != "" {
// ETH_NODE_URL = testConfig["ETHERLINK_MAINNET_URL"]
// ETH_NODE_WSS_URL = testConfig["ETHERLINK_MAINNET_WSS_URL"]
// }
}

func main() {
Expand Down

0 comments on commit 46312e3

Please sign in to comment.