Socket
Socket
Sign inDemoInstall

@dcentralab/networks

Package Overview
Dependencies
Maintainers
2
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcentralab/networks - npm Package Compare versions

Comparing version 0.3.24 to 0.3.25

8

lib/networks.d.ts

@@ -7,11 +7,12 @@ export interface INetwork {

symbol: string;
decimals: number;
decimals: 4 | 9 | 11 | 18 | number;
};
rpcUrls: Array<string>;
blockExplorerUrls: Array<string>;
scanName?: string;
}
interface INetworks {
export interface INetworks {
[Network: string]: INetwork;
}
interface ISupportedNetworks {
export interface ISupportedNetworks {
[BlockchainType: string]: INetworks;

@@ -22,2 +23,1 @@ }

export declare const supportedNetworks: ISupportedNetworks;
export {};
{
"name": "@dcentralab/networks",
"version": "0.3.24",
"version": "0.3.25",
"description": "",

@@ -17,4 +17,4 @@ "main": "./lib/index.js",

"dependencies": {
"@dcentralab/common": "^0.3.24"
"@dcentralab/common": "^0.3.25"
}
}
# Dcentralab supported blockchain networks
## Instalation
```javascript
```shell
npm install @dcentralab/networks
```
or
```javascript
```shell
yarn add @dcentralab/networks

@@ -10,0 +10,0 @@ ```

Sorry, the diff of this file is too big to display

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