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.3 to 1.0.4

2

dist/index.d.ts

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

export declare const OKBCTestnet: ChainInfo;
export declare const opBNB: ChainInfo;
export declare const MAPProtocolTestnet: ChainInfo;

@@ -70,2 +71,3 @@ export declare const Fantom: ChainInfo;

export declare const ArbitrumGoerli: ChainInfo;
export declare const ScrollSepolia: ChainInfo;
export declare const ScrollAlphaTestnet: ChainInfo;

@@ -72,0 +74,0 @@ export declare const PlatONTestnet: ChainInfo;

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

ScrollAlphaTestnet: () => ScrollAlphaTestnet,
ScrollSepolia: () => ScrollSepolia,
Solana: () => Solana,

@@ -100,2 +101,3 @@ SolanaDevnet: () => SolanaDevnet,

chains: () => chains_exports,
opBNB: () => opBNB,
opBNBTestnet: () => opBNBTestnet,

@@ -510,2 +512,19 @@ zkMetaTestnet: () => zkMetaTestnet,

};
var opBNB = {
id: 204,
name: "opBNB",
chainType: "evm",
icon: "https://static.particle.network/token-list/bsc/native.png",
fullname: "opBNB Mainnet",
network: "Mainnet",
website: "https://opbnb.bnbchain.org",
nativeCurrency: {
name: "BNB",
symbol: "BNB",
decimals: 18
},
rpcUrl: "https://opbnb-mainnet-rpc.bnbchain.org",
blockExplorerUrl: "https://mainnet.opbnbscan.com",
features: [{ name: "EIP1559" }]
};
var MAPProtocolTestnet = {

@@ -1307,2 +1326,18 @@ id: 212,

};
var ScrollSepolia = {
id: 534351,
name: "Scroll",
chainType: "evm",
icon: "https://static.particle.network/token-list/scroll/native.png",
fullname: "Scroll Sepolia",
network: "Sepolia",
website: "https://scroll.io",
nativeCurrency: {
name: "Scroll",
symbol: "ETH",
decimals: 18
},
rpcUrl: "https://sepolia-rpc.scroll.io",
blockExplorerUrl: "https://sepolia-blockscout.scroll.io"
};
var ScrollAlphaTestnet = {

@@ -1544,2 +1579,3 @@ id: 534353,

"okbc-195": OKBCTestnet,
"opbnb-204": opBNB,
"mapprotocol-212": MAPProtocolTestnet,

@@ -1592,2 +1628,3 @@ "fantom-250": Fantom,

"arbitrum-421613": ArbitrumGoerli,
"scroll-534351": ScrollSepolia,
"scroll-534353": ScrollAlphaTestnet,

@@ -1594,0 +1631,0 @@ "platon-2206132": PlatONTestnet,

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

};
var opBNB = {
id: 204,
name: "opBNB",
chainType: "evm",
icon: "https://static.particle.network/token-list/bsc/native.png",
fullname: "opBNB Mainnet",
network: "Mainnet",
website: "https://opbnb.bnbchain.org",
nativeCurrency: {
name: "BNB",
symbol: "BNB",
decimals: 18
},
rpcUrl: "https://opbnb-mainnet-rpc.bnbchain.org",
blockExplorerUrl: "https://mainnet.opbnbscan.com",
features: [{ name: "EIP1559" }]
};
var MAPProtocolTestnet = {

@@ -1206,2 +1223,18 @@ id: 212,

};
var ScrollSepolia = {
id: 534351,
name: "Scroll",
chainType: "evm",
icon: "https://static.particle.network/token-list/scroll/native.png",
fullname: "Scroll Sepolia",
network: "Sepolia",
website: "https://scroll.io",
nativeCurrency: {
name: "Scroll",
symbol: "ETH",
decimals: 18
},
rpcUrl: "https://sepolia-rpc.scroll.io",
blockExplorerUrl: "https://sepolia-blockscout.scroll.io"
};
var ScrollAlphaTestnet = {

@@ -1443,2 +1476,3 @@ id: 534353,

"okbc-195": OKBCTestnet,
"opbnb-204": opBNB,
"mapprotocol-212": MAPProtocolTestnet,

@@ -1491,2 +1525,3 @@ "fantom-250": Fantom,

"arbitrum-421613": ArbitrumGoerli,
"scroll-534351": ScrollSepolia,
"scroll-534353": ScrollAlphaTestnet,

@@ -1571,2 +1606,3 @@ "platon-2206132": PlatONTestnet,

ScrollAlphaTestnet,
ScrollSepolia,
Solana,

@@ -1584,2 +1620,3 @@ SolanaDevnet,

chains_exports as chains,
opBNB,
opBNBTestnet,

@@ -1586,0 +1623,0 @@ zkMetaTestnet,

2

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