@particle-network/chains
Advanced tools
Comparing version 1.3.8 to 1.3.9
@@ -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, |
{ | ||
"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
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
330723
4525