@particle-network/chains
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -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, |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
245538
3303