eth-chainlist 0.0.445 → 0.0.447

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +204 -19
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.447 (2024-07-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.446 ([3d5120f](https://github.com/poowf/eth-chainlist/commit/3d5120f65f3894442f01f0f08e28b64344337852))
9
+ * update chain data ([0c473ef](https://github.com/poowf/eth-chainlist/commit/0c473ef9c2021249344b4deb0cfc850a35fa1ab9))
10
+
11
+ ### 0.0.446 (2024-07-17)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.445 ([7da3f1b](https://github.com/poowf/eth-chainlist/commit/7da3f1bd946550ae00e6a102cc299d62d2c88688))
17
+ * update chain data ([df2f137](https://github.com/poowf/eth-chainlist/commit/df2f13759f3d17de3192a909a0794cb488d6aa22))
18
+
3
19
  ### 0.0.445 (2024-07-16)
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',
@@ -6641,9 +6667,9 @@ const chainArray = [
6641
6667
  icon: 'flowevm',
6642
6668
  explorers: [
6643
6669
  {
6644
- name: 'Flow Diver',
6645
- url: 'https://previewnet.flowdiver.io',
6646
- standard: 'none'
6670
+ name: 'EVM on Flow Block Explorer (PreviewNet)',
6671
+ url: 'https://eth.flowscan.io',
6672
+ standard: 'EIP3091'
6647
6673
  }
6648
6674
  ]
6649
6675
  },
@@ -8289,13 +8315,33 @@ const chainArray = [
8289
8315
  ]
8290
8316
  },
8291
8317
  {
8292
- name: '5ireChain Thunder',
8318
+ name: '5ireChain Mainnet',
8293
8319
  chain: '5ireChain',
8320
+ rpc: [ 'https://rpc.5ire.network' ],
8321
+ faucets: [],
8322
+ nativeCurrency: { name: '5ire Token', symbol: '5IRE', decimals: 18 },
8323
+ infoURL: 'https://5ire.org',
8324
+ shortName: '5ire',
8325
+ chainId: 995,
8326
+ networkId: 995,
8327
+ icon: '5ireChain',
8328
+ explorers: [
8329
+ {
8330
+ name: '5ireChain Explorer',
8331
+ url: 'https://5irescan.io',
8332
+ standard: 'none',
8333
+ icon: '5ireChain'
8334
+ }
8335
+ ]
8336
+ },
8337
+ {
8338
+ name: '5ireChain Thunder',
8339
+ chain: '5ireChain Testnet',
8294
8340
  rpc: [ 'https://rpc-testnet.5ire.network' ],
8295
8341
  faucets: [ 'https://explorer.5ire.network/faucet' ],
8296
- nativeCurrency: { name: '5ire Token', symbol: '5ire', decimals: 18 },
8342
+ nativeCurrency: { name: '5ire Testnet Token', symbol: 'T5IRE', decimals: 18 },
8297
8343
  infoURL: 'https://5ire.org',
8298
- shortName: '5ire',
8344
+ shortName: 'T5ire',
8299
8345
  chainId: 997,
8300
8346
  networkId: 997,
8301
8347
  icon: '5ireChain',
@@ -11889,6 +11935,25 @@ const chainArray = [
11889
11935
  }
11890
11936
  ]
11891
11937
  },
11938
+ {
11939
+ name: 'B3 Sepolia Testnet',
11940
+ chain: 'B3 Sepolia Testnet',
11941
+ icon: 'b3',
11942
+ rpc: [ 'https://sepolia.b3.fun' ],
11943
+ faucets: [],
11944
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
11945
+ infoURL: 'https://b3.fun',
11946
+ shortName: 'b3-sepolia',
11947
+ chainId: 1993,
11948
+ networkId: 1993,
11949
+ explorers: [
11950
+ {
11951
+ name: 'Blockscout',
11952
+ url: 'https://sepolia.explorer.b3.fun',
11953
+ standard: 'EIP3091'
11954
+ }
11955
+ ]
11956
+ },
11892
11957
  {
11893
11958
  name: 'Ekta',
11894
11959
  chain: 'EKTA',
@@ -13558,22 +13623,22 @@ const chainArray = [
13558
13623
  ]
13559
13624
  },
13560
13625
  {
13561
- name: 'King Of Legends Devnet',
13562
- title: 'King Of Legends Devnet',
13563
- chain: 'KOL',
13626
+ name: 'King Of Legends Mainnet',
13627
+ title: 'King Of Legends Mainnet',
13628
+ chain: 'KCC',
13564
13629
  icon: 'kol',
13565
- rpc: [ 'https://rpc-devnet.kinggamer.org/' ],
13630
+ rpc: [ 'https://rpc-mainnet.kinggamer.org/' ],
13566
13631
  faucets: [],
13567
- nativeCurrency: { name: 'King Of Legends', symbol: 'KOL', decimals: 18 },
13632
+ nativeCurrency: { name: 'King Of Legends', symbol: 'KCC', decimals: 18 },
13568
13633
  infoURL: 'https://kingoflegends.net/',
13569
- shortName: 'kol',
13634
+ shortName: 'kcc',
13570
13635
  chainId: 2425,
13571
13636
  networkId: 2425,
13572
13637
  slip44: 1,
13573
13638
  explorers: [
13574
13639
  {
13575
- name: 'King Of Legends Devnet Explorer',
13576
- url: 'https://devnet.kingscan.org',
13640
+ name: 'King Of Legends Mainnet Explorer',
13641
+ url: 'https://kingscan.org',
13577
13642
  icon: 'kol',
13578
13643
  standard: 'EIP3091'
13579
13644
  }
@@ -17476,6 +17541,32 @@ const chainArray = [
17476
17541
  }
17477
17542
  ]
17478
17543
  },
17544
+ {
17545
+ name: 'RACE Mainnet',
17546
+ chain: 'ETH',
17547
+ rpc: [ 'https://racemainnet.io/' ],
17548
+ faucets: [],
17549
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17550
+ infoURL: 'https://race.foundation/',
17551
+ shortName: 'raceeth',
17552
+ chainId: 6805,
17553
+ networkId: 6805,
17554
+ slip44: 1,
17555
+ icon: 'race',
17556
+ explorers: [
17557
+ {
17558
+ name: 'blockscout',
17559
+ url: 'https://racescan.io',
17560
+ icon: 'blockscout',
17561
+ standard: 'EIP3091'
17562
+ }
17563
+ ],
17564
+ parent: {
17565
+ type: 'L2',
17566
+ chain: 'eip155-1',
17567
+ bridges: [ { url: 'https://bridge.race.foundation/' } ]
17568
+ }
17569
+ },
17479
17570
  {
17480
17571
  name: 'RACE Testnet',
17481
17572
  chain: 'ETH',
@@ -17499,7 +17590,7 @@ const chainArray = [
17499
17590
  parent: {
17500
17591
  type: 'L2',
17501
17592
  chain: 'eip155-11155111',
17502
- bridges: [ { url: 'https://testnet-bridge.raceconomy.com/' } ]
17593
+ bridges: [ { url: 'https://testnet-bridge.race.foundation/' } ]
17503
17594
  }
17504
17595
  },
17505
17596
  {
@@ -23994,7 +24085,10 @@ const chainArray = [
23994
24085
  name: 'Funki',
23995
24086
  chain: 'ETH',
23996
24087
  icon: 'funki',
23997
- rpc: [],
24088
+ rpc: [
24089
+ 'https://rpc-mainnet.funkichain.com',
24090
+ 'wss://rpc-mainnet.funkichain.com'
24091
+ ],
23998
24092
  faucets: [],
23999
24093
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
24000
24094
  infoURL: 'https://funkichain.com',
@@ -24002,9 +24096,14 @@ const chainArray = [
24002
24096
  chainId: 33979,
24003
24097
  networkId: 33979,
24004
24098
  explorers: [
24099
+ {
24100
+ name: 'FunkiScan',
24101
+ url: 'https://funkiscan.io',
24102
+ standard: 'none'
24103
+ },
24005
24104
  {
24006
24105
  name: 'Funki Mainnet Explorer',
24007
- url: 'https://mainnet.funkichain.com',
24106
+ url: 'https://funki.superscan.network',
24008
24107
  standard: 'none'
24009
24108
  }
24010
24109
  ]
@@ -25699,6 +25798,27 @@ const chainArray = [
25699
25798
  bridges: [ { url: 'https://app.gobob.xyz' } ]
25700
25799
  }
25701
25800
  },
25801
+ {
25802
+ name: 'Orange Chain Mainnet',
25803
+ title: 'Orange Chain Mainnet',
25804
+ chain: 'Orange Chain',
25805
+ rpc: [ 'https://rpc.orangechain.xyz' ],
25806
+ faucets: [],
25807
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
25808
+ infoURL: 'https://orangechain.xyz',
25809
+ shortName: 'Orange-Chain-Mainnet',
25810
+ chainId: 61022,
25811
+ networkId: 61022,
25812
+ icon: 'orange',
25813
+ explorers: [
25814
+ {
25815
+ name: 'Blockscout',
25816
+ url: 'https://scan.orangechain.xyz',
25817
+ icon: 'orange',
25818
+ standard: 'EIP3091'
25819
+ }
25820
+ ]
25821
+ },
25702
25822
  {
25703
25823
  name: 'KaiChain',
25704
25824
  chain: 'KaiChain',
@@ -28688,6 +28808,26 @@ const chainArray = [
28688
28808
  }
28689
28809
  ]
28690
28810
  },
28811
+ {
28812
+ name: 'Chronicle Yellowstone - Lit Protocol Testnet',
28813
+ chain: 'LPY',
28814
+ icon: 'lit',
28815
+ rpc: [ 'https://yellowstone-rpc.litprotocol.com' ],
28816
+ faucets: [ 'https://developer.litprotocol.com/support/intro' ],
28817
+ nativeCurrency: { name: 'Test LPX', symbol: 'tstLPX', decimals: 18 },
28818
+ infoURL: 'https://litprotocol.com',
28819
+ shortName: 'lpy',
28820
+ chainId: 175188,
28821
+ networkId: 175188,
28822
+ explorers: [
28823
+ {
28824
+ name: 'Lit Chronicle Yellowstone Explorer',
28825
+ url: 'https://yellowstone-explorer.litprotocol.com',
28826
+ icon: 'lit',
28827
+ standard: 'EIP3091'
28828
+ }
28829
+ ]
28830
+ },
28691
28831
  {
28692
28832
  name: 'Bitica Chain Mainnet',
28693
28833
  chain: 'BDCC',
@@ -32198,6 +32338,31 @@ const chainArray = [
32198
32338
  ]
32199
32339
  }
32200
32340
  },
32341
+ {
32342
+ name: 'ZERO Testnet (Sepolia)',
32343
+ chain: 'ETH',
32344
+ icon: 'zero-sepolia',
32345
+ rpc: [ 'https://rpc.zerion.io/v1/zero-sepolia' ],
32346
+ parent: {
32347
+ type: 'L2',
32348
+ chain: 'eip155-11155111',
32349
+ bridges: [ { url: 'https://bridge.zero.network' } ]
32350
+ },
32351
+ faucets: [],
32352
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
32353
+ infoURL: 'https://docs.zero.network',
32354
+ shortName: 'zero-sepolia',
32355
+ chainId: 4457845,
32356
+ networkId: 4457845,
32357
+ slip44: 1,
32358
+ explorers: [
32359
+ {
32360
+ name: 'ZERO Testnet Explorer',
32361
+ url: 'https://explorer.zero.network',
32362
+ standard: 'EIP3091'
32363
+ }
32364
+ ]
32365
+ },
32201
32366
  {
32202
32367
  name: 'NumBlock Chain',
32203
32368
  chain: 'NumBlock',
@@ -32837,9 +33002,9 @@ const chainArray = [
32837
33002
  ]
32838
33003
  },
32839
33004
  {
32840
- name: 'NeoX Testnet',
33005
+ name: 'NeoX Testnet T3',
32841
33006
  chain: 'NeoX',
32842
- rpc: [ 'https://testnet.rpc.banelabs.org/' ],
33007
+ rpc: [ 'https://neoxseed1.ngd.network/' ],
32843
33008
  faucets: [],
32844
33009
  nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
32845
33010
  infoURL: 'https://neo.org/',
@@ -32854,6 +33019,26 @@ const chainArray = [
32854
33019
  standard: 'EIP3091'
32855
33020
  }
32856
33021
  ],
33022
+ status: 'deprecated'
33023
+ },
33024
+ {
33025
+ name: 'NeoX Testnet T4',
33026
+ chain: 'NeoX',
33027
+ rpc: [ 'https://testnet.rpc.banelabs.org/' ],
33028
+ faucets: [],
33029
+ nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
33030
+ infoURL: 'https://neo.org/',
33031
+ shortName: 'neox-t4',
33032
+ chainId: 12227332,
33033
+ networkId: 12227332,
33034
+ icon: 'neox',
33035
+ explorers: [
33036
+ {
33037
+ name: 'neox-scan',
33038
+ url: 'https://testnet.scan.banelabs.org',
33039
+ standard: 'EIP3091'
33040
+ }
33041
+ ],
32857
33042
  status: 'active'
32858
33043
  },
32859
33044
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.445",
3
+ "version": "0.0.447",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {