Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Apr 17, 2024
1 parent 76cc3e0 commit 6d525ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const supportedChains: Chain[] =
const supportedNTTChains: Chain[] =
network === 'Testnet'
? ['Solana', 'Sepolia', 'ArbitrumSepolia', 'BaseSepolia', 'OptimismSepolia']
: ['Ethereum', 'Fantom'];
: ['Solana', 'Ethereum', 'Fantom', 'Arbitrum', 'Optimism', 'Base'];

if (mode === 'vaa') {
startSupervisor(supportedChains);
Expand Down

0 comments on commit 6d525ec

Please sign in to comment.