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

@coolbitx/blockchain-info

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coolbitx/blockchain-info - npm Package Compare versions

Comparing version

to
0.0.23

3

dist/index.d.ts

@@ -44,3 +44,4 @@ export declare enum Network {

KASPA = "Kaspa",
SUI = "Sui"
SUI = "Sui",
CORE = "Core"
}

@@ -47,0 +48,0 @@ export declare function getEvmChainIdByNetwork(network: Network): number;

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

Network["SUI"] = "Sui";
Network["CORE"] = "Core";
})(Network = exports.Network || (exports.Network = {}));

@@ -70,2 +71,3 @@ const EvmChainIdList = {

[Network.Dis]: 513100,
[Network.CORE]: 1116,
};

@@ -252,2 +254,6 @@ function getEvmChainIdByNetwork(network) {

},
CORE: {
name: Network.CORE,
symbol: "CORE",
},
};

@@ -254,0 +260,0 @@ var WalletMode;

{
"name": "@coolbitx/blockchain-info",
"version": "0.0.22",
"version": "0.0.23",
"description": "Blockchain Information",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet