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

@particle-network/chains

Package Overview
Dependencies
Maintainers
3
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.3.8 to 1.3.9

2

dist/index.d.ts

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

export declare const PolygonzkEVM: ChainInfo;
export declare const BSquaredTestnet: ChainInfo;
export declare const Moonbeam: ChainInfo;

@@ -47,2 +48,3 @@ export declare const Moonriver: ChainInfo;

export declare const PolygonzkEVMTestnet: ChainInfo;
export declare const BEVMTestnet: ChainInfo;
export declare const KavaTestnet: ChainInfo;

@@ -49,0 +51,0 @@ export declare const Kava: ChainInfo;

@@ -33,4 +33,6 @@ "use strict";

AvalancheTestnet: () => AvalancheTestnet,
BEVMTestnet: () => BEVMTestnet,
BNBChain: () => BNBChain,
BNBChainTestnet: () => BNBChainTestnet,
BSquaredTestnet: () => BSquaredTestnet,
Base: () => Base,

@@ -914,2 +916,19 @@ BaseGoerli: () => BaseGoerli,

};
var BSquaredTestnet = {
id: 1102,
name: "BSquared",
chainType: "evm",
icon: "https://static.particle.network/token-list/bsquared/native.png",
nativeIcon: "",
fullname: "B\xB2 Network Testnet",
network: "Testnet",
website: "https://www.bsquared.network",
nativeCurrency: {
name: "BTC",
symbol: "BTC",
decimals: 18
},
rpcUrl: "https://haven-rpc.bsquared.network",
blockExplorerUrl: "https://haven-explorer.bsquared.network"
};
var Moonbeam = {

@@ -988,2 +1007,19 @@ id: 1284,

};
var BEVMTestnet = {
id: 1502,
name: "BEVM",
chainType: "evm",
icon: "https://static.particle.network/token-list/bevm/native.png",
nativeIcon: "",
fullname: "BEVM Testnet",
network: "Testnet",
website: "https://www.bevm.io",
nativeCurrency: {
name: "BTC",
symbol: "BTC",
decimals: 18
},
rpcUrl: "https://canary-testnet.bevm.io",
blockExplorerUrl: "https://scan-canary-testnet.bevm.io"
};
var KavaTestnet = {

@@ -2098,2 +2134,3 @@ id: 2221,

"polygonzkevm-1101": PolygonzkEVM,
"bsquared-1102": BSquaredTestnet,
"moonbeam-1284": Moonbeam,

@@ -2103,2 +2140,3 @@ "moonriver-1285": Moonriver,

"polygonzkevm-1442": PolygonzkEVMTestnet,
"bevm-1502": BEVMTestnet,
"kava-2221": KavaTestnet,

@@ -2105,0 +2143,0 @@ "kava-2222": Kava,

@@ -790,2 +790,19 @@ var __defProp = Object.defineProperty;

};
var BSquaredTestnet = {
id: 1102,
name: "BSquared",
chainType: "evm",
icon: "https://static.particle.network/token-list/bsquared/native.png",
nativeIcon: "",
fullname: "B\xB2 Network Testnet",
network: "Testnet",
website: "https://www.bsquared.network",
nativeCurrency: {
name: "BTC",
symbol: "BTC",
decimals: 18
},
rpcUrl: "https://haven-rpc.bsquared.network",
blockExplorerUrl: "https://haven-explorer.bsquared.network"
};
var Moonbeam = {

@@ -864,2 +881,19 @@ id: 1284,

};
var BEVMTestnet = {
id: 1502,
name: "BEVM",
chainType: "evm",
icon: "https://static.particle.network/token-list/bevm/native.png",
nativeIcon: "",
fullname: "BEVM Testnet",
network: "Testnet",
website: "https://www.bevm.io",
nativeCurrency: {
name: "BTC",
symbol: "BTC",
decimals: 18
},
rpcUrl: "https://canary-testnet.bevm.io",
blockExplorerUrl: "https://scan-canary-testnet.bevm.io"
};
var KavaTestnet = {

@@ -1974,2 +2008,3 @@ id: 2221,

"polygonzkevm-1101": PolygonzkEVM,
"bsquared-1102": BSquaredTestnet,
"moonbeam-1284": Moonbeam,

@@ -1979,2 +2014,3 @@ "moonriver-1285": Moonriver,

"polygonzkevm-1442": PolygonzkEVMTestnet,
"bevm-1502": BEVMTestnet,
"kava-2221": KavaTestnet,

@@ -2052,4 +2088,6 @@ "kava-2222": Kava,

AvalancheTestnet,
BEVMTestnet,
BNBChain,
BNBChainTestnet,
BSquaredTestnet,
Base,

@@ -2056,0 +2094,0 @@ BaseGoerli,

2

package.json
{
"name": "@particle-network/chains",
"version": "1.3.8",
"version": "1.3.9",
"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