We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0921d3 commit c82046aCopy full SHA for c82046a
watcher/src/fastTransfer/consts.ts
@@ -98,19 +98,12 @@ export const FAST_TRANSFER_CONTRACTS: FastTransferContractAddresses = {
98
};
99
100
// Separate testnet and mainnet chains
101
-export type FTEVMMainnetChain =
102
- | 'Arbitrum'
103
- | 'Avalanche'
104
- | 'Base'
105
- | 'Ethereum'
106
- | 'Optimism'
107
- | 'Polygon';
+export type FTEVMMainnetChain = 'Arbitrum' | 'Base' | 'Ethereum' | 'Optimism' | 'Polygon';
108
export type FTEVMTestnetChain = 'ArbitrumSepolia' | 'OptimismSepolia';
109
export type FTEVMChain = FTEVMMainnetChain | FTEVMTestnetChain;
110
111
export const FTEVMMainnetChains: FTEVMMainnetChain[] = [
112
'Arbitrum',
113
- 'Avalanche',
114
'Base',
115
'Ethereum',
116
'Optimism',
0 commit comments