eth-chainlist 0.0.544 → 0.0.546

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 +186 -41
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.546 (2024-11-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.545 ([79d7c24](https://github.com/poowf/eth-chainlist/commit/79d7c247b21be303470e622c04bef5cdc5e248ce))
9
+ * update chain data ([e401862](https://github.com/poowf/eth-chainlist/commit/e401862d768108e0d08a4f2d8b24e1b679d7cb64))
10
+
11
+ ### 0.0.545 (2024-11-23)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.544 ([5bc3cc7](https://github.com/poowf/eth-chainlist/commit/5bc3cc7d614fbf6859d756d97656e73e87cd0cd2))
17
+ * update chain data ([49dfe65](https://github.com/poowf/eth-chainlist/commit/49dfe652f577ccf12e2cc7f447b72917d3432143))
18
+
3
19
  ### 0.0.544 (2024-11-22)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3906,6 +3906,7 @@ const chainArray = [
3906
3906
  {
3907
3907
  name: 'BitTorrent Chain Mainnet',
3908
3908
  chain: 'BTTC',
3909
+ icon: 'bttc',
3909
3910
  rpc: [
3910
3911
  'https://rpc.bt.io',
3911
3912
  'https://bittorrent.drpc.org',
@@ -5051,13 +5052,10 @@ const chainArray = [
5051
5052
  {
5052
5053
  name: 'Orderly Mainnet',
5053
5054
  chain: 'ETH',
5054
- rpc: [
5055
- 'https://rpc.orderly.network',
5056
- 'https://l2-orderly-mainnet-0.t.conduit.xyz'
5057
- ],
5055
+ rpc: [ 'https://rpc.orderly.network' ],
5058
5056
  faucets: [],
5059
5057
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5060
- infoURL: 'www.orderly.network',
5058
+ infoURL: 'https://orderly.network/',
5061
5059
  shortName: 'orderly',
5062
5060
  chainId: 291,
5063
5061
  networkId: 291,
@@ -6275,6 +6273,26 @@ const chainArray = [
6275
6273
  }
6276
6274
  ]
6277
6275
  },
6276
+ {
6277
+ name: 'The Widows Mite',
6278
+ chain: 'MITE',
6279
+ rpc: [ 'https://rpc.twmcrypto.com/' ],
6280
+ faucets: [ 'https://faucet.twmcrypto.com/' ],
6281
+ nativeCurrency: { name: 'The Widows Mite', symbol: 'MITE', decimals: 8 },
6282
+ infoURL: 'https://twmcrypto.com/',
6283
+ shortName: 'mite',
6284
+ chainId: 426,
6285
+ networkId: 426,
6286
+ icon: 'mite',
6287
+ explorers: [
6288
+ {
6289
+ name: 'The Widows Mite Explorer',
6290
+ url: 'https://scan.twmcrypto.com',
6291
+ icon: 'mite',
6292
+ standard: 'EIP3091'
6293
+ }
6294
+ ]
6295
+ },
6278
6296
  {
6279
6297
  name: 'Zeeth Chain',
6280
6298
  chain: 'ZeethChain',
@@ -9415,9 +9433,10 @@ const chainArray = [
9415
9433
  chain: 'BTTC',
9416
9434
  rpc: [ 'https://testrpc.bittorrentchain.io/' ],
9417
9435
  faucets: [],
9436
+ status: 'deprecated',
9418
9437
  nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
9419
9438
  infoURL: 'https://bittorrentchain.io/',
9420
- shortName: 'tbtt',
9439
+ shortName: 'tbtt-deprecated',
9421
9440
  chainId: 1028,
9422
9441
  networkId: 1028,
9423
9442
  slip44: 1,
@@ -9429,6 +9448,26 @@ const chainArray = [
9429
9448
  }
9430
9449
  ]
9431
9450
  },
9451
+ {
9452
+ name: 'BitTorrent Chain Donau',
9453
+ chain: 'BTTC',
9454
+ icon: 'bttc',
9455
+ rpc: [ 'https://pre-rpc.bt.io' ],
9456
+ faucets: [ 'https://testfaucet.bt.io' ],
9457
+ nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
9458
+ infoURL: 'https://bt.io',
9459
+ shortName: 'tBTT',
9460
+ chainId: 1029,
9461
+ networkId: 1029,
9462
+ slip44: 1,
9463
+ explorers: [
9464
+ {
9465
+ name: 'BitTorrent Chain Donau Explorer',
9466
+ url: 'https://testnet.bttcscan.com',
9467
+ standard: 'EIP3091'
9468
+ }
9469
+ ]
9470
+ },
9432
9471
  {
9433
9472
  name: 'Conflux eSpace',
9434
9473
  chain: 'Conflux',
@@ -16422,13 +16461,8 @@ const chainArray = [
16422
16461
  slip44: 1,
16423
16462
  explorers: [
16424
16463
  {
16425
- name: '3xpl',
16426
- url: 'https://3xpl.com/botanix',
16427
- standard: 'EIP3091'
16428
- },
16429
- {
16430
- name: 'Blockscout',
16431
- url: 'https://blockscout.botanixlabs.dev',
16464
+ name: 'Botanix Explorer',
16465
+ url: 'https://testnet.botanixscan.io',
16432
16466
  standard: 'EIP3091'
16433
16467
  }
16434
16468
  ]
@@ -17611,10 +17645,10 @@ const chainArray = [
17611
17645
  {
17612
17646
  name: 'Orderly Sepolia Testnet',
17613
17647
  chain: 'ETH',
17614
- rpc: [ 'https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz' ],
17648
+ rpc: [ 'https://testnet-rpc.orderly.org' ],
17615
17649
  faucets: [],
17616
17650
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
17617
- infoURL: 'www.orderly.network',
17651
+ infoURL: 'https://orderly.network',
17618
17652
  shortName: 'orderlyl2',
17619
17653
  chainId: 4460,
17620
17654
  networkId: 4460,
@@ -17623,7 +17657,7 @@ const chainArray = [
17623
17657
  explorers: [
17624
17658
  {
17625
17659
  name: 'basescout',
17626
- url: 'https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz',
17660
+ url: 'https://testnet-explorer.orderly.org',
17627
17661
  icon: 'blockscout',
17628
17662
  standard: 'EIP3091'
17629
17663
  }
@@ -22155,15 +22189,19 @@ const chainArray = [
22155
22189
  name: 'KPA Smart Chain Testnet',
22156
22190
  chain: 'KSC',
22157
22191
  rpc: [
22158
- 'https://testnet-rpc1.koppachain.com/',
22159
- 'https://testnet-rpc2.koppachain.com/',
22160
- 'https://testnet-rpc3.koppachain.com/',
22161
- 'https://testnet-rpc4.koppachain.com/'
22192
+ 'https://tkpa-rpc1.kpachain.com/',
22193
+ 'https://tkpa-rpc2.kpachain.com/',
22194
+ 'https://tkpa-rpc3.kpachain.com/',
22195
+ 'https://tkpa-rpc4.kpachain.com/',
22196
+ 'https://testnet-rpc1.kpascan.com/',
22197
+ 'https://testnet-rpc2.kpascan.com/',
22198
+ 'https://testnet-rpc3.kpascan.com/',
22199
+ 'https://testnet-rpc4.kpascan.com/'
22162
22200
  ],
22163
- faucets: [ 'https://mint.koppachain.com' ],
22201
+ faucets: [ 'https://mint.kpachain.com' ],
22164
22202
  nativeCurrency: { name: 'KPA Smart Chain Testnet', symbol: 'tKPA', decimals: 18 },
22165
22203
  features: [],
22166
- infoURL: 'https://koppachain.com',
22204
+ infoURL: 'https://kpachain.com',
22167
22205
  shortName: 'KPA',
22168
22206
  chainId: 9091,
22169
22207
  networkId: 9091,
@@ -24555,6 +24593,30 @@ const chainArray = [
24555
24593
  }
24556
24594
  ]
24557
24595
  },
24596
+ {
24597
+ name: 'Bitharvest Chian Mainnet',
24598
+ chain: 'Bitharvest Chian Mainnet',
24599
+ rpc: [ 'https://rpc.bthscan.io/' ],
24600
+ features: [ { name: 'EIP1559' } ],
24601
+ faucets: [],
24602
+ nativeCurrency: {
24603
+ name: 'Bitharvest Mainnet Native Token',
24604
+ symbol: 'BTH',
24605
+ decimals: 18
24606
+ },
24607
+ infoURL: '',
24608
+ shortName: 'BitharvestMainnet',
24609
+ chainId: 14149,
24610
+ networkId: 14149,
24611
+ explorers: [
24612
+ {
24613
+ name: 'Bitharvest Mainnet Scan',
24614
+ url: 'https://bthscan.io',
24615
+ standard: 'EIP3091'
24616
+ }
24617
+ ],
24618
+ icon: 'bth'
24619
+ },
24558
24620
  {
24559
24621
  name: 'EVOLVE Testnet',
24560
24622
  chain: 'EVO',
@@ -27587,16 +27649,17 @@ const chainArray = [
27587
27649
  chainId: 37111,
27588
27650
  networkId: 37111,
27589
27651
  nativeCurrency: { name: 'GRASS', symbol: 'GRASS', decimals: 18 },
27652
+ icon: 'lens',
27590
27653
  infoURL: 'https://www.lens.xyz',
27591
27654
  shortName: 'lens-sepolia',
27592
27655
  parent: {
27593
27656
  type: 'L2',
27594
27657
  chain: 'eip155-11155111',
27595
- bridges: [ { url: 'https://portal.testnet.abs.xyz/bridge' } ]
27658
+ bridges: [ { url: 'https://portal.testnet.lens.dev/bridge' } ]
27596
27659
  },
27597
27660
  explorers: [
27598
27661
  {
27599
- name: 'Abstract Block Explorer',
27662
+ name: 'Lens Testnet Block Explorer',
27600
27663
  url: 'https://block-explorer.testnet.lens.dev',
27601
27664
  standard: 'none'
27602
27665
  }
@@ -31904,6 +31967,59 @@ const chainArray = [
31904
31967
  }
31905
31968
  ]
31906
31969
  },
31970
+ {
31971
+ name: 'Plume Devnet',
31972
+ title: 'Plume Sepolia L2 Rollup Devnet',
31973
+ chain: 'ETH',
31974
+ rpc: [
31975
+ 'https://test-rpc.plumenetwork.xyz',
31976
+ 'wss://test-rpc.plumenetwork.xyz'
31977
+ ],
31978
+ faucets: [],
31979
+ nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
31980
+ infoURL: 'https://www.plumenetwork.xyz/',
31981
+ shortName: 'plume-devnet',
31982
+ chainId: 98864,
31983
+ networkId: 98864,
31984
+ slip44: 1,
31985
+ icon: 'plume',
31986
+ explorers: [
31987
+ {
31988
+ name: 'Blockscout',
31989
+ url: 'https://test-explorer.plumenetwork.xyz',
31990
+ icon: 'blockscout',
31991
+ standard: 'EIP3091'
31992
+ }
31993
+ ],
31994
+ parent: { type: 'L2', chain: 'eip155-11155111' }
31995
+ },
31996
+ {
31997
+ name: 'Plume Mainnet',
31998
+ title: 'Plume Ethereum L2 Rollup Mainnet',
31999
+ chain: 'ETH',
32000
+ rpc: [ 'https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz' ],
32001
+ faucets: [],
32002
+ nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
32003
+ infoURL: 'https://www.plumenetwork.xyz/',
32004
+ shortName: 'plume',
32005
+ chainId: 98865,
32006
+ networkId: 98865,
32007
+ slip44: 1,
32008
+ icon: 'plume',
32009
+ explorers: [
32010
+ {
32011
+ name: 'Blockscout',
32012
+ url: 'https://explorer.plumenetwork.xyz',
32013
+ icon: 'blockscout',
32014
+ standard: 'EIP3091'
32015
+ }
32016
+ ],
32017
+ parent: {
32018
+ type: 'L2',
32019
+ chain: 'eip155-11155111',
32020
+ bridges: [ { url: 'https://bridge.plumenetwork.xyz' } ]
32021
+ }
32022
+ },
31907
32023
  {
31908
32024
  name: 'Ebi Chain',
31909
32025
  title: 'Ebi Chain',
@@ -32930,6 +33046,30 @@ const chainArray = [
32930
33046
  }
32931
33047
  ]
32932
33048
  },
33049
+ {
33050
+ name: 'Bitharvest Chian Testnet',
33051
+ chain: 'Bitharvest Chian Testnet',
33052
+ rpc: [ 'https://rpc-testnet.bthscan.io/' ],
33053
+ features: [ { name: 'EIP1559' } ],
33054
+ faucets: [],
33055
+ nativeCurrency: {
33056
+ name: 'Bitharvest Testnet Native Token',
33057
+ symbol: 'bth',
33058
+ decimals: 18
33059
+ },
33060
+ infoURL: '',
33061
+ shortName: 'BitharvestTestnet',
33062
+ chainId: 141491,
33063
+ networkId: 141491,
33064
+ explorers: [
33065
+ {
33066
+ name: 'Bitharvest Testnet Scan',
33067
+ url: 'https://testnet.bthscan.io',
33068
+ standard: 'EIP3091'
33069
+ }
33070
+ ],
33071
+ icon: 'bth'
33072
+ },
32933
33073
  {
32934
33074
  name: 'ICPlaza Mainnet',
32935
33075
  chain: 'ICPlaza',
@@ -38690,6 +38830,24 @@ const chainArray = [
38690
38830
  }
38691
38831
  ]
38692
38832
  },
38833
+ {
38834
+ name: 'Corn Maizenet',
38835
+ chain: 'BTCN',
38836
+ rpc: [ 'https://maizenet-rpc.usecorn.com' ],
38837
+ faucets: [],
38838
+ nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
38839
+ infoURL: 'https://usecorn.com',
38840
+ shortName: 'btcn',
38841
+ chainId: 21000000,
38842
+ networkId: 21000000,
38843
+ explorers: [
38844
+ {
38845
+ name: 'Corn Maizenet Explorer',
38846
+ url: 'https://maizenet-explorer.usecorn.com',
38847
+ standard: 'EIP3091'
38848
+ }
38849
+ ]
38850
+ },
38693
38851
  {
38694
38852
  name: 'Excelon Mainnet',
38695
38853
  chain: 'XLON',
@@ -39502,10 +39660,7 @@ const chainArray = [
39502
39660
  name: 'Plume Testnet',
39503
39661
  title: 'Plume Sepolia Rollup Testnet',
39504
39662
  chain: 'ETH',
39505
- rpc: [
39506
- 'https://testnet-rpc.plumenetwork.xyz/http',
39507
- 'wss://testnet-rpc.plumenetwork.xyz/ws'
39508
- ],
39663
+ rpc: [],
39509
39664
  faucets: [],
39510
39665
  nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
39511
39666
  infoURL: 'https://www.plumenetwork.xyz/',
@@ -39514,19 +39669,9 @@ const chainArray = [
39514
39669
  networkId: 161221135,
39515
39670
  slip44: 1,
39516
39671
  icon: 'plume',
39517
- explorers: [
39518
- {
39519
- name: 'Blockscout',
39520
- url: 'https://testnet-explorer.plumenetwork.xyz',
39521
- icon: 'blockscout',
39522
- standard: 'EIP3091'
39523
- }
39524
- ],
39525
- parent: {
39526
- type: 'L2',
39527
- chain: 'eip155-11155111',
39528
- bridges: [ { url: 'https://testnet-bridge.plumenetwork.xyz' } ]
39529
- }
39672
+ status: 'deprecated',
39673
+ explorers: [],
39674
+ parent: { type: 'L2', chain: 'eip155-11155111' }
39530
39675
  },
39531
39676
  {
39532
39677
  name: 'Blast Sepolia Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.544",
3
+ "version": "0.0.546",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {