eth-chainlist 0.0.440 → 0.0.442

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.442 (2024-07-13)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.441 ([c35e051](https://github.com/poowf/eth-chainlist/commit/c35e051d67956d6ebf73aa01625cf8265cbaa601))
9
+ * update chain data ([335964f](https://github.com/poowf/eth-chainlist/commit/335964f02cbaee7a8e6dd8630637085fdbce9bbc))
10
+
11
+ ### 0.0.441 (2024-07-12)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.440 ([efd1602](https://github.com/poowf/eth-chainlist/commit/efd1602d4abc99cbdaa6477d09a9ba518ad2db0f))
17
+ * update chain data ([a2583a3](https://github.com/poowf/eth-chainlist/commit/a2583a3b3e04969088a9ac6fcd08d54c6956fa33))
18
+
3
19
  ### 0.0.440 (2024-07-11)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4370,6 +4370,26 @@ const chainArray = [
4370
4370
  }
4371
4371
  ]
4372
4372
  },
4373
+ {
4374
+ name: 'Guru Network Testnet',
4375
+ chain: 'tGURU',
4376
+ icon: 'GuruNetwork',
4377
+ rpc: [ 'https://rpc.gurunetwork.ai/archive/261' ],
4378
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4379
+ faucets: [ 'https://v2.dex.guru/season-pass/faucet' ],
4380
+ nativeCurrency: { name: 'testGURU', symbol: 'tGURU', decimals: 18 },
4381
+ infoURL: 'https://gurunetwork.ai',
4382
+ shortName: 'tguru',
4383
+ chainId: 261,
4384
+ networkId: 261,
4385
+ explorers: [
4386
+ {
4387
+ name: 'guruscan',
4388
+ url: 'https://scan.gurunetwork.ai',
4389
+ standard: 'EIP3091'
4390
+ }
4391
+ ]
4392
+ },
4373
4393
  {
4374
4394
  name: 'SUR Blockchain Network',
4375
4395
  chain: 'SUR',
@@ -18616,6 +18636,18 @@ const chainArray = [
18616
18636
  ],
18617
18637
  status: 'active'
18618
18638
  },
18639
+ {
18640
+ name: 'Chakra Testnet',
18641
+ chain: 'Chakra Testnet',
18642
+ rpc: [ 'https://rpcv1-dn-1.chakrachain.io/' ],
18643
+ faucets: [],
18644
+ nativeCurrency: { name: 'Chakra', symbol: 'CKR', decimals: 18 },
18645
+ infoURL: '',
18646
+ shortName: 'ChakraTN',
18647
+ chainId: 8545,
18648
+ networkId: 8545,
18649
+ explorers: []
18650
+ },
18619
18651
  {
18620
18652
  name: 'Toki Network',
18621
18653
  chain: 'TOKI',
@@ -19468,6 +19500,25 @@ const chainArray = [
19468
19500
  }
19469
19501
  ]
19470
19502
  },
19503
+ {
19504
+ name: 'WeaveVM Testnet',
19505
+ chain: 'WVM',
19506
+ rpc: [ 'https://testnet.wvm.dev' ],
19507
+ faucets: [],
19508
+ nativeCurrency: { name: 'Testnet WeaveVM Token', symbol: 'tWVM', decimals: 18 },
19509
+ infoURL: 'https://wvm.dev',
19510
+ shortName: 'twvm',
19511
+ chainId: 9496,
19512
+ networkId: 9496,
19513
+ icon: 'weavevm',
19514
+ explorers: [
19515
+ {
19516
+ name: 'WeaveVM Explorer',
19517
+ url: 'https://explorer.wvm.dev',
19518
+ standard: 'EIP3091'
19519
+ }
19520
+ ]
19521
+ },
19471
19522
  {
19472
19523
  name: 'Rangers Protocol Testnet Robin',
19473
19524
  chain: 'Rangers',
@@ -21735,6 +21786,30 @@ const chainArray = [
21735
21786
  bridges: [ { url: 'https://garnetchain.com/deposit' } ]
21736
21787
  }
21737
21788
  },
21789
+ {
21790
+ name: 'Onchain Points',
21791
+ chain: 'POP',
21792
+ rpc: [
21793
+ 'https://rpc.onchainpoints.xyz',
21794
+ 'https://rpc-onchain-points-8n0qkkpr2j.t.conduit.xyz/{CONDUIT_API_KEY}'
21795
+ ],
21796
+ faucets: [],
21797
+ nativeCurrency: { name: 'OnchainPoints.xyz', symbol: 'POP', decimals: 18 },
21798
+ infoURL: 'https://onchainpoints.xyz',
21799
+ shortName: 'pop',
21800
+ chainId: 17071,
21801
+ networkId: 17071,
21802
+ icon: 'pop',
21803
+ status: 'incubating',
21804
+ explorers: [
21805
+ {
21806
+ name: 'blockscout',
21807
+ url: 'https://explorer.onchainpoints.xyz',
21808
+ icon: 'blockscout',
21809
+ standard: 'EIP3091'
21810
+ }
21811
+ ]
21812
+ },
21738
21813
  {
21739
21814
  name: 'DeFiVerse Testnet',
21740
21815
  chain: 'DeFiVerse Testnet',
@@ -22093,6 +22168,30 @@ const chainArray = [
22093
22168
  ],
22094
22169
  parent: { type: 'L2', chain: 'eip155-248' }
22095
22170
  },
22171
+ {
22172
+ name: 'BlockX Atlantis Testnet',
22173
+ chain: 'blockx',
22174
+ rpc: [ 'https://atlantis-web3.blockxnet.com' ],
22175
+ faucets: [ 'https://ping.blockxnet.com/blockx-atlantis-testnet/faucet' ],
22176
+ nativeCurrency: { name: 'BCX', symbol: 'BCX', decimals: 18 },
22177
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
22178
+ infoURL: 'https://www.blockxnet.com/',
22179
+ shortName: 'tbcx',
22180
+ chainId: 19077,
22181
+ networkId: 19077,
22182
+ explorers: [
22183
+ {
22184
+ name: 'BlockX EVM Explorer (Blockscout)',
22185
+ url: 'https://testnet-explorer.blockxnet.com',
22186
+ standard: 'EIP3091'
22187
+ },
22188
+ {
22189
+ name: 'BlockX Cosmos Explorer (Ping)',
22190
+ url: 'https://ping.blockxnet.com/blockx-atlantis-testnet',
22191
+ standard: 'none'
22192
+ }
22193
+ ]
22194
+ },
22096
22195
  {
22097
22196
  name: 'Decentraconnect Social',
22098
22197
  chain: 'DCSM',
@@ -25568,6 +25667,27 @@ const chainArray = [
25568
25667
  }
25569
25668
  ]
25570
25669
  },
25670
+ {
25671
+ name: 'Vecno Mainnet',
25672
+ chain: 'VE',
25673
+ rpc: [ 'https://rpc.vecno.org' ],
25674
+ faucets: [],
25675
+ nativeCurrency: { name: 'Vecno', symbol: 'VE', decimals: 18 },
25676
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
25677
+ infoURL: 'https://vecno.org',
25678
+ shortName: 've',
25679
+ chainId: 65357,
25680
+ networkId: 65357,
25681
+ icon: 'vecno',
25682
+ explorers: [
25683
+ {
25684
+ name: 'vecno',
25685
+ url: 'https://explorer.vecno.org',
25686
+ icon: 'blockscout',
25687
+ standard: 'EIP3091'
25688
+ }
25689
+ ]
25690
+ },
25571
25691
  {
25572
25692
  name: 'Scolcoin Mainnet',
25573
25693
  chain: 'SCOLWEI',
@@ -27390,7 +27510,7 @@ const chainArray = [
27390
27510
  {
27391
27511
  name: 'VeChain Testnet',
27392
27512
  chain: 'VeChain',
27393
- rpc: [],
27513
+ rpc: [ 'https://rpc-testnet.vechain.energy' ],
27394
27514
  faucets: [ 'https://faucet.vecha.in' ],
27395
27515
  nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
27396
27516
  infoURL: 'https://vechain.org',
@@ -29951,6 +30071,25 @@ const chainArray = [
29951
30071
  slip44: 1,
29952
30072
  explorers: []
29953
30073
  },
30074
+ {
30075
+ name: 'Gobbl Testnet',
30076
+ chain: 'Gobbl Testnet',
30077
+ rpc: [ 'https://rpc.gobbl.io' ],
30078
+ faucets: [ 'https://faucet.gobbl.io' ],
30079
+ nativeCurrency: { name: 'Gobbl Token', symbol: 'GOBBL', decimals: 18 },
30080
+ infoURL: 'https://www.gobbl.io/',
30081
+ shortName: 'gbl-testnet',
30082
+ chainId: 486487,
30083
+ networkId: 486487,
30084
+ icon: 'gobbl',
30085
+ explorers: [
30086
+ {
30087
+ name: 'Gobbl Testnet Explorer',
30088
+ url: 'https://explorer.gobbl.io',
30089
+ standard: 'EIP3091'
30090
+ }
30091
+ ]
30092
+ },
29954
30093
  {
29955
30094
  name: 'Autonomys Testnet Nova Domain',
29956
30095
  chain: 'TATC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.440",
3
+ "version": "0.0.442",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {