mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-01 10:38:04 +03:00
feat: added new networks Arbitrum and opBNB
This commit is contained in:
@@ -15,4 +15,6 @@ export const productionChains = [
|
||||
SupportedChainId.FANTOM_OPERA,
|
||||
SupportedChainId.POLYGON,
|
||||
SupportedChainId.OKC,
|
||||
SupportedChainId.ARBITRUM,
|
||||
SupportedChainId.OPBNB,
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user