eth-chainlist 0.0.12 → 0.0.13

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.13 (2022-11-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.12 ([350dc62](https://github.com/poowf/eth-chainlist/commit/350dc62eb16ba3584ea3e9cec68a572dfb6dc011))
9
+ * update chain data ([2a8aa64](https://github.com/poowf/eth-chainlist/commit/2a8aa642710c7d61be00ba3aaa82d7e6a602dfd7))
10
+
3
11
  ### 0.0.12 (2022-11-18)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -391,16 +391,17 @@ const chainArray = [
391
391
  networkId: 23
392
392
  },
393
393
  {
394
- name: 'Dithereum Mainnet',
395
- chain: 'DTH',
396
- icon: 'dithereum',
397
- rpc: [ 'https://node-mainnet.dithereum.io' ],
398
- faucets: [ 'https://faucet.dithereum.org' ],
399
- nativeCurrency: { name: 'Dither', symbol: 'DTH', decimals: 18 },
400
- infoURL: 'https://dithereum.org',
401
- shortName: 'dthmainnet',
394
+ name: 'KardiaChain Mainnet',
395
+ chain: 'KAI',
396
+ icon: 'kardiachain',
397
+ rpc: [ 'https://rpc.kardiachain.io' ],
398
+ faucets: [],
399
+ nativeCurrency: { name: 'KardiaChain', symbol: 'KAI', decimals: 18 },
400
+ infoURL: 'https://kardiachain.io',
401
+ shortName: 'kardiachain',
402
402
  chainId: 24,
403
- networkId: 24
403
+ networkId: 0,
404
+ redFlags: [ 'reusedChainId' ]
404
405
  },
405
406
  {
406
407
  name: 'Cronos Mainnet Beta',
@@ -768,7 +769,7 @@ const chainArray = [
768
769
  {
769
770
  name: 'Ennothem Mainnet Proterozoic',
770
771
  chain: 'ETMP',
771
- rpc: [ 'https://rpc.etm.network' ],
772
+ rpc: [],
772
773
  faucets: [],
773
774
  nativeCurrency: { name: 'Ennothem', symbol: 'ETMP', decimals: 18 },
774
775
  infoURL: 'https://etm.network',
@@ -2334,6 +2335,25 @@ const chainArray = [
2334
2335
  chainId: 211,
2335
2336
  networkId: 0
2336
2337
  },
2338
+ {
2339
+ name: 'MAP Makalu',
2340
+ title: 'MAP Testnet Makalu',
2341
+ chain: 'MAP',
2342
+ rpc: [ 'https://testnet-rpc.maplabs.io' ],
2343
+ faucets: [ 'https://faucet.maplabs.io' ],
2344
+ nativeCurrency: { name: 'Makalu MAP', symbol: 'MAP', decimals: 18 },
2345
+ infoURL: 'https://maplabs.io',
2346
+ shortName: 'makalu',
2347
+ chainId: 212,
2348
+ networkId: 212,
2349
+ explorers: [
2350
+ {
2351
+ name: 'mapscan',
2352
+ url: 'https://testnet.mapscan.io',
2353
+ standard: 'EIP3091'
2354
+ }
2355
+ ]
2356
+ },
2337
2357
  {
2338
2358
  name: 'SoterOne Mainnet old',
2339
2359
  chain: 'SOTER',
@@ -3399,9 +3419,10 @@ const chainArray = [
3399
3419
  name: 'Qitmeer',
3400
3420
  chain: 'MEER',
3401
3421
  rpc: [
3402
- 'https://evm-dataseed3.meerscan.io',
3403
- 'https://evm-dataseed1.meerscan.com',
3404
- 'https://evm-dataseed.meerscan.com'
3422
+ 'https://evm-dataseed1.meerscan.io',
3423
+ 'https://evm-dataseed2.meerscan.io',
3424
+ 'https://evm-dataseed.meerscan.com',
3425
+ 'https://evm-dataseed1.meerscan.com'
3405
3426
  ],
3406
3427
  faucets: [],
3407
3428
  nativeCurrency: { name: 'Qitmeer', symbol: 'MEER', decimals: 18 },
@@ -3410,6 +3431,7 @@ const chainArray = [
3410
3431
  chainId: 813,
3411
3432
  networkId: 813,
3412
3433
  slip44: 813,
3434
+ icon: 'meer',
3413
3435
  explorers: [
3414
3436
  {
3415
3437
  name: 'meerscan',
@@ -3932,7 +3954,7 @@ const chainArray = [
3932
3954
  {
3933
3955
  name: 'Bronos Mainnet',
3934
3956
  chain: 'Bronos',
3935
- rpc: [ 'https://evm.bronos.org' ],
3957
+ rpc: [],
3936
3958
  faucets: [],
3937
3959
  nativeCurrency: { name: 'BRO', symbol: 'BRO', decimals: 18 },
3938
3960
  infoURL: 'https://bronos.org',
@@ -3975,7 +3997,7 @@ const chainArray = [
3975
3997
  {
3976
3998
  name: 'MOAC mainnet',
3977
3999
  chain: 'MOAC',
3978
- rpc: [ 'https://gateway.moac.io/mainnet' ],
4000
+ rpc: [],
3979
4001
  faucets: [],
3980
4002
  nativeCurrency: { name: 'MOAC', symbol: 'mc', decimals: 18 },
3981
4003
  infoURL: 'https://moac.io',
@@ -5078,6 +5100,27 @@ const chainArray = [
5078
5100
  }
5079
5101
  ]
5080
5102
  },
5103
+ {
5104
+ name: 'Exosama Network',
5105
+ chain: 'EXN',
5106
+ rpc: [ 'https://rpc.exosama.com', 'wss://rpc.exosama.com' ],
5107
+ faucets: [],
5108
+ nativeCurrency: { name: 'Sama Token', symbol: 'SAMA', decimals: 18 },
5109
+ infoURL: 'https://moonsama.com',
5110
+ shortName: 'exn',
5111
+ chainId: 2109,
5112
+ networkId: 2109,
5113
+ slip44: 2109,
5114
+ icon: 'exn',
5115
+ explorers: [
5116
+ {
5117
+ name: 'blockscout',
5118
+ url: 'https://explorer.exosama.com',
5119
+ icon: 'blockscout',
5120
+ standard: 'EIP3091'
5121
+ }
5122
+ ]
5123
+ },
5081
5124
  {
5082
5125
  name: 'BOSagora Mainnet',
5083
5126
  chain: 'ETH',
@@ -5869,6 +5912,19 @@ const chainArray = [
5869
5912
  networkId: 5234,
5870
5913
  explorers: []
5871
5914
  },
5915
+ {
5916
+ name: 'Firechain Mainnet',
5917
+ chain: 'FIRE',
5918
+ icon: 'firechain',
5919
+ rpc: [ 'https://mainnet.rpc1.thefirechain.com' ],
5920
+ faucets: [],
5921
+ nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
5922
+ infoURL: 'https://thefirechain.com',
5923
+ shortName: 'fire',
5924
+ chainId: 5290,
5925
+ networkId: 5290,
5926
+ explorers: []
5927
+ },
5872
5928
  {
5873
5929
  name: 'Uzmi Network Mainnet',
5874
5930
  chain: 'UZMI',
@@ -6307,13 +6363,14 @@ const chainArray = [
6307
6363
  {
6308
6364
  name: 'Qitmeer Network Testnet',
6309
6365
  chain: 'MEER',
6310
- rpc: [ 'https://explorer.qitmeer.io/rpc' ],
6366
+ rpc: [],
6311
6367
  faucets: [],
6312
6368
  nativeCurrency: { name: 'Qitmeer Testnet', symbol: 'MEER-T', decimals: 18 },
6313
6369
  infoURL: 'https://github.com/Qitmeer',
6314
6370
  shortName: 'meertest',
6315
6371
  chainId: 8131,
6316
6372
  networkId: 8131,
6373
+ icon: 'meer',
6317
6374
  explorers: [
6318
6375
  {
6319
6376
  name: 'meerscan testnet',
@@ -6522,7 +6579,10 @@ const chainArray = [
6522
6579
  {
6523
6580
  name: 'Evmos',
6524
6581
  chain: 'Evmos',
6525
- rpc: [ 'https://eth.bd.evmos.org:8545' ],
6582
+ rpc: [
6583
+ 'https://eth.bd.evmos.org:8545',
6584
+ 'https://evmos-evm.publicnode.com'
6585
+ ],
6526
6586
  faucets: [],
6527
6587
  nativeCurrency: { name: 'Evmos', symbol: 'EVMOS', decimals: 18 },
6528
6588
  infoURL: 'https://evmos.org',
@@ -6579,6 +6639,19 @@ const chainArray = [
6579
6639
  chainId: 9100,
6580
6640
  networkId: 9100
6581
6641
  },
6642
+ {
6643
+ name: 'Rinia Testnet',
6644
+ chain: 'FIRE',
6645
+ icon: 'rinia',
6646
+ rpc: [ 'https://rinia.rpc1.thefirechain.com' ],
6647
+ faucets: [ 'https://faucet.thefirechain.com' ],
6648
+ nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
6649
+ infoURL: 'https://thefirechain.com',
6650
+ shortName: 'tfire',
6651
+ chainId: 9170,
6652
+ networkId: 9170,
6653
+ explorers: []
6654
+ },
6582
6655
  {
6583
6656
  name: 'Rangers Protocol Testnet Robin',
6584
6657
  chain: 'Rangers',
@@ -6949,7 +7022,7 @@ const chainArray = [
6949
7022
  name: 'Shyft Testnet',
6950
7023
  chain: 'SHYFTT',
6951
7024
  icon: 'shyft',
6952
- rpc: [ 'https://rpc.testnet.shyft.network/' ],
7025
+ rpc: [],
6953
7026
  faucets: [],
6954
7027
  nativeCurrency: { name: 'Shyft Test Token', symbol: 'SHYFTT', decimals: 18 },
6955
7028
  infoURL: 'https://shyft.network',
@@ -7257,6 +7330,26 @@ const chainArray = [
7257
7330
  }
7258
7331
  ]
7259
7332
  },
7333
+ {
7334
+ name: 'MAP Mainnet',
7335
+ chain: 'MAP',
7336
+ icon: 'map',
7337
+ rpc: [ 'https://rpc.maplabs.io' ],
7338
+ faucets: [],
7339
+ nativeCurrency: { name: 'MAP', symbol: 'MAP', decimals: 18 },
7340
+ infoURL: 'https://maplabs.io',
7341
+ shortName: 'map',
7342
+ chainId: 22776,
7343
+ networkId: 22776,
7344
+ slip44: 60,
7345
+ explorers: [
7346
+ {
7347
+ name: 'mapscan',
7348
+ url: 'https://mapscan.io',
7349
+ standard: 'EIP3091'
7350
+ }
7351
+ ]
7352
+ },
7260
7353
  {
7261
7354
  name: 'Opside Testnet',
7262
7355
  chain: 'Opside',
@@ -7279,7 +7372,7 @@ const chainArray = [
7279
7372
  {
7280
7373
  name: 'Webchain',
7281
7374
  chain: 'WEB',
7282
- rpc: [ 'https://node1.webchain.network' ],
7375
+ rpc: [],
7283
7376
  faucets: [],
7284
7377
  nativeCurrency: { name: 'Webchain Ether', symbol: 'WEB', decimals: 18 },
7285
7378
  infoURL: 'https://webchain.network',
@@ -9485,12 +9578,10 @@ const chainArray = [
9485
9578
  shortName: 'psc-s0',
9486
9579
  chainId: 900000,
9487
9580
  networkId: 900000,
9488
- icon: 'posichain',
9489
9581
  explorers: [
9490
9582
  {
9491
9583
  name: 'Posichain Explorer',
9492
9584
  url: 'https://explorer.posichain.org',
9493
- icon: 'posichain',
9494
9585
  standard: 'EIP3091'
9495
9586
  }
9496
9587
  ]
@@ -9505,12 +9596,10 @@ const chainArray = [
9505
9596
  shortName: 'psc-t-s0',
9506
9597
  chainId: 910000,
9507
9598
  networkId: 910000,
9508
- icon: 'posichain',
9509
9599
  explorers: [
9510
9600
  {
9511
9601
  name: 'Posichain Explorer Testnet',
9512
9602
  url: 'https://explorer-testnet.posichain.org',
9513
- icon: 'posichain',
9514
9603
  standard: 'EIP3091'
9515
9604
  }
9516
9605
  ]
@@ -9525,12 +9614,10 @@ const chainArray = [
9525
9614
  shortName: 'psc-d-s0',
9526
9615
  chainId: 920000,
9527
9616
  networkId: 920000,
9528
- icon: 'posichain',
9529
9617
  explorers: [
9530
9618
  {
9531
9619
  name: 'Posichain Explorer Devnet',
9532
9620
  url: 'https://explorer-devnet.posichain.org',
9533
- icon: 'posichain',
9534
9621
  standard: 'EIP3091'
9535
9622
  }
9536
9623
  ]
@@ -9545,12 +9632,10 @@ const chainArray = [
9545
9632
  shortName: 'psc-d-s1',
9546
9633
  chainId: 920001,
9547
9634
  networkId: 920001,
9548
- icon: 'posichain',
9549
9635
  explorers: [
9550
9636
  {
9551
9637
  name: 'Posichain Explorer Devnet',
9552
9638
  url: 'https://explorer-devnet.posichain.org',
9553
- icon: 'posichain',
9554
9639
  standard: 'EIP3091'
9555
9640
  }
9556
9641
  ]
@@ -9700,7 +9785,7 @@ const chainArray = [
9700
9785
  ]
9701
9786
  },
9702
9787
  {
9703
- name: 'PlatON Dev Testnet',
9788
+ name: 'PlatON Dev Testnet Deprecated',
9704
9789
  chain: 'PlatON',
9705
9790
  rpc: [
9706
9791
  'https://devnetopenapi2.platon.network/rpc',
@@ -9715,6 +9800,7 @@ const chainArray = [
9715
9800
  chainId: 2203181,
9716
9801
  networkId: 1,
9717
9802
  icon: 'platon',
9803
+ status: 'deprecated',
9718
9804
  explorers: [
9719
9805
  {
9720
9806
  name: 'PlatON explorer',
@@ -10171,6 +10257,28 @@ const chainArray = [
10171
10257
  }
10172
10258
  ]
10173
10259
  },
10260
+ {
10261
+ name: 'Calypso NFT Hub | SKALE Testnet',
10262
+ title: 'Calypso NFT Hub Testnet',
10263
+ chain: 'staging-utter-unripe-menkar',
10264
+ rpc: [
10265
+ 'https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar'
10266
+ ],
10267
+ faucets: [ 'https://sfuel.dirtroad.dev/staging' ],
10268
+ nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
10269
+ infoURL: 'https://calypsohub.network/',
10270
+ shortName: 'calypso-testnet',
10271
+ chainId: 344106930,
10272
+ networkId: 344106930,
10273
+ explorers: [
10274
+ {
10275
+ name: 'Blockscout',
10276
+ url: 'https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com',
10277
+ icon: 'calypso',
10278
+ standard: 'EIP3091'
10279
+ }
10280
+ ]
10281
+ },
10174
10282
  {
10175
10283
  name: 'Gather Testnet Network',
10176
10284
  chain: 'GTH',
@@ -10279,7 +10387,7 @@ const chainArray = [
10279
10387
  {
10280
10388
  name: 'Aurora Betanet',
10281
10389
  chain: 'NEAR',
10282
- rpc: [ 'https://betanet.aurora.dev/' ],
10390
+ rpc: [],
10283
10391
  faucets: [],
10284
10392
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10285
10393
  infoURL: 'https://aurora.dev',
@@ -10309,6 +10417,26 @@ const chainArray = [
10309
10417
  }
10310
10418
  ]
10311
10419
  },
10420
+ {
10421
+ name: 'Calypso NFT Hub | SKALE',
10422
+ title: 'Calypso NFT Hub Mainnet',
10423
+ chain: 'honorable-steel-rasalhague',
10424
+ rpc: [ 'https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague' ],
10425
+ faucets: [ 'https://sfuel.dirtroad.dev' ],
10426
+ nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
10427
+ infoURL: 'https://calypsohub.network/',
10428
+ shortName: 'calypso-mainnet',
10429
+ chainId: 1564830818,
10430
+ networkId: 1564830818,
10431
+ explorers: [
10432
+ {
10433
+ name: 'Blockscout',
10434
+ url: 'https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com',
10435
+ icon: 'calypso',
10436
+ standard: 'EIP3091'
10437
+ }
10438
+ ]
10439
+ },
10312
10440
  {
10313
10441
  name: 'Harmony Mainnet Shard 0',
10314
10442
  chain: 'Harmony',
@@ -10474,7 +10602,6 @@ const chainArray = [
10474
10602
  {
10475
10603
  name: 'Palm Testnet',
10476
10604
  chain: 'Palm',
10477
- icon: 'palm',
10478
10605
  rpc: [ 'https://palm-testnet.infura.io/v3/${INFURA_API_KEY}' ],
10479
10606
  faucets: [],
10480
10607
  nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
@@ -10486,15 +10613,13 @@ const chainArray = [
10486
10613
  {
10487
10614
  name: 'Palm Testnet Explorer',
10488
10615
  url: 'https://explorer.palm-uat.xyz',
10489
- standard: 'EIP3091',
10490
- icon: 'palm'
10616
+ standard: 'EIP3091'
10491
10617
  }
10492
10618
  ]
10493
10619
  },
10494
10620
  {
10495
10621
  name: 'Palm',
10496
10622
  chain: 'Palm',
10497
- icon: 'palm',
10498
10623
  rpc: [ 'https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}' ],
10499
10624
  faucets: [],
10500
10625
  nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
@@ -10506,8 +10631,7 @@ const chainArray = [
10506
10631
  {
10507
10632
  name: 'Palm Explorer',
10508
10633
  url: 'https://explorer.palm.io',
10509
- standard: 'EIP3091',
10510
- icon: 'palm'
10634
+ standard: 'EIP3091'
10511
10635
  }
10512
10636
  ]
10513
10637
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {