eth-chainlist 0.0.440 → 0.0.441

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.441 (2024-07-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.440 ([efd1602](https://github.com/poowf/eth-chainlist/commit/efd1602d4abc99cbdaa6477d09a9ba518ad2db0f))
9
+ * update chain data ([a2583a3](https://github.com/poowf/eth-chainlist/commit/a2583a3b3e04969088a9ac6fcd08d54c6956fa33))
10
+
3
11
  ### 0.0.440 (2024-07-11)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -18616,6 +18616,18 @@ const chainArray = [
18616
18616
  ],
18617
18617
  status: 'active'
18618
18618
  },
18619
+ {
18620
+ name: 'Chakra Testnet',
18621
+ chain: 'Chakra Testnet',
18622
+ rpc: [ 'https://rpcv1-dn-1.chakrachain.io/' ],
18623
+ faucets: [],
18624
+ nativeCurrency: { name: 'Chakra', symbol: 'CKR', decimals: 18 },
18625
+ infoURL: '',
18626
+ shortName: 'ChakraTN',
18627
+ chainId: 8545,
18628
+ networkId: 8545,
18629
+ explorers: []
18630
+ },
18619
18631
  {
18620
18632
  name: 'Toki Network',
18621
18633
  chain: 'TOKI',
@@ -21735,6 +21747,30 @@ const chainArray = [
21735
21747
  bridges: [ { url: 'https://garnetchain.com/deposit' } ]
21736
21748
  }
21737
21749
  },
21750
+ {
21751
+ name: 'Onchain Points',
21752
+ chain: 'POP',
21753
+ rpc: [
21754
+ 'https://rpc.onchainpoints.xyz',
21755
+ 'https://rpc-onchain-points-8n0qkkpr2j.t.conduit.xyz/{CONDUIT_API_KEY}'
21756
+ ],
21757
+ faucets: [],
21758
+ nativeCurrency: { name: 'OnchainPoints.xyz', symbol: 'POP', decimals: 18 },
21759
+ infoURL: 'https://onchainpoints.xyz',
21760
+ shortName: 'pop',
21761
+ chainId: 17071,
21762
+ networkId: 17071,
21763
+ icon: 'pop',
21764
+ status: 'incubating',
21765
+ explorers: [
21766
+ {
21767
+ name: 'blockscout',
21768
+ url: 'https://explorer.onchainpoints.xyz',
21769
+ icon: 'blockscout',
21770
+ standard: 'EIP3091'
21771
+ }
21772
+ ]
21773
+ },
21738
21774
  {
21739
21775
  name: 'DeFiVerse Testnet',
21740
21776
  chain: 'DeFiVerse Testnet',
@@ -25568,6 +25604,27 @@ const chainArray = [
25568
25604
  }
25569
25605
  ]
25570
25606
  },
25607
+ {
25608
+ name: 'Vecno Mainnet',
25609
+ chain: 'VE',
25610
+ rpc: [ 'https://rpc.vecno.org' ],
25611
+ faucets: [],
25612
+ nativeCurrency: { name: 'Vecno', symbol: 'VE', decimals: 18 },
25613
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
25614
+ infoURL: 'https://vecno.org',
25615
+ shortName: 've',
25616
+ chainId: 65357,
25617
+ networkId: 65357,
25618
+ icon: 'vecno',
25619
+ explorers: [
25620
+ {
25621
+ name: 'vecno',
25622
+ url: 'https://explorer.vecno.org',
25623
+ icon: 'blockscout',
25624
+ standard: 'EIP3091'
25625
+ }
25626
+ ]
25627
+ },
25571
25628
  {
25572
25629
  name: 'Scolcoin Mainnet',
25573
25630
  chain: 'SCOLWEI',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.440",
3
+ "version": "0.0.441",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {