Skip to content

Commit 6d525ec

Browse files
committed
wip
1 parent 76cc3e0 commit 6d525ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watcher/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const supportedChains: Chain[] =
8383
const supportedNTTChains: Chain[] =
8484
network === 'Testnet'
8585
? ['Solana', 'Sepolia', 'ArbitrumSepolia', 'BaseSepolia', 'OptimismSepolia']
86-
: ['Ethereum', 'Fantom'];
86+
: ['Solana', 'Ethereum', 'Fantom', 'Arbitrum', 'Optimism', 'Base'];
8787

8888
if (mode === 'vaa') {
8989
startSupervisor(supportedChains);

0 commit comments

Comments
 (0)