eth-chainlist 0.0.442 → 0.0.443

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.443 (2024-07-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.442 ([9a03f54](https://github.com/poowf/eth-chainlist/commit/9a03f543118d1b634d95992c9c5fa414bafca85f))
9
+ * update chain data ([62d8065](https://github.com/poowf/eth-chainlist/commit/62d8065bd7908b56c16d82af51f31dbc7caf327f))
10
+
3
11
  ### 0.0.442 (2024-07-13)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3437,6 +3437,44 @@ const chainArray = [
3437
3437
  }
3438
3438
  ]
3439
3439
  },
3440
+ {
3441
+ name: 'ABEY Testnet',
3442
+ chain: 'ABEY',
3443
+ rpc: [ 'https://testrpc.abeychain.com' ],
3444
+ features: [ { name: 'EIP155' } ],
3445
+ faucets: [ 'https://testnet-faucet.abeychain.com' ],
3446
+ nativeCurrency: { name: 'ABEY', symbol: 'tABEY', decimals: 18 },
3447
+ infoURL: 'https://abey.com',
3448
+ shortName: 'abeyt',
3449
+ chainId: 178,
3450
+ networkId: 178,
3451
+ explorers: [
3452
+ {
3453
+ name: 'abeyscan-testnet',
3454
+ url: 'https://testnet.abeyscan.com',
3455
+ standard: 'EIP3091'
3456
+ }
3457
+ ]
3458
+ },
3459
+ {
3460
+ name: 'ABEY Mainnet',
3461
+ chain: 'ABEY',
3462
+ rpc: [ 'https://rpc.abeychain.com' ],
3463
+ features: [ { name: 'EIP155' } ],
3464
+ faucets: [],
3465
+ nativeCurrency: { name: 'ABEY', symbol: 'ABEY', decimals: 18 },
3466
+ infoURL: 'https://abey.com',
3467
+ shortName: 'abey',
3468
+ chainId: 179,
3469
+ networkId: 179,
3470
+ explorers: [
3471
+ {
3472
+ name: 'abeyscan',
3473
+ url: 'https://abeyscan.com',
3474
+ standard: 'EIP3091'
3475
+ }
3476
+ ]
3477
+ },
3440
3478
  {
3441
3479
  name: 'AME Chain Mainnet',
3442
3480
  chain: 'AME',
@@ -10589,6 +10627,44 @@ const chainArray = [
10589
10627
  }
10590
10628
  ]
10591
10629
  },
10630
+ {
10631
+ name: 'StarCHAIN Testnet',
10632
+ chain: 'StarCHAIN',
10633
+ rpc: [ 'https://testnet-rpc1.starworksglobal.com' ],
10634
+ features: [ { name: 'EIP155' } ],
10635
+ faucets: [],
10636
+ nativeCurrency: { name: 'STARX', symbol: 'STARX', decimals: 18 },
10637
+ infoURL: 'https://www.starworksglobal.com',
10638
+ shortName: 'starchain-testnet',
10639
+ chainId: 1570,
10640
+ networkId: 1570,
10641
+ explorers: [
10642
+ {
10643
+ name: 'StarCHAIN Explorer',
10644
+ url: 'https://testnet.starchainscan.io',
10645
+ standard: 'EIP3091'
10646
+ }
10647
+ ]
10648
+ },
10649
+ {
10650
+ name: 'StarCHAIN',
10651
+ chain: 'StarCHAIN',
10652
+ rpc: [ 'https://rpc.starworksglobal.com' ],
10653
+ features: [ { name: 'EIP155' } ],
10654
+ faucets: [],
10655
+ nativeCurrency: { name: 'STARX', symbol: 'STARX', decimals: 18 },
10656
+ infoURL: 'https://www.starworksglobal.com',
10657
+ shortName: 'starchain',
10658
+ chainId: 1578,
10659
+ networkId: 1578,
10660
+ explorers: [
10661
+ {
10662
+ name: 'StarCHAIN Explorer',
10663
+ url: 'https://starchainscan.io',
10664
+ standard: 'EIP3091'
10665
+ }
10666
+ ]
10667
+ },
10592
10668
  {
10593
10669
  name: 'Ethereum Inscription Mainnet',
10594
10670
  chain: 'ETINS',
@@ -17326,6 +17402,32 @@ const chainArray = [
17326
17402
  }
17327
17403
  ]
17328
17404
  },
17405
+ {
17406
+ name: 'RACE Testnet',
17407
+ chain: 'ETH',
17408
+ rpc: [ 'https://racetestnet.io/' ],
17409
+ faucets: [ 'https://faucet.racetestnet.io/' ],
17410
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
17411
+ infoURL: 'https://race.foundation/',
17412
+ shortName: 'racesep',
17413
+ chainId: 6806,
17414
+ networkId: 6806,
17415
+ slip44: 1,
17416
+ icon: 'race',
17417
+ explorers: [
17418
+ {
17419
+ name: 'blockscout',
17420
+ url: 'https://testnet.racescan.io',
17421
+ icon: 'blockscout',
17422
+ standard: 'EIP3091'
17423
+ }
17424
+ ],
17425
+ parent: {
17426
+ type: 'L2',
17427
+ chain: 'eip155-11155111',
17428
+ bridges: [ { url: 'https://testnet-bridge.raceconomy.com/' } ]
17429
+ }
17430
+ },
17329
17431
  {
17330
17432
  name: 'Pools Mainnet',
17331
17433
  chain: 'Pools',
@@ -21459,6 +21561,26 @@ const chainArray = [
21459
21561
  }
21460
21562
  ]
21461
21563
  },
21564
+ {
21565
+ name: 'KYMTC Mainnet',
21566
+ chain: 'KYMTC',
21567
+ icon: 'kymtc',
21568
+ rpc: [ 'https://mainnet-rpc.kymaticscan.online' ],
21569
+ faucets: [],
21570
+ nativeCurrency: { name: 'KYMTC', symbol: 'KYMTC', decimals: 18 },
21571
+ infoURL: 'https://kymaticscan.online',
21572
+ shortName: 'KYMTC',
21573
+ chainId: 15430,
21574
+ networkId: 15430,
21575
+ explorers: [
21576
+ {
21577
+ name: 'KYMTC Mainnet Explorer',
21578
+ url: 'https://kymaticscan.online',
21579
+ icon: 'kymtc',
21580
+ standard: 'EIP3091'
21581
+ }
21582
+ ]
21583
+ },
21462
21584
  {
21463
21585
  name: 'LoopNetwork Mainnet',
21464
21586
  chain: 'LoopNetwork',
@@ -22192,6 +22314,30 @@ const chainArray = [
22192
22314
  }
22193
22315
  ]
22194
22316
  },
22317
+ {
22318
+ name: 'BlockX Mainnet',
22319
+ chain: 'blockx',
22320
+ rpc: [],
22321
+ faucets: [ 'https://ping.blockxnet.com/blockx/faucet' ],
22322
+ nativeCurrency: { name: 'BCXT', symbol: 'BCXT', decimals: 18 },
22323
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
22324
+ infoURL: 'https://www.blockxnet.com/',
22325
+ shortName: 'bcxt',
22326
+ chainId: 19191,
22327
+ networkId: 19191,
22328
+ explorers: [
22329
+ {
22330
+ name: 'BlockX EVM Explorer (Blockscout)',
22331
+ url: 'https://explorer.blockxnet.com',
22332
+ standard: 'EIP3091'
22333
+ },
22334
+ {
22335
+ name: 'BlockX Cosmos Explorer (Ping)',
22336
+ url: 'https://ping.blockxnet.com/blockx',
22337
+ standard: 'none'
22338
+ }
22339
+ ]
22340
+ },
22195
22341
  {
22196
22342
  name: 'Decentraconnect Social',
22197
22343
  chain: 'DCSM',
@@ -22752,6 +22898,26 @@ const chainArray = [
22752
22898
  }
22753
22899
  ]
22754
22900
  },
22901
+ {
22902
+ name: 'KYMTC Testnet',
22903
+ chain: 'KYMTC',
22904
+ icon: 'kymtc',
22905
+ rpc: [ 'https://testnet-rpc.kymaticscan.online' ],
22906
+ faucets: [ 'https://faucet.kymaticscan.online' ],
22907
+ nativeCurrency: { name: 'KYMTC', symbol: 'KYMTC', decimals: 18 },
22908
+ infoURL: 'https://testnet-explorer.kymaticscan.online',
22909
+ shortName: 'tKYMTC',
22910
+ chainId: 24076,
22911
+ networkId: 24076,
22912
+ explorers: [
22913
+ {
22914
+ name: 'KYMTC Testnet Explorer',
22915
+ url: 'https://testnet-explorer.kymaticscan.online',
22916
+ icon: 'kymtc',
22917
+ standard: 'EIP3091'
22918
+ }
22919
+ ]
22920
+ },
22755
22921
  {
22756
22922
  name: 'Webchain',
22757
22923
  chain: 'WEB',
@@ -32716,6 +32882,25 @@ const chainArray = [
32716
32882
  }
32717
32883
  ]
32718
32884
  },
32885
+ {
32886
+ name: 'DBK Chain',
32887
+ chain: 'DBK Chain',
32888
+ rpc: [ 'https://rpc.mainnet.dbkchain.io' ],
32889
+ icon: 'dbkchain',
32890
+ faucets: [],
32891
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
32892
+ infoURL: 'https://docs.dbkchain.io',
32893
+ shortName: 'dbkchain',
32894
+ chainId: 20240603,
32895
+ networkId: 20240603,
32896
+ explorers: [
32897
+ {
32898
+ name: 'DBK Chain Explorer',
32899
+ url: 'https://scan.dbkchain.io',
32900
+ standard: 'EIP3091'
32901
+ }
32902
+ ]
32903
+ },
32719
32904
  {
32720
32905
  name: 'Swan Proxima Testnet',
32721
32906
  chain: 'SWAN',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.442",
3
+ "version": "0.0.443",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {