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

@particle-network/common

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@particle-network/common - npm Package Compare versions

Comparing version 0.14.3 to 0.14.4

40

es/index.js

@@ -275,3 +275,3 @@ var __defProp = Object.defineProperty;

icon: getChainIcon("mantle"),
nativeCurrency: { name: "BIT", symbol: "BIT", decimals: 18 },
nativeCurrency: { name: "MNT", symbol: "MNT", decimals: 18 },
chainType: "evm",

@@ -461,11 +461,2 @@ supportEIP1559: false

}, chainMap.Moonriver);
var MoonriverTestnet = __spreadValues({
id: 1287,
name: "Moonriver",
network: "Testnet",
fullname: "Moonriver Testnet",
rpcUrl: "https://rpc.api.moonbase.moonbeam.network",
blockExplorerUrls: ["https://moonbase.moonscan.io"],
faucetUrl: "https://apps.moonbeam.network/moonbase-alpha/faucet/"
}, chainMap.Moonbeam1287);
var Moonbeam = __spreadValues({

@@ -556,3 +547,3 @@ id: 1284,

fullname: "Ethereum Mainnet",
rpcUrl: "https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161",
rpcUrl: "https://ethereum.publicnode.com",
blockExplorerUrls: ["https://etherscan.io"]

@@ -575,3 +566,3 @@ }, chainMap.Ethereum);

fullname: "Ethereum Goerli",
rpcUrl: "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
rpcUrl: "https://ethereum-goerli.publicnode.com"
}, chainMap.Ethereum), {

@@ -859,2 +850,10 @@ blockExplorerUrls: ["https://goerli.etherscan.io"],

}, chainMap.BaseGoerli);
var Linea = __spreadValues({
id: 59144,
name: "Linea",
network: "Mainnet",
fullname: "Linea Mainnet",
rpcUrl: "https://linea-mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161",
blockExplorerUrls: ["https://explorer.linea.build"]
}, chainMap.Linea);
var LineaGoerli = __spreadValues({

@@ -878,2 +877,11 @@ id: 59140,

}, chainMap.Combo);
var MantleMainnet = __spreadValues({
id: 5e3,
name: "Mantle",
network: "Mainnet",
fullname: "Mantle Mainnet",
rpcUrl: "https://rpc.mantle.xyz",
blockExplorerUrls: ["https://explorer.mantle.xyz"],
faucetUrl: ""
}, chainMap.Mantle);
var MantleTestnet = __spreadValues({

@@ -886,3 +894,3 @@ id: 5001,

blockExplorerUrls: ["https://explorer.testnet.mantle.xyz"],
faucetUrl: "https://faucet.testnet.mantle.xyz/"
faucetUrl: "https://faucet.testnet.mantle.xyz"
}, chainMap.Mantle);

@@ -930,3 +938,2 @@ var ZkMetaTestnet = __spreadValues({

Moonriver,
MoonriverTestnet,
Avalanche,

@@ -972,4 +979,6 @@ AvalancheTestnet,

BaseGoerliTestnet,
Linea,
LineaGoerli,
ComboTestnet,
MantleMainnet,
MantleTestnet,

@@ -1079,5 +1088,7 @@ ZkMetaTestnet,

KlaytnTestnet,
Linea,
LineaGoerli,
MAPOMainnet,
MAPOTestnet,
MantleMainnet,
MantleTestnet,

@@ -1089,3 +1100,2 @@ Metis,

Moonriver,
MoonriverTestnet,
OKBCTestnet,

@@ -1092,0 +1102,0 @@ OKC,

@@ -71,5 +71,7 @@ "use strict";

KlaytnTestnet: () => KlaytnTestnet,
Linea: () => Linea,
LineaGoerli: () => LineaGoerli,
MAPOMainnet: () => MAPOMainnet,
MAPOTestnet: () => MAPOTestnet,
MantleMainnet: () => MantleMainnet,
MantleTestnet: () => MantleTestnet,

@@ -81,3 +83,2 @@ Metis: () => Metis,

Moonriver: () => Moonriver,
MoonriverTestnet: () => MoonriverTestnet,
OKBCTestnet: () => OKBCTestnet,

@@ -367,3 +368,3 @@ OKC: () => OKC,

icon: getChainIcon("mantle"),
nativeCurrency: { name: "BIT", symbol: "BIT", decimals: 18 },
nativeCurrency: { name: "MNT", symbol: "MNT", decimals: 18 },
chainType: "evm",

@@ -553,11 +554,2 @@ supportEIP1559: false

}, chainMap.Moonriver);
var MoonriverTestnet = __spreadValues({
id: 1287,
name: "Moonriver",
network: "Testnet",
fullname: "Moonriver Testnet",
rpcUrl: "https://rpc.api.moonbase.moonbeam.network",
blockExplorerUrls: ["https://moonbase.moonscan.io"],
faucetUrl: "https://apps.moonbeam.network/moonbase-alpha/faucet/"
}, chainMap.Moonbeam1287);
var Moonbeam = __spreadValues({

@@ -648,3 +640,3 @@ id: 1284,

fullname: "Ethereum Mainnet",
rpcUrl: "https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161",
rpcUrl: "https://ethereum.publicnode.com",
blockExplorerUrls: ["https://etherscan.io"]

@@ -667,3 +659,3 @@ }, chainMap.Ethereum);

fullname: "Ethereum Goerli",
rpcUrl: "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
rpcUrl: "https://ethereum-goerli.publicnode.com"
}, chainMap.Ethereum), {

@@ -951,2 +943,10 @@ blockExplorerUrls: ["https://goerli.etherscan.io"],

}, chainMap.BaseGoerli);
var Linea = __spreadValues({
id: 59144,
name: "Linea",
network: "Mainnet",
fullname: "Linea Mainnet",
rpcUrl: "https://linea-mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161",
blockExplorerUrls: ["https://explorer.linea.build"]
}, chainMap.Linea);
var LineaGoerli = __spreadValues({

@@ -970,2 +970,11 @@ id: 59140,

}, chainMap.Combo);
var MantleMainnet = __spreadValues({
id: 5e3,
name: "Mantle",
network: "Mainnet",
fullname: "Mantle Mainnet",
rpcUrl: "https://rpc.mantle.xyz",
blockExplorerUrls: ["https://explorer.mantle.xyz"],
faucetUrl: ""
}, chainMap.Mantle);
var MantleTestnet = __spreadValues({

@@ -978,3 +987,3 @@ id: 5001,

blockExplorerUrls: ["https://explorer.testnet.mantle.xyz"],
faucetUrl: "https://faucet.testnet.mantle.xyz/"
faucetUrl: "https://faucet.testnet.mantle.xyz"
}, chainMap.Mantle);

@@ -1022,3 +1031,2 @@ var ZkMetaTestnet = __spreadValues({

Moonriver,
MoonriverTestnet,
Avalanche,

@@ -1064,4 +1072,6 @@ AvalancheTestnet,

BaseGoerliTestnet,
Linea,
LineaGoerli,
ComboTestnet,
MantleMainnet,
MantleTestnet,

@@ -1068,0 +1078,0 @@ ZkMetaTestnet,

@@ -346,19 +346,2 @@ export interface ChainInfo {

};
export declare const MoonriverTestnet: {
icon: string;
nativeCurrency: {
name: string;
symbol: string;
decimals: number;
};
chainType: string;
supportEIP1559: boolean;
id: number;
name: string;
network: string;
fullname: string;
rpcUrl: string;
blockExplorerUrls: string[];
faucetUrl: string;
};
export declare const Moonbeam: {

@@ -1060,2 +1043,18 @@ icon: string;

};
export declare const Linea: {
icon: string;
nativeCurrency: {
name: string;
symbol: string;
decimals: number;
};
chainType: string;
supportEIP1559: boolean;
id: number;
name: string;
network: string;
fullname: string;
rpcUrl: string;
blockExplorerUrls: string[];
};
export declare const LineaGoerli: {

@@ -1095,2 +1094,19 @@ icon: string;

};
export declare const MantleMainnet: {
icon: string;
nativeCurrency: {
name: string;
symbol: string;
decimals: number;
};
chainType: string;
supportEIP1559: boolean;
id: number;
name: string;
network: string;
fullname: string;
rpcUrl: string;
blockExplorerUrls: string[];
faucetUrl: string;
};
export declare const MantleTestnet: {

@@ -1097,0 +1113,0 @@ icon: string;

{
"name": "@particle-network/common",
"version": "0.14.3",
"version": "0.14.4",
"files": [

@@ -24,3 +24,3 @@ "lib",

},
"gitHead": "0ee0ab42f099fa86019f425f4dd0411101a178a8"
"gitHead": "dfde160798227665bb8d19b8b14e8823ad03bd0c"
}

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