eth-chainlist 0.0.213 → 0.0.215

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.215 (2023-08-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.214 ([55458e4](https://github.com/poowf/eth-chainlist/commit/55458e42a4151aa4aa2b4d11bb521556d9e682bf))
9
+ * update chain data ([3aa8828](https://github.com/poowf/eth-chainlist/commit/3aa8828d54fa287b3a5843e1f830cc45288804b1))
10
+
11
+ ### 0.0.214 (2023-08-19)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.213 ([b3aada5](https://github.com/poowf/eth-chainlist/commit/b3aada556c1ab2b5c6dc0ad17228f14b54f7485a))
17
+ * update chain data ([77e8dc5](https://github.com/poowf/eth-chainlist/commit/77e8dc50722b46d01dc1f56dbf6d01f44fe3cb7f))
18
+
3
19
  ### 0.0.213 (2023-08-18)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -1383,7 +1383,13 @@ const chainArray = [
1383
1383
  {
1384
1384
  name: 'Decimal Smart Chain Mainnet',
1385
1385
  chain: 'DSC',
1386
- rpc: [ 'https://node.decimalchain.com/web3/' ],
1386
+ rpc: [
1387
+ 'https://node.decimalchain.com/web3/',
1388
+ 'https://node1-mainnet.decimalchain.com/web3/',
1389
+ 'https://node2-mainnet.decimalchain.com/web3/',
1390
+ 'https://node3-mainnet.decimalchain.com/web3/',
1391
+ 'https://node4-mainnet.decimalchain.com/web3/'
1392
+ ],
1387
1393
  faucets: [],
1388
1394
  nativeCurrency: { name: 'Decimal', symbol: 'DEL', decimals: 18 },
1389
1395
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
@@ -3839,6 +3845,26 @@ const chainArray = [
3839
3845
  }
3840
3846
  ]
3841
3847
  },
3848
+ {
3849
+ name: 'Yooldo Verse Mainnet',
3850
+ chain: 'Yooldo Verse',
3851
+ icon: 'yooldo_verse',
3852
+ rpc: [ 'https://rpc.yooldo-verse.xyz/' ],
3853
+ faucets: [],
3854
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
3855
+ infoURL: 'https://yooldo.gg/',
3856
+ shortName: 'YVM',
3857
+ chainId: 345,
3858
+ networkId: 345,
3859
+ explorers: [
3860
+ {
3861
+ name: 'Yooldo Verse Explorer',
3862
+ url: 'https://explorer.yooldo-verse.xyz',
3863
+ standard: 'EIP3091'
3864
+ }
3865
+ ],
3866
+ parent: { type: 'L2', chain: 'eip155-248' }
3867
+ },
3842
3868
  {
3843
3869
  name: 'Theta Mainnet',
3844
3870
  chain: 'Theta',
@@ -8246,6 +8272,37 @@ const chainArray = [
8246
8272
  }
8247
8273
  ]
8248
8274
  },
8275
+ {
8276
+ name: 'Centrifuge',
8277
+ chain: 'CFG',
8278
+ rpc: [ 'wss://fullnode.parachain.centrifuge.io' ],
8279
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
8280
+ faucets: [],
8281
+ nativeCurrency: { name: 'Centrifuge', symbol: 'CFG', decimals: 18 },
8282
+ infoURL: 'https://centrifuge.io',
8283
+ shortName: 'cfg',
8284
+ chainId: 2031,
8285
+ networkId: 2031,
8286
+ explorers: [
8287
+ {
8288
+ name: 'subscan',
8289
+ url: 'https://centrifuge.subscan.io',
8290
+ standard: 'EIP3091'
8291
+ }
8292
+ ]
8293
+ },
8294
+ {
8295
+ name: 'Catalyst',
8296
+ chain: 'CFG',
8297
+ rpc: [ 'wss://fullnode.catalyst.cntrfg.com' ],
8298
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
8299
+ faucets: [],
8300
+ nativeCurrency: { name: 'Catalyst CFG', symbol: 'NCFG', decimals: 18 },
8301
+ infoURL: 'https://centrifuge.io',
8302
+ shortName: 'ncfg',
8303
+ chainId: 2032,
8304
+ networkId: 2032
8305
+ },
8249
8306
  {
8250
8307
  name: 'Kiwi Subnet',
8251
8308
  chain: 'KIWI',
@@ -8347,6 +8404,30 @@ const chainArray = [
8347
8404
  }
8348
8405
  ]
8349
8406
  },
8407
+ {
8408
+ name: 'Altair',
8409
+ chain: 'AIR',
8410
+ rpc: [ 'wss://fullnode.altair.centrifuge.io' ],
8411
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
8412
+ faucets: [],
8413
+ nativeCurrency: { name: 'Altair', symbol: 'AIR', decimals: 18 },
8414
+ infoURL: 'https://centrifuge.io',
8415
+ shortName: 'air',
8416
+ chainId: 2088,
8417
+ networkId: 2088
8418
+ },
8419
+ {
8420
+ name: 'Algol',
8421
+ chain: 'algol',
8422
+ rpc: [ 'wss://fullnode.algol.cntrfg.com' ],
8423
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
8424
+ faucets: [],
8425
+ nativeCurrency: { name: 'Algol', symbol: 'ALGL', decimals: 18 },
8426
+ infoURL: 'https://centrifuge.io',
8427
+ shortName: 'algl',
8428
+ chainId: 2089,
8429
+ networkId: 2089
8430
+ },
8350
8431
  {
8351
8432
  name: 'Ecoball Mainnet',
8352
8433
  chain: 'ECO',
@@ -10338,7 +10419,7 @@ const chainArray = [
10338
10419
  chain: 'HMND',
10339
10420
  rpc: [ 'https://explorer-rpc-http.mainnet.stages.humanode.io' ],
10340
10421
  faucets: [],
10341
- nativeCurrency: { name: 'HMND', symbol: 'HMND', decimals: 18 },
10422
+ nativeCurrency: { name: 'eHMND', symbol: 'eHMND', decimals: 18 },
10342
10423
  infoURL: 'https://humanode.io',
10343
10424
  shortName: 'hmnd',
10344
10425
  chainId: 5234,
@@ -12510,6 +12591,26 @@ const chainArray = [
12510
12591
  }
12511
12592
  ]
12512
12593
  },
12594
+ {
12595
+ name: 'Arthera Testnet',
12596
+ chain: 'AA',
12597
+ icon: 'arthera',
12598
+ rpc: [ 'https://rpc-test.arthera.net' ],
12599
+ faucets: [ 'https://faucet.arthera.net' ],
12600
+ nativeCurrency: { name: 'Arthera', symbol: 'AA', decimals: 18 },
12601
+ infoURL: 'https://docs.arthera.net',
12602
+ shortName: 'aa',
12603
+ chainId: 10243,
12604
+ networkId: 10243,
12605
+ explorers: [
12606
+ {
12607
+ name: 'blockscout',
12608
+ url: 'https://explorer-test.arthera.net',
12609
+ icon: 'blockscout',
12610
+ standard: 'EIP3091'
12611
+ }
12612
+ ]
12613
+ },
12513
12614
  {
12514
12615
  name: '0XTade',
12515
12616
  chain: '0XTade Chain',
@@ -13094,7 +13195,7 @@ const chainArray = [
13094
13195
  chain: 'Humanode Testnet 5',
13095
13196
  rpc: [ 'https://explorer-rpc-http.testnet5.stages.humanode.io' ],
13096
13197
  faucets: [ 'https://t.me/HumanodeTestnet5FaucetBot' ],
13097
- nativeCurrency: { name: 'HMND', symbol: 'HMND', decimals: 18 },
13198
+ nativeCurrency: { name: 'eHMND', symbol: 'eHMND', decimals: 18 },
13098
13199
  infoURL: 'https://humanode.io',
13099
13200
  shortName: 'hmnd-t5',
13100
13201
  chainId: 14853,
@@ -19389,6 +19490,25 @@ const chainArray = [
19389
19490
  bridges: [ { url: 'https://ruby.exchange/bridge.html' } ]
19390
19491
  }
19391
19492
  },
19493
+ {
19494
+ name: 'Ancient8 Testnet',
19495
+ chain: 'Ancient8',
19496
+ icon: 'ancient8',
19497
+ rpc: [ 'https://rpc-testnet.ancient8.gg' ],
19498
+ faucets: [],
19499
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19500
+ infoURL: 'https://ancient8.gg/',
19501
+ shortName: 'a8',
19502
+ chainId: 2863311531,
19503
+ networkId: 2863311531,
19504
+ explorers: [
19505
+ {
19506
+ name: 'a8scan-testnet',
19507
+ url: 'https://testnet.a8scan.io',
19508
+ standard: 'EIP3091'
19509
+ }
19510
+ ]
19511
+ },
19392
19512
  {
19393
19513
  name: 'Pirl',
19394
19514
  chain: 'PIRL',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.213",
3
+ "version": "0.0.215",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {