Skip to content

Commit c82046a

Browse files
committed
watcher: FT updater chains to watch.
1 parent c0921d3 commit c82046a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

watcher/src/fastTransfer/consts.ts

+1-8
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,12 @@ export const FAST_TRANSFER_CONTRACTS: FastTransferContractAddresses = {
9898
};
9999

100100
// Separate testnet and mainnet chains
101-
export type FTEVMMainnetChain =
102-
| 'Arbitrum'
103-
| 'Avalanche'
104-
| 'Base'
105-
| 'Ethereum'
106-
| 'Optimism'
107-
| 'Polygon';
101+
export type FTEVMMainnetChain = 'Arbitrum' | 'Base' | 'Ethereum' | 'Optimism' | 'Polygon';
108102
export type FTEVMTestnetChain = 'ArbitrumSepolia' | 'OptimismSepolia';
109103
export type FTEVMChain = FTEVMMainnetChain | FTEVMTestnetChain;
110104

111105
export const FTEVMMainnetChains: FTEVMMainnetChain[] = [
112106
'Arbitrum',
113-
'Avalanche',
114107
'Base',
115108
'Ethereum',
116109
'Optimism',

0 commit comments

Comments
 (0)