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.10 to 1.3.11

1

dist/index.d.ts

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

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

@@ -49,0 +50,0 @@ export declare const KavaTestnet: ChainInfo;

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

AvalancheTestnet: () => AvalancheTestnet,
BEVM: () => BEVM,
BEVMTestnet: () => BEVMTestnet,

@@ -1006,2 +1007,19 @@ BNBChain: () => BNBChain,

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

@@ -1311,3 +1329,3 @@ id: 1502,

id: 22776,
name: "MAPProtocol",
name: "MAP Protocol",
chainType: "evm",

@@ -2139,2 +2157,3 @@ icon: "https://static.particle.network/token-list/mapprotocol/native.png",

"polygonzkevm-1442": PolygonzkEVMTestnet,
"bevm-1501": BEVM,
"bevm-1502": BEVMTestnet,

@@ -2157,3 +2176,3 @@ "kava-2221": KavaTestnet,

"eosevm-17777": EOSEVM,
"mapprotocol-22776": MAPProtocol,
"map protocol-22776": MAPProtocol,
"lumibit-28206": LumiBitTestnet,

@@ -2160,0 +2179,0 @@ "arbitrum-42161": ArbitrumOne,

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

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

@@ -1185,3 +1202,3 @@ id: 1502,

id: 22776,
name: "MAPProtocol",
name: "MAP Protocol",
chainType: "evm",

@@ -2013,2 +2030,3 @@ icon: "https://static.particle.network/token-list/mapprotocol/native.png",

"polygonzkevm-1442": PolygonzkEVMTestnet,
"bevm-1501": BEVM,
"bevm-1502": BEVMTestnet,

@@ -2031,3 +2049,3 @@ "kava-2221": KavaTestnet,

"eosevm-17777": EOSEVM,
"mapprotocol-22776": MAPProtocol,
"map protocol-22776": MAPProtocol,
"lumibit-28206": LumiBitTestnet,

@@ -2088,2 +2106,3 @@ "arbitrum-42161": ArbitrumOne,

AvalancheTestnet,
BEVM,
BEVMTestnet,

@@ -2090,0 +2109,0 @@ BNBChain,

2

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