Skip to content

Commit

Permalink
watcher: change XPLA, Terra2 watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Apr 10, 2024
1 parent fffd4a1 commit 1344b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher/src/watchers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function makeFinalizedWatcher(network: Network, chainName: Chain): Watche
} else if (chainName === 'Terra') {
return new TerraExplorerWatcher(network, chainName);
} else if (chainName === 'Xpla' || chainName === 'Terra2') {
return new TerraExplorerWatcher(network, chainName);
return new CosmwasmWatcher(network, chainName);
} else if (chainName === 'Sui') {
return new SuiWatcher(network);
} else if (chainName === 'Wormchain') {
Expand Down

0 comments on commit 1344b6e

Please sign in to comment.