eth-chainlist 0.0.329 → 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,13 @@
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
+
3
11
  ### 0.0.329 (2024-01-29)
4
12
 
5
13
 
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 },
@@ -12084,6 +12135,26 @@ const chainArray = [
12084
12135
  slip44: 1,
12085
12136
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
12086
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
+ },
12087
12158
  {
12088
12159
  name: 'Nexi Mainnet',
12089
12160
  chain: 'Nexi',
@@ -13391,6 +13462,25 @@ const chainArray = [
13391
13462
  }
13392
13463
  ]
13393
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
+ },
13394
13484
  {
13395
13485
  name: 'Ella the heart',
13396
13486
  chain: 'ella',
@@ -16721,6 +16811,25 @@ const chainArray = [
16721
16811
  }
16722
16812
  ]
16723
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
+ },
16724
16833
  {
16725
16834
  name: 'CENNZnet Azalea',
16726
16835
  chain: 'CENNZnet',
@@ -18360,6 +18469,27 @@ const chainArray = [
18360
18469
  }
18361
18470
  ]
18362
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
+ },
18363
18493
  {
18364
18494
  name: 'DFK Chain',
18365
18495
  chain: 'DFK',
@@ -18529,6 +18659,27 @@ const chainArray = [
18529
18659
  }
18530
18660
  ]
18531
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
+ },
18532
18683
  {
18533
18684
  name: 'Rollux Testnet',
18534
18685
  chain: 'SYS',
@@ -24035,6 +24186,25 @@ const chainArray = [
24035
24186
  }
24036
24187
  ]
24037
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
+ },
24038
24208
  {
24039
24209
  name: 'Zora Sepolia Testnet',
24040
24210
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.329",
3
+ "version": "0.0.330",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {