@particle-network/chains
Advanced tools
Comparing version 1.3.22 to 1.3.23
@@ -56,2 +56,3 @@ import { type ChainInfo } from './types'; | ||
export declare const SatoshiVMTestnet: ChainInfo; | ||
export declare const BotanixTestnet: ChainInfo; | ||
export declare const FantomTestnet: ChainInfo; | ||
@@ -58,0 +59,0 @@ export declare const Merlin: ChainInfo; |
@@ -1036,2 +1036,19 @@ var __defProp = Object.defineProperty; | ||
}; | ||
var BotanixTestnet = { | ||
id: 3636, | ||
name: "Botanix", | ||
chainType: "evm", | ||
icon: "https://static.particle.network/token-list/botanix/native.png", | ||
nativeIcon: "https://static.particle.network/token-list/btc/native.png", | ||
fullname: "Botanix Testnet", | ||
network: "Testnet", | ||
website: "https://botanixlabs.xyz", | ||
nativeCurrency: { | ||
name: "BTC", | ||
symbol: "BTC", | ||
decimals: 18 | ||
}, | ||
rpcUrl: "https://node.botanixlabs.dev", | ||
blockExplorerUrl: "https://blockscout.botanixlabs.dev" | ||
}; | ||
var FantomTestnet = { | ||
@@ -2212,2 +2229,3 @@ id: 4002, | ||
"satoshivm-3110": SatoshiVMTestnet, | ||
"botanix-3636": BotanixTestnet, | ||
"fantom-4002": FantomTestnet, | ||
@@ -2301,2 +2319,3 @@ "merlin-4200": Merlin, | ||
BlastSepolia, | ||
BotanixTestnet, | ||
Celo, | ||
@@ -2303,0 +2322,0 @@ CeloTestnet, |
{ | ||
"name": "@particle-network/chains", | ||
"version": "1.3.22", | ||
"version": "1.3.23", | ||
"description": "paritlce chains", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
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
365052
5001