From 6d525ec198bfe45ff9967b69150bce091788ed2f Mon Sep 17 00:00:00 2001 From: Paul Noel Date: Wed, 17 Apr 2024 16:12:27 -0400 Subject: [PATCH] wip --- watcher/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/src/index.ts b/watcher/src/index.ts index a24826dd..db720d01 100644 --- a/watcher/src/index.ts +++ b/watcher/src/index.ts @@ -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);