eth-chainlist 0.0.328 → 0.0.330

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.330 (2024-01-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.329 ([f0b59c5](https://github.com/poowf/eth-chainlist/commit/f0b59c5de773363c78f6f76cf5956e40509dc524))
9
+ * update chain data ([e96e5a8](https://github.com/poowf/eth-chainlist/commit/e96e5a8ea44df1432e70b581fd5563913b0d06e7))
10
+
11
+ ### 0.0.329 (2024-01-29)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.328 ([4fd4f2a](https://github.com/poowf/eth-chainlist/commit/4fd4f2aca0c681320933b4f4dbd710961c053d9b))
17
+ * update chain data ([db97be7](https://github.com/poowf/eth-chainlist/commit/db97be7569c58f881d108689b08a2d4cdb046e5a))
18
+
3
19
  ### 0.0.328 (2024-01-28)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4374,6 +4374,25 @@ const chainArray = [
4374
4374
  }
4375
4375
  ]
4376
4376
  },
4377
+ {
4378
+ name: 'Cosvm Mainnet',
4379
+ chain: 'CVM',
4380
+ rpc: [ 'https://rpc.cosvm.net' ],
4381
+ faucets: [],
4382
+ nativeCurrency: { name: 'Cosvm', symbol: 'CVM', decimals: 18 },
4383
+ infoURL: 'https://cosvm.network',
4384
+ shortName: 'cvm',
4385
+ chainId: 323,
4386
+ networkId: 323,
4387
+ explorers: [
4388
+ {
4389
+ name: 'Blockscout',
4390
+ url: 'https://explorer.cosvm.net',
4391
+ icon: 'blockscout',
4392
+ standard: 'EIP3091'
4393
+ }
4394
+ ]
4395
+ },
4377
4396
  {
4378
4397
  name: 'zkSync Mainnet',
4379
4398
  chain: 'ETH',
@@ -5829,6 +5848,35 @@ const chainArray = [
5829
5848
  }
5830
5849
  ]
5831
5850
  },
5851
+ {
5852
+ name: 'Vrcscan Mainnet',
5853
+ chain: 'VRC',
5854
+ rpc: [
5855
+ 'https://rpc-mainnet-5.vrcscan.com',
5856
+ 'https://rpc-mainnet-6.vrcscan.com',
5857
+ 'https://rpc-mainnet-7.vrcscan.com',
5858
+ 'https://rpc-mainnet-8.vrcscan.com'
5859
+ ],
5860
+ faucets: [],
5861
+ nativeCurrency: { name: 'VRC Chain', symbol: 'VRC', decimals: 18 },
5862
+ infoURL: 'https://vrccoin.com',
5863
+ shortName: 'vrc',
5864
+ chainId: 713,
5865
+ networkId: 713,
5866
+ explorers: [
5867
+ {
5868
+ name: 'vrcscan',
5869
+ url: 'https://vrcscan.com',
5870
+ standard: 'EIP3091'
5871
+ },
5872
+ {
5873
+ name: 'dxbscan',
5874
+ url: 'https://dxb.vrcscan.com',
5875
+ standard: 'EIP3091'
5876
+ }
5877
+ ],
5878
+ icon: 'vrcscan'
5879
+ },
5832
5880
  {
5833
5881
  name: 'Shibarium Beta',
5834
5882
  chain: 'Shibarium',
@@ -10383,7 +10431,10 @@ const chainArray = [
10383
10431
  'https://kava-evm.rpc.thirdweb.com',
10384
10432
  'wss://wevm.kava.io',
10385
10433
  'https://kava-evm.publicnode.com',
10386
- 'wss://kava-evm.publicnode.com'
10434
+ 'wss://kava-evm.publicnode.com',
10435
+ 'https://evm.kava-rpc.com',
10436
+ 'https://rpc.ankr.com/kava_evm',
10437
+ 'wss://wevm.kava-rpc.com'
10387
10438
  ],
10388
10439
  faucets: [],
10389
10440
  nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
@@ -11551,18 +11602,23 @@ const chainArray = [
11551
11602
  {
11552
11603
  name: 'AlveyChain Mainnet',
11553
11604
  chain: 'ALV',
11554
- icon: 'alveychain',
11555
- rpc: [ 'https://rpc.alveychain.com/rpc', 'https://rpc2.alvey.io/rpc' ],
11605
+ rpc: [
11606
+ 'https://elves-core1.alvey.io',
11607
+ 'https://elves-core2.alvey.io',
11608
+ 'https://elves-core3.alvey.io'
11609
+ ],
11556
11610
  faucets: [],
11557
11611
  nativeCurrency: { name: 'AlveyCoin', symbol: 'ALV', decimals: 18 },
11558
- infoURL: 'https://alveyscan.com/rpc',
11612
+ infoURL: 'https://alveychain.com/',
11559
11613
  shortName: 'alv',
11560
11614
  chainId: 3797,
11561
11615
  networkId: 3797,
11616
+ icon: 'alveychain',
11562
11617
  explorers: [
11563
11618
  {
11564
11619
  name: 'AlveyScan',
11565
11620
  url: 'https://alveyscan.com',
11621
+ icon: 'alveychain',
11566
11622
  standard: 'EIP3091'
11567
11623
  }
11568
11624
  ]
@@ -12079,6 +12135,26 @@ const chainArray = [
12079
12135
  slip44: 1,
12080
12136
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
12081
12137
  },
12138
+ {
12139
+ name: 'Lisk Sepolia Testnet',
12140
+ chain: 'ETH',
12141
+ rpc: [ 'https://rpc.sepolia-api.lisk.com' ],
12142
+ faucets: [],
12143
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
12144
+ infoURL: 'https://lisk.com',
12145
+ shortName: 'lisksep',
12146
+ chainId: 4202,
12147
+ networkId: 4202,
12148
+ slip44: 134,
12149
+ explorers: [
12150
+ {
12151
+ name: 'liskscout',
12152
+ url: 'https://sepolia-blockscout.lisk.com',
12153
+ icon: 'blockscout',
12154
+ standard: 'EIP3091'
12155
+ }
12156
+ ]
12157
+ },
12082
12158
  {
12083
12159
  name: 'Nexi Mainnet',
12084
12160
  chain: 'Nexi',
@@ -13386,6 +13462,25 @@ const chainArray = [
13386
13462
  }
13387
13463
  ]
13388
13464
  },
13465
+ {
13466
+ name: 'BST Chain',
13467
+ chain: 'BSTC',
13468
+ rpc: [ 'https://rpc.bstchain.io/' ],
13469
+ faucets: [],
13470
+ nativeCurrency: { name: 'BST Chain', symbol: 'BSTC', decimals: 18 },
13471
+ infoURL: 'https://bstchain.io',
13472
+ shortName: 'BSTC',
13473
+ chainId: 7007,
13474
+ networkId: 7007,
13475
+ icon: 'bstc',
13476
+ explorers: [
13477
+ {
13478
+ name: 'blockscout',
13479
+ url: 'https://bstscan.com',
13480
+ standard: 'EIP3091'
13481
+ }
13482
+ ]
13483
+ },
13389
13484
  {
13390
13485
  name: 'Ella the heart',
13391
13486
  chain: 'ella',
@@ -16716,6 +16811,25 @@ const chainArray = [
16716
16811
  }
16717
16812
  ]
16718
16813
  },
16814
+ {
16815
+ name: 'All About Healthy',
16816
+ chain: 'AAH',
16817
+ rpc: [ 'https://rpc.c4ex.net' ],
16818
+ faucets: [ 'https://t.me/c4eiAirdrop' ],
16819
+ nativeCurrency: { name: 'AAH', symbol: 'AAH', decimals: 18 },
16820
+ infoURL: 'https://c4ex.net',
16821
+ shortName: 'aah',
16822
+ chainId: 21133,
16823
+ networkId: 21133,
16824
+ explorers: [
16825
+ {
16826
+ name: 'AAH Blockscout',
16827
+ url: 'https://exp.c4ex.net',
16828
+ icon: 'aah',
16829
+ standard: 'EIP3091'
16830
+ }
16831
+ ]
16832
+ },
16719
16833
  {
16720
16834
  name: 'CENNZnet Azalea',
16721
16835
  chain: 'CENNZnet',
@@ -18355,6 +18469,27 @@ const chainArray = [
18355
18469
  }
18356
18470
  ]
18357
18471
  },
18472
+ {
18473
+ name: 'DOID',
18474
+ chain: 'DOID',
18475
+ rpc: [ 'https://rpc.doid.tech' ],
18476
+ faucets: [],
18477
+ nativeCurrency: { name: 'DOID', symbol: 'DOID', decimals: 18 },
18478
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
18479
+ infoURL: 'https://doid.tech',
18480
+ shortName: 'DOID',
18481
+ chainId: 53277,
18482
+ networkId: 53277,
18483
+ icon: 'doid',
18484
+ explorers: [
18485
+ {
18486
+ name: 'DOID Scan',
18487
+ url: 'https://scan.doid.tech',
18488
+ icon: 'doid',
18489
+ standard: 'EIP3091'
18490
+ }
18491
+ ]
18492
+ },
18358
18493
  {
18359
18494
  name: 'DFK Chain',
18360
18495
  chain: 'DFK',
@@ -18524,6 +18659,27 @@ const chainArray = [
18524
18659
  }
18525
18660
  ]
18526
18661
  },
18662
+ {
18663
+ name: 'DOID Testnet',
18664
+ chain: 'DOID',
18665
+ rpc: [ 'https://rpc.testnet.doid.tech' ],
18666
+ faucets: [],
18667
+ nativeCurrency: { name: 'DOID', symbol: 'DOID', decimals: 18 },
18668
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
18669
+ infoURL: 'https://doid.tech',
18670
+ shortName: 'doidTestnet',
18671
+ chainId: 56797,
18672
+ networkId: 56797,
18673
+ icon: 'doid',
18674
+ explorers: [
18675
+ {
18676
+ name: 'DOID Testnet Scan',
18677
+ url: 'https://scan.testnet.doid.tech',
18678
+ icon: 'doid',
18679
+ standard: 'EIP3091'
18680
+ }
18681
+ ]
18682
+ },
18527
18683
  {
18528
18684
  name: 'Rollux Testnet',
18529
18685
  chain: 'SYS',
@@ -24030,6 +24186,25 @@ const chainArray = [
24030
24186
  }
24031
24187
  ]
24032
24188
  },
24189
+ {
24190
+ name: 'Ancient8',
24191
+ chain: 'Ancient8',
24192
+ icon: 'ancient8',
24193
+ rpc: [ 'https://rpc.ancient8.gg' ],
24194
+ faucets: [],
24195
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
24196
+ infoURL: 'https://ancient8.gg/',
24197
+ shortName: 'ancient8',
24198
+ chainId: 888888888,
24199
+ networkId: 888888888,
24200
+ explorers: [
24201
+ {
24202
+ name: 'Ancient8 Explorer',
24203
+ url: 'https://scan.ancient8.gg',
24204
+ standard: 'EIP3091'
24205
+ }
24206
+ ]
24207
+ },
24033
24208
  {
24034
24209
  name: 'Zora Sepolia Testnet',
24035
24210
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.328",
3
+ "version": "0.0.330",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {