eth-chainlist 0.0.212 → 0.0.214

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.214 (2023-08-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.213 ([b3aada5](https://github.com/poowf/eth-chainlist/commit/b3aada556c1ab2b5c6dc0ad17228f14b54f7485a))
9
+ * update chain data ([77e8dc5](https://github.com/poowf/eth-chainlist/commit/77e8dc50722b46d01dc1f56dbf6d01f44fe3cb7f))
10
+
11
+ ### 0.0.213 (2023-08-18)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.212 ([cc75423](https://github.com/poowf/eth-chainlist/commit/cc75423f6f565f825408df06c247c4d388341da2))
17
+ * update chain data ([fbba11b](https://github.com/poowf/eth-chainlist/commit/fbba11b062afbbe81d2203ab0fc719b22ba25450))
18
+
3
19
  ### 0.0.212 (2023-08-17)
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,56 @@ 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
+ },
8306
+ {
8307
+ name: 'Kiwi Subnet',
8308
+ chain: 'KIWI',
8309
+ rpc: [ 'https://subnets.avax.network/kiwi/testnet/rpc' ],
8310
+ features: [ { name: 'EIP1559' } ],
8311
+ faucets: [],
8312
+ nativeCurrency: { name: 'Shrapgas', symbol: 'SHRAP', decimals: 18 },
8313
+ infoURL: '',
8314
+ shortName: 'kiwi',
8315
+ chainId: 2037,
8316
+ networkId: 2037,
8317
+ explorers: [
8318
+ {
8319
+ name: 'KIWI Explorer',
8320
+ url: 'https://subnets-test.avax.network/kiwi',
8321
+ standard: 'EIP3091'
8322
+ }
8323
+ ]
8324
+ },
8249
8325
  {
8250
8326
  name: 'OriginTrail Parachain',
8251
8327
  chain: 'OTP',
@@ -8328,6 +8404,30 @@ const chainArray = [
8328
8404
  }
8329
8405
  ]
8330
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
+ },
8331
8431
  {
8332
8432
  name: 'Ecoball Mainnet',
8333
8433
  chain: 'ECO',
@@ -8707,7 +8807,13 @@ const chainArray = [
8707
8807
  {
8708
8808
  name: 'SOMA Network Testnet',
8709
8809
  chain: 'SOMA',
8710
- rpc: [ 'https://data-testnet-v1.somanetwork.io/' ],
8810
+ rpc: [
8811
+ 'https://data-testnet-v1.somanetwork.io/',
8812
+ 'https://testnet-au-server-2.somanetwork.io',
8813
+ 'https://testnet-au-server-1.somanetwork.io',
8814
+ 'https://testnet-sg-server-1.somanetwork.io',
8815
+ 'https://testnet-sg-server-2.somanetwork.io'
8816
+ ],
8711
8817
  faucets: [ 'https://faucet.somanetwork.io' ],
8712
8818
  nativeCurrency: { name: 'SMA', symbol: 'tSMA', decimals: 18 },
8713
8819
  infoURL: 'https://somanetwork.io',
@@ -8748,7 +8854,12 @@ const chainArray = [
8748
8854
  {
8749
8855
  name: 'SOMA Network Mainnet',
8750
8856
  chain: 'SOMA',
8751
- rpc: [ 'https://data-mainnet-v1.somanetwork.io/' ],
8857
+ rpc: [
8858
+ 'https://data-mainnet-v1.somanetwork.io/',
8859
+ 'https://id-mainnet.somanetwork.io',
8860
+ 'https://hk-mainnet.somanetwork.io',
8861
+ 'https://sg-mainnet.somanetwork.io'
8862
+ ],
8752
8863
  faucets: [ 'https://airdrop.somanetwork.io' ],
8753
8864
  nativeCurrency: { name: 'Soma Native Token', symbol: 'SMA', decimals: 18 },
8754
8865
  infoURL: 'https://somanetwork.io',
@@ -10308,7 +10419,7 @@ const chainArray = [
10308
10419
  chain: 'HMND',
10309
10420
  rpc: [ 'https://explorer-rpc-http.mainnet.stages.humanode.io' ],
10310
10421
  faucets: [],
10311
- nativeCurrency: { name: 'HMND', symbol: 'HMND', decimals: 18 },
10422
+ nativeCurrency: { name: 'eHMND', symbol: 'eHMND', decimals: 18 },
10312
10423
  infoURL: 'https://humanode.io',
10313
10424
  shortName: 'hmnd',
10314
10425
  chainId: 5234,
@@ -12480,6 +12591,26 @@ const chainArray = [
12480
12591
  }
12481
12592
  ]
12482
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
+ },
12483
12614
  {
12484
12615
  name: '0XTade',
12485
12616
  chain: '0XTade Chain',
@@ -13064,7 +13195,7 @@ const chainArray = [
13064
13195
  chain: 'Humanode Testnet 5',
13065
13196
  rpc: [ 'https://explorer-rpc-http.testnet5.stages.humanode.io' ],
13066
13197
  faucets: [ 'https://t.me/HumanodeTestnet5FaucetBot' ],
13067
- nativeCurrency: { name: 'HMND', symbol: 'HMND', decimals: 18 },
13198
+ nativeCurrency: { name: 'eHMND', symbol: 'eHMND', decimals: 18 },
13068
13199
  infoURL: 'https://humanode.io',
13069
13200
  shortName: 'hmnd-t5',
13070
13201
  chainId: 14853,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.212",
3
+ "version": "0.0.214",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {