feat: added new networks Arbitrum and opBNB

This commit is contained in:
Mikhail Gladchenko
2024-01-11 12:55:32 +00:00
parent 5edd39b63f
commit 93dc288055
5 changed files with 67 additions and 2 deletions

View File

@@ -15,4 +15,6 @@ export const productionChains = [
SupportedChainId.FANTOM_OPERA,
SupportedChainId.POLYGON,
SupportedChainId.OKC,
SupportedChainId.ARBITRUM,
SupportedChainId.OPBNB,
];

View File

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