Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@particle-network/chains

Package Overview
Dependencies
Maintainers
5
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@particle-network/chains - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

1

dist/index.d.ts

@@ -50,2 +50,3 @@ import { type ChainInfo } from './types';

export declare const ReadONTestnet: ChainInfo;
export declare const GasZeroGoerli: ChainInfo;
export declare const MAPProtocol: ChainInfo;

@@ -52,0 +53,0 @@ export declare const ArbitrumOne: ChainInfo;

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

FantomTestnet: () => FantomTestnet,
GasZeroGoerli: () => GasZeroGoerli,
Gnosis: () => Gnosis,

@@ -980,2 +981,18 @@ GnosisTestnet: () => GnosisTestnet,

};
var GasZeroGoerli = {
id: 12021,
name: "GasZero",
chainType: "evm",
icon: "https://static.particle.network/token-list/gaszero/native.png",
fullname: "GasZero Goerli",
network: "Goerli",
website: "https://gaszero.com",
nativeCurrency: {
name: "GasZero",
symbol: "GAS0",
decimals: 18
},
rpcUrl: "https://goerlitest.gaszero.com",
blockExplorerUrl: "https://scangoerlitest.gaszero.com"
};
var MAPProtocol = {

@@ -1553,2 +1570,3 @@ id: 22776,

"readon-12015": ReadONTestnet,
"gaszero-12021": GasZeroGoerli,
"mapprotocol-22776": MAPProtocol,

@@ -1555,0 +1573,0 @@ "arbitrum-42161": ArbitrumOne,

@@ -881,2 +881,18 @@ var __defProp = Object.defineProperty;

};
var GasZeroGoerli = {
id: 12021,
name: "GasZero",
chainType: "evm",
icon: "https://static.particle.network/token-list/gaszero/native.png",
fullname: "GasZero Goerli",
network: "Goerli",
website: "https://gaszero.com",
nativeCurrency: {
name: "GasZero",
symbol: "GAS0",
decimals: 18
},
rpcUrl: "https://goerlitest.gaszero.com",
blockExplorerUrl: "https://scangoerlitest.gaszero.com"
};
var MAPProtocol = {

@@ -1454,2 +1470,3 @@ id: 22776,

"readon-12015": ReadONTestnet,
"gaszero-12021": GasZeroGoerli,
"mapprotocol-22776": MAPProtocol,

@@ -1511,2 +1528,3 @@ "arbitrum-42161": ArbitrumOne,

FantomTestnet,
GasZeroGoerli,
Gnosis,

@@ -1513,0 +1531,0 @@ GnosisTestnet,

2

package.json
{
"name": "@particle-network/chains",
"version": "1.0.2",
"version": "1.0.3",
"description": "paritlce chains",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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