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
142
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.13

4

build/utils/blockchain.d.ts

@@ -5,4 +5,4 @@ import { Blockchain } from "@rarible/api-client";

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.FIEF, Blockchain.XAI, Blockchain.KROMA, Blockchain.CELO, Blockchain.FLOW, Blockchain.TEZOS, Blockchain.SOLANA, Blockchain.IMMUTABLEX];
export declare const NonEVMBlockchains: readonly [Blockchain.FLOW, Blockchain.TEZOS, Blockchain.SOLANA, Blockchain.ECLIPSE, 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.FIEF, Blockchain.XAI, Blockchain.KROMA, Blockchain.CELO, Blockchain.FLOW, Blockchain.TEZOS, Blockchain.SOLANA, Blockchain.ECLIPSE, Blockchain.IMMUTABLEX];
export declare type SupportedBlockchain = Extract<Blockchain, typeof SupportedBlockchains[number]>;

@@ -29,2 +29,3 @@ "use strict";

api_client_1.Blockchain.SOLANA,
api_client_1.Blockchain.ECLIPSE,
api_client_1.Blockchain.IMMUTABLEX,

@@ -31,0 +32,0 @@ ];

{
"name": "@rarible/sdk-common",
"version": "0.13.68-fix.12",
"version": "0.13.68-fix.13",
"homepage": "",

@@ -19,3 +19,3 @@ "license": "ISC",

"dependencies": {
"@rarible/api-client": "0.16.5-alpha.7"
"@rarible/api-client": "0.16.5-alpha.10"
},

@@ -35,3 +35,3 @@ "devDependencies": {

},
"gitHead": "438c3a383e655b4c7ca8fea7acc123e723976cad"
"gitHead": "073a1b11e60ecec2dea6646bcf56c096471925ab"
}