We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec76b73 commit 779da05Copy full SHA for 779da05
watcher/src/index.ts
@@ -83,7 +83,7 @@ const supportedChains: Chain[] =
83
const supportedNTTChains: Chain[] =
84
network === 'Testnet'
85
? ['Solana', 'Sepolia', 'ArbitrumSepolia', 'BaseSepolia', 'OptimismSepolia']
86
- : [];
+ : ['Ethereum', 'Fantom'];
87
88
if (mode === 'vaa') {
89
startSupervisor(supportedChains);
0 commit comments