feat: added Line and inEVM mainnet chains

This commit is contained in:
Mikhail Gladchenko
2024-03-01 16:09:07 +00:00
parent 60a22f86fb
commit c67b353439
5 changed files with 103 additions and 1 deletions

View File

@@ -17,4 +17,6 @@ export const productionChains = [
SupportedChainId.OKC,
SupportedChainId.ARBITRUM,
SupportedChainId.OPBNB,
SupportedChainId.INEVM,
SupportedChainId.LINEA,
];

View File

@@ -1 +1 @@
export default ['ftm', 'bsc', 'eth', 'polygon', 'okc', 'arb', 'drip', 'opbnb'] as const;
export default ['ftm', 'bsc', 'eth', 'polygon', 'okc', 'arb', 'drip', 'opbnb', 'inevm', 'linea'] as const;