@rarible/sdk-common
Advanced tools
Comparing version
import { Blockchain } from "@rarible/api-client"; | ||
export declare const EVMBlockchains: readonly [Blockchain.ETHEREUM, Blockchain.POLYGON, Blockchain.MANTLE, Blockchain.ARBITRUM, Blockchain.ZKSYNC, Blockchain.CHILIZ, Blockchain.LIGHTLINK, Blockchain.RARI, Blockchain.ASTARZKEVM, Blockchain.BASE]; | ||
export declare const EVMBlockchains: readonly [Blockchain.ETHEREUM, Blockchain.POLYGON, Blockchain.MANTLE, Blockchain.ARBITRUM, Blockchain.ZKSYNC, Blockchain.CHILIZ, Blockchain.LIGHTLINK, Blockchain.RARI, Blockchain.ASTARZKEVM, Blockchain.BASE, Blockchain.CELO]; | ||
export declare type EVMBlockchain = typeof EVMBlockchains[number]; | ||
export declare function isEVMBlockchain(blockchain: string): blockchain is EVMBlockchain; | ||
export declare const NonEVMBlockchains: readonly [Blockchain.FLOW, Blockchain.TEZOS, Blockchain.SOLANA, Blockchain.IMMUTABLEX]; | ||
export declare const SupportedBlockchains: readonly [Blockchain.ETHEREUM, Blockchain.POLYGON, Blockchain.MANTLE, Blockchain.ARBITRUM, Blockchain.ZKSYNC, Blockchain.CHILIZ, Blockchain.LIGHTLINK, Blockchain.RARI, Blockchain.ASTARZKEVM, Blockchain.BASE, Blockchain.FLOW, Blockchain.TEZOS, Blockchain.SOLANA, Blockchain.IMMUTABLEX]; | ||
export declare const SupportedBlockchains: readonly [Blockchain.ETHEREUM, Blockchain.POLYGON, Blockchain.MANTLE, Blockchain.ARBITRUM, Blockchain.ZKSYNC, Blockchain.CHILIZ, Blockchain.LIGHTLINK, Blockchain.RARI, Blockchain.ASTARZKEVM, Blockchain.BASE, Blockchain.CELO, Blockchain.FLOW, Blockchain.TEZOS, Blockchain.SOLANA, Blockchain.IMMUTABLEX]; | ||
export declare type SupportedBlockchain = Extract<Blockchain, typeof SupportedBlockchains[number]>; |
@@ -16,2 +16,3 @@ "use strict"; | ||
api_client_1.Blockchain.BASE, | ||
api_client_1.Blockchain.CELO, | ||
]; | ||
@@ -18,0 +19,0 @@ function isEVMBlockchain(blockchain) { |
{ | ||
"name": "@rarible/sdk-common", | ||
"version": "0.13.68-fix.9", | ||
"version": "0.13.68-fix.10", | ||
"homepage": "", | ||
@@ -19,3 +19,3 @@ "license": "ISC", | ||
"dependencies": { | ||
"@rarible/api-client": "0.16.5-alpha.6" | ||
"@rarible/api-client": "0.16.5-alpha.7" | ||
}, | ||
@@ -35,3 +35,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "1062915447357167ef6ff90ab8a9fc969d939640" | ||
"gitHead": "7e3fe7868d274350461dbab2b85a755abf6ec9a0" | ||
} |
31858
0.22%711
0.14%+ Added
- Removed