eth-chainlist 0.0.444 → 0.0.446

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.446 (2024-07-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.445 ([7da3f1b](https://github.com/poowf/eth-chainlist/commit/7da3f1bd946550ae00e6a102cc299d62d2c88688))
9
+ * update chain data ([df2f137](https://github.com/poowf/eth-chainlist/commit/df2f13759f3d17de3192a909a0794cb488d6aa22))
10
+
11
+ ### 0.0.445 (2024-07-16)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.444 ([c925aa1](https://github.com/poowf/eth-chainlist/commit/c925aa10b91640b2343e4971a84acffb731163fe))
17
+ * update chain data ([3793c0e](https://github.com/poowf/eth-chainlist/commit/3793c0eafea9325656247abfd9ee22036c53dcbb))
18
+
3
19
  ### 0.0.444 (2024-07-15)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -5218,6 +5218,32 @@ const chainArray = [
5218
5218
  bridges: [ { url: 'https://bridge.zksync.io/' } ]
5219
5219
  }
5220
5220
  },
5221
+ {
5222
+ name: 'GRVT Mainnet',
5223
+ chain: 'ETH',
5224
+ rpc: [],
5225
+ faucets: [],
5226
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
5227
+ infoURL: 'https://grvt.io/',
5228
+ shortName: 'grvt',
5229
+ chainId: 325,
5230
+ networkId: 325,
5231
+ icon: 'grvt',
5232
+ explorers: []
5233
+ },
5234
+ {
5235
+ name: 'GRVT Sepolia Testnet',
5236
+ chain: 'ETH',
5237
+ rpc: [],
5238
+ faucets: [],
5239
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
5240
+ infoURL: 'https://grvt.io/',
5241
+ shortName: 'grvt-sepolia',
5242
+ chainId: 326,
5243
+ networkId: 326,
5244
+ icon: 'grvt',
5245
+ explorers: []
5246
+ },
5221
5247
  {
5222
5248
  name: 'Web3Q Mainnet',
5223
5249
  chain: 'Web3Q',
@@ -7695,7 +7721,16 @@ const chainArray = [
7695
7721
  shortName: 'wan',
7696
7722
  chainId: 888,
7697
7723
  networkId: 888,
7698
- slip44: 5718350
7724
+ slip44: 5718350,
7725
+ icon: 'wanchain',
7726
+ explorers: [
7727
+ {
7728
+ name: 'wanscan',
7729
+ icon: 'wanchain',
7730
+ url: 'https://wanscan.org',
7731
+ standard: 'EIP3091'
7732
+ }
7733
+ ]
7699
7734
  },
7700
7735
  {
7701
7736
  name: 'MAXI Chain Testnet',
@@ -8337,7 +8372,16 @@ const chainArray = [
8337
8372
  shortName: 'twan',
8338
8373
  chainId: 999,
8339
8374
  networkId: 999,
8340
- slip44: 1
8375
+ slip44: 1,
8376
+ icon: 'wanchain',
8377
+ explorers: [
8378
+ {
8379
+ name: 'wanscan',
8380
+ icon: 'wanchain',
8381
+ url: 'https://testnet.wanscan.org',
8382
+ standard: 'EIP3091'
8383
+ }
8384
+ ]
8341
8385
  },
8342
8386
  {
8343
8387
  name: 'GTON Mainnet',
@@ -11205,6 +11249,7 @@ const chainArray = [
11205
11249
  nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
11206
11250
  infoURL: 'https://docs.lif3.com/',
11207
11251
  shortName: 'lif3-testnet',
11252
+ icon: 'lif3',
11208
11253
  chainId: 1811,
11209
11254
  networkId: 1811,
11210
11255
  explorers: [
@@ -16108,6 +16153,11 @@ const chainArray = [
16108
16153
  chainId: 5000,
16109
16154
  networkId: 5000,
16110
16155
  explorers: [
16156
+ {
16157
+ name: 'mantlescan',
16158
+ url: 'https://mantlescan.xyz',
16159
+ standard: 'EIP3091'
16160
+ },
16111
16161
  {
16112
16162
  name: 'Mantle Explorer',
16113
16163
  url: 'https://explorer.mantle.xyz',
@@ -17452,6 +17502,32 @@ const chainArray = [
17452
17502
  }
17453
17503
  ]
17454
17504
  },
17505
+ {
17506
+ name: 'RACE Mainnet',
17507
+ chain: 'ETH',
17508
+ rpc: [ 'https://racemainnet.io/' ],
17509
+ faucets: [],
17510
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17511
+ infoURL: 'https://race.foundation/',
17512
+ shortName: 'raceeth',
17513
+ chainId: 6805,
17514
+ networkId: 6805,
17515
+ slip44: 1,
17516
+ icon: 'race',
17517
+ explorers: [
17518
+ {
17519
+ name: 'blockscout',
17520
+ url: 'https://racescan.io',
17521
+ icon: 'blockscout',
17522
+ standard: 'EIP3091'
17523
+ }
17524
+ ],
17525
+ parent: {
17526
+ type: 'L2',
17527
+ chain: 'eip155-1',
17528
+ bridges: [ { url: 'https://bridge.race.foundation/' } ]
17529
+ }
17530
+ },
17455
17531
  {
17456
17532
  name: 'RACE Testnet',
17457
17533
  chain: 'ETH',
@@ -17475,7 +17551,7 @@ const chainArray = [
17475
17551
  parent: {
17476
17552
  type: 'L2',
17477
17553
  chain: 'eip155-11155111',
17478
- bridges: [ { url: 'https://testnet-bridge.raceconomy.com/' } ]
17554
+ bridges: [ { url: 'https://testnet-bridge.race.foundation/' } ]
17479
17555
  }
17480
17556
  },
17481
17557
  {
@@ -19044,6 +19120,7 @@ const chainArray = [
19044
19120
  nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
19045
19121
  infoURL: 'https://docs.lif3.com/',
19046
19122
  shortName: 'lif3-mainnet',
19123
+ icon: 'lif3',
19047
19124
  chainId: 8869,
19048
19125
  networkId: 8869,
19049
19126
  explorers: [
@@ -20293,6 +20370,25 @@ const chainArray = [
20293
20370
  chainId: 10086,
20294
20371
  networkId: 10086
20295
20372
  },
20373
+ {
20374
+ name: 'MetaNova Verse',
20375
+ chain: 'MNV',
20376
+ rpc: [ 'https://web3.metanovaverse.com' ],
20377
+ faucets: [],
20378
+ nativeCurrency: { name: 'MNV', symbol: 'MNV', decimals: 18 },
20379
+ features: [],
20380
+ infoURL: 'https://www.blockxnet.com/',
20381
+ shortName: 'mnv',
20382
+ chainId: 10096,
20383
+ networkId: 10096,
20384
+ explorers: [
20385
+ {
20386
+ name: 'Blockscout',
20387
+ url: 'https://explorer.blockxnet.com',
20388
+ standard: 'EIP3091'
20389
+ }
20390
+ ]
20391
+ },
20296
20392
  {
20297
20393
  name: 'Blockchain Genesis Mainnet',
20298
20394
  chain: 'GEN',
@@ -23950,7 +24046,10 @@ const chainArray = [
23950
24046
  name: 'Funki',
23951
24047
  chain: 'ETH',
23952
24048
  icon: 'funki',
23953
- rpc: [],
24049
+ rpc: [
24050
+ 'https://rpc-mainnet.funkichain.com',
24051
+ 'wss://rpc-mainnet.funkichain.com'
24052
+ ],
23954
24053
  faucets: [],
23955
24054
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
23956
24055
  infoURL: 'https://funkichain.com',
@@ -23960,7 +24059,7 @@ const chainArray = [
23960
24059
  explorers: [
23961
24060
  {
23962
24061
  name: 'Funki Mainnet Explorer',
23963
- url: 'https://mainnet.funkichain.com',
24062
+ url: 'https://funki.superscan.network',
23964
24063
  standard: 'none'
23965
24064
  }
23966
24065
  ]
@@ -25655,6 +25754,27 @@ const chainArray = [
25655
25754
  bridges: [ { url: 'https://app.gobob.xyz' } ]
25656
25755
  }
25657
25756
  },
25757
+ {
25758
+ name: 'Orange Chain Mainnet',
25759
+ title: 'Orange Chain Mainnet',
25760
+ chain: 'Orange Chain',
25761
+ rpc: [ 'https://rpc.orangechain.xyz' ],
25762
+ faucets: [],
25763
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
25764
+ infoURL: 'https://orangechain.xyz',
25765
+ shortName: 'Orange-Chain-Mainnet',
25766
+ chainId: 61022,
25767
+ networkId: 61022,
25768
+ icon: 'orange',
25769
+ explorers: [
25770
+ {
25771
+ name: 'Blockscout',
25772
+ url: 'https://scan.orangechain.xyz',
25773
+ icon: 'orange',
25774
+ standard: 'EIP3091'
25775
+ }
25776
+ ]
25777
+ },
25658
25778
  {
25659
25779
  name: 'KaiChain',
25660
25780
  chain: 'KaiChain',
@@ -32154,6 +32274,31 @@ const chainArray = [
32154
32274
  ]
32155
32275
  }
32156
32276
  },
32277
+ {
32278
+ name: 'ZERO Testnet (Sepolia)',
32279
+ chain: 'ETH',
32280
+ icon: 'zero-sepolia',
32281
+ rpc: [ 'https://rpc.zerion.io/v1/zero-sepolia' ],
32282
+ parent: {
32283
+ type: 'L2',
32284
+ chain: 'eip155-11155111',
32285
+ bridges: [ { url: 'https://bridge.zero.network' } ]
32286
+ },
32287
+ faucets: [],
32288
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
32289
+ infoURL: 'https://docs.zero.network',
32290
+ shortName: 'zero-sepolia',
32291
+ chainId: 4457845,
32292
+ networkId: 4457845,
32293
+ slip44: 1,
32294
+ explorers: [
32295
+ {
32296
+ name: 'ZERO Testnet Explorer',
32297
+ url: 'https://explorer.zero.network',
32298
+ standard: 'EIP3091'
32299
+ }
32300
+ ]
32301
+ },
32157
32302
  {
32158
32303
  name: 'NumBlock Chain',
32159
32304
  chain: 'NumBlock',
@@ -32793,9 +32938,9 @@ const chainArray = [
32793
32938
  ]
32794
32939
  },
32795
32940
  {
32796
- name: 'NeoX Testnet',
32941
+ name: 'NeoX Testnet T3',
32797
32942
  chain: 'NeoX',
32798
- rpc: [ 'https://testnet.rpc.banelabs.org/' ],
32943
+ rpc: [ 'https://neoxseed1.ngd.network/' ],
32799
32944
  faucets: [],
32800
32945
  nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
32801
32946
  infoURL: 'https://neo.org/',
@@ -32810,6 +32955,26 @@ const chainArray = [
32810
32955
  standard: 'EIP3091'
32811
32956
  }
32812
32957
  ],
32958
+ status: 'deprecated'
32959
+ },
32960
+ {
32961
+ name: 'NeoX Testnet T4',
32962
+ chain: 'NeoX',
32963
+ rpc: [ 'https://testnet.rpc.banelabs.org/' ],
32964
+ faucets: [],
32965
+ nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
32966
+ infoURL: 'https://neo.org/',
32967
+ shortName: 'neox-t4',
32968
+ chainId: 12227332,
32969
+ networkId: 12227332,
32970
+ icon: 'neox',
32971
+ explorers: [
32972
+ {
32973
+ name: 'neox-scan',
32974
+ url: 'https://testnet.scan.banelabs.org',
32975
+ standard: 'EIP3091'
32976
+ }
32977
+ ],
32813
32978
  status: 'active'
32814
32979
  },
32815
32980
  {
@@ -33787,6 +33952,19 @@ const chainArray = [
33787
33952
  }
33788
33953
  ]
33789
33954
  },
33955
+ {
33956
+ name: 'Neon EVM Devnet Rollup',
33957
+ chain: 'Solana',
33958
+ rpc: [ 'https://devnet.rollup.neonevm.org/' ],
33959
+ faucets: [],
33960
+ icon: 'neon',
33961
+ nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
33962
+ infoURL: 'https://neonevm.org/',
33963
+ shortName: 'neonevm-devnet-rollup',
33964
+ chainId: 245022929,
33965
+ networkId: 245022929,
33966
+ explorers: []
33967
+ },
33790
33968
  {
33791
33969
  name: 'Neon EVM Mainnet',
33792
33970
  chain: 'Solana',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.444",
3
+ "version": "0.0.446",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {