New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rarible/sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/sdk-common - npm Package Compare versions

Comparing version

to
0.13.68-fix.10

4

build/utils/blockchain.d.ts
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"
}