feat: added chains for old SDK for OB

This commit is contained in:
Mikhail Gladchenko
2024-01-16 08:30:44 +00:00
parent c45179ceb9
commit f4f2d0ba3c
6 changed files with 159 additions and 14 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;