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 0.0.11 to 0.0.12

3

dist/index.d.ts

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

Linea = "Linea",
Base = "Base"
Base = "Base",
Dis = "Dis"
}

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

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

Network["Base"] = "Base";
Network["Dis"] = "Dis";
})(Network = exports.Network || (exports.Network = {}));

@@ -62,2 +63,3 @@ const EvmChainIdList = {

[Network.Base]: 8453,
[Network.Dis]: 513100,
};

@@ -220,2 +222,6 @@ function getEvmChainIdByNetwork(network) {

},
DIS: {
name: Network.Dis,
symbol: 'DIS',
},
};

@@ -222,0 +228,0 @@ var WalletMode;

{
"name": "@coolbitx/blockchain-info",
"version": "0.0.11",
"version": "0.0.12",
"description": "Blockchain Information",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc