Skip to content

Commit

Permalink
Resolve conflict after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle committed Feb 21, 2025
1 parent 4a9bba9 commit 00489dc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions node/cmd/guardiand/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1807,18 +1807,6 @@ func runNode(cmd *cobra.Command, args []string) {
watcherConfigs = append(watcherConfigs, wc)
}

if shouldStart(monadDevnetRPC) {
wc := &evm.WatcherConfig{
NetworkID: "monad_devnet",
ChainID: vaa.ChainIDMonadDevnet,
Rpc: *monadDevnetRPC,
Contract: *monadDevnetContract,
CcqBackfillCache: *ccqBackfillCache,
TxVerifier: slices.Contains(txVerifierChains, vaa.ChainIDMonadDevnet),
}

watcherConfigs = append(watcherConfigs, wc)
}
}

var ibcWatcherConfig *node.IbcWatcherConfig = nil
Expand Down

0 comments on commit 00489dc

Please sign in to comment.