@particle-network/chains
Advanced tools
Comparing version 0.3.0 to 1.0.0
@@ -70,2 +70,3 @@ import { type ChainInfo } from './types'; | ||
export declare const PlatONTestnet: ChainInfo; | ||
export declare const MantaTestnet: ChainInfo; | ||
export declare const Zora: ChainInfo; | ||
@@ -76,2 +77,3 @@ export declare const EthereumSepolia: ChainInfo; | ||
export declare const AuroraTestnet: ChainInfo; | ||
export declare const SKALENebula: ChainInfo; | ||
export declare const Harmony: ChainInfo; | ||
@@ -78,0 +80,0 @@ export declare const HarmonyTestnet: ChainInfo; |
@@ -59,2 +59,3 @@ "use strict"; | ||
MAPProtocolTestnet: () => MAPProtocolTestnet, | ||
MantaTestnet: () => MantaTestnet, | ||
Mantle: () => Mantle, | ||
@@ -84,2 +85,3 @@ MantleTestnet: () => MantleTestnet, | ||
ReadONTestnet: () => ReadONTestnet, | ||
SKALENebula: () => SKALENebula, | ||
ScrollAlphaTestnet: () => ScrollAlphaTestnet, | ||
@@ -1265,2 +1267,20 @@ Solana: () => Solana, | ||
}; | ||
var MantaTestnet = { | ||
id: 3441005, | ||
name: "Manta", | ||
chainType: "evm", | ||
icon: "https://static.particle.network/token-list/manta/native.png", | ||
fullname: "Manta Testnet", | ||
network: "Testnet", | ||
website: "https://manta.network", | ||
nativeCurrency: { | ||
name: "ETH", | ||
symbol: "ETH", | ||
decimals: 18 | ||
}, | ||
rpcUrl: "https://manta-testnet.calderachain.xyz/http", | ||
faucetUrl: "https://pacific-info.manta.network", | ||
blockExplorerUrl: "https://pacific-explorer.manta.network", | ||
features: [{ name: "EIP1559" }] | ||
}; | ||
var Zora = { | ||
@@ -1350,2 +1370,18 @@ id: 7777777, | ||
}; | ||
var SKALENebula = { | ||
id: 1482601649, | ||
name: "Nebula", | ||
chainType: "evm", | ||
icon: "https://static.particle.network/token-list/nebula/native.png", | ||
fullname: "SKALE Nebula", | ||
network: "Mainnet", | ||
website: "https://mainnet.skalenodes.com", | ||
nativeCurrency: { | ||
name: "sFUEL", | ||
symbol: "sFUEL", | ||
decimals: 18 | ||
}, | ||
rpcUrl: "https://mainnet.skalenodes.com/v1/green-giddy-denebola", | ||
blockExplorerUrl: "https://green-giddy-denebola.explorer.mainnet.skalenodes.com" | ||
}; | ||
var Harmony = { | ||
@@ -1484,2 +1520,3 @@ id: 16666e5, | ||
"platon-2206132": PlatONTestnet, | ||
"manta-3441005": MantaTestnet, | ||
"zora-7777777": Zora, | ||
@@ -1490,2 +1527,3 @@ "ethereum-11155111": EthereumSepolia, | ||
"aurora-1313161555": AuroraTestnet, | ||
"nebula-1482601649": SKALENebula, | ||
"harmony-1666600000": Harmony, | ||
@@ -1492,0 +1530,0 @@ "harmony-1666700000": HarmonyTestnet, |
@@ -1167,2 +1167,20 @@ var __defProp = Object.defineProperty; | ||
}; | ||
var MantaTestnet = { | ||
id: 3441005, | ||
name: "Manta", | ||
chainType: "evm", | ||
icon: "https://static.particle.network/token-list/manta/native.png", | ||
fullname: "Manta Testnet", | ||
network: "Testnet", | ||
website: "https://manta.network", | ||
nativeCurrency: { | ||
name: "ETH", | ||
symbol: "ETH", | ||
decimals: 18 | ||
}, | ||
rpcUrl: "https://manta-testnet.calderachain.xyz/http", | ||
faucetUrl: "https://pacific-info.manta.network", | ||
blockExplorerUrl: "https://pacific-explorer.manta.network", | ||
features: [{ name: "EIP1559" }] | ||
}; | ||
var Zora = { | ||
@@ -1252,2 +1270,18 @@ id: 7777777, | ||
}; | ||
var SKALENebula = { | ||
id: 1482601649, | ||
name: "Nebula", | ||
chainType: "evm", | ||
icon: "https://static.particle.network/token-list/nebula/native.png", | ||
fullname: "SKALE Nebula", | ||
network: "Mainnet", | ||
website: "https://mainnet.skalenodes.com", | ||
nativeCurrency: { | ||
name: "sFUEL", | ||
symbol: "sFUEL", | ||
decimals: 18 | ||
}, | ||
rpcUrl: "https://mainnet.skalenodes.com/v1/green-giddy-denebola", | ||
blockExplorerUrl: "https://green-giddy-denebola.explorer.mainnet.skalenodes.com" | ||
}; | ||
var Harmony = { | ||
@@ -1386,2 +1420,3 @@ id: 16666e5, | ||
"platon-2206132": PlatONTestnet, | ||
"manta-3441005": MantaTestnet, | ||
"zora-7777777": Zora, | ||
@@ -1392,2 +1427,3 @@ "ethereum-11155111": EthereumSepolia, | ||
"aurora-1313161555": AuroraTestnet, | ||
"nebula-1482601649": SKALENebula, | ||
"harmony-1666600000": Harmony, | ||
@@ -1435,2 +1471,3 @@ "harmony-1666700000": HarmonyTestnet, | ||
MAPProtocolTestnet, | ||
MantaTestnet, | ||
Mantle, | ||
@@ -1460,2 +1497,3 @@ MantleTestnet, | ||
ReadONTestnet, | ||
SKALENebula, | ||
ScrollAlphaTestnet, | ||
@@ -1462,0 +1500,0 @@ Solana, |
{ | ||
"name": "@particle-network/chains", | ||
"version": "0.3.0", | ||
"version": "1.0.0", | ||
"description": "paritlce chains", | ||
@@ -19,2 +19,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"esbuild": "^0.18.11", | ||
@@ -26,4 +28,2 @@ "eslint-config-prettier": "^8.8.0", | ||
"shx": "^0.3.4", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"typescript": "^5.1.6" | ||
@@ -30,0 +30,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
235116
3155
1
0