eth-chainlist 0.0.308 → 0.0.310

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +231 -10
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.310 (2023-12-23)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.309 ([d3c7def](https://github.com/poowf/eth-chainlist/commit/d3c7def09e03e4b324bc513a5f31db475b0c9932))
9
+ * update chain data ([d95b05b](https://github.com/poowf/eth-chainlist/commit/d95b05b88c487bc7d672dd171c661d06c28765cf))
10
+
11
+ ### 0.0.309 (2023-12-22)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.308 ([5dfc2b8](https://github.com/poowf/eth-chainlist/commit/5dfc2b8f0c1a39a63b948f4e9d0f0459d25faad3))
17
+ * update chain data ([7b8e783](https://github.com/poowf/eth-chainlist/commit/7b8e7837e9428678db280ad50dde3e4c87af6e7e))
18
+
3
19
  ### 0.0.308 (2023-12-20)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2612,6 +2612,30 @@ const chainArray = [
2612
2612
  }
2613
2613
  ]
2614
2614
  },
2615
+ {
2616
+ name: 'Engram Testnet',
2617
+ chain: 'tGRAM',
2618
+ icon: 'engram',
2619
+ rpc: [
2620
+ 'https://tokioswift.engram.tech',
2621
+ 'https://tokio-archive.engram.tech'
2622
+ ],
2623
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2624
+ faucets: [],
2625
+ nativeCurrency: { name: 'Engram Tokio Testnet', symbol: 'tGRAM', decimals: 18 },
2626
+ infoURL: 'https://engramnet.io',
2627
+ shortName: 'tgram',
2628
+ chainId: 131,
2629
+ networkId: 131,
2630
+ explorers: [
2631
+ {
2632
+ name: 'blockscout',
2633
+ url: 'https://tokioscan-v2.engram.tech',
2634
+ icon: 'engram',
2635
+ standard: 'EIP3091'
2636
+ }
2637
+ ]
2638
+ },
2615
2639
  {
2616
2640
  name: 'iExec Sidechain',
2617
2641
  chain: 'Bellecour',
@@ -3515,6 +3539,25 @@ const chainArray = [
3515
3539
  networkId: 218,
3516
3540
  status: 'deprecated'
3517
3541
  },
3542
+ {
3543
+ name: 'Scalind Testnet',
3544
+ chain: 'ETH',
3545
+ icon: 'scalind',
3546
+ rpc: [ 'https://rpc-sepolia.scalind.com' ],
3547
+ faucets: [ 'https://faucet.scalind.com' ],
3548
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
3549
+ infoURL: 'https://scalind.com',
3550
+ shortName: 'sepscal',
3551
+ chainId: 220,
3552
+ networkId: 220,
3553
+ explorers: [
3554
+ {
3555
+ name: 'scalind',
3556
+ url: 'https://explorer-sepolia.scalind.com',
3557
+ standard: 'EIP3091'
3558
+ }
3559
+ ]
3560
+ },
3518
3561
  {
3519
3562
  name: 'Permission',
3520
3563
  chain: 'ASK',
@@ -3606,6 +3649,25 @@ const chainArray = [
3606
3649
  }
3607
3650
  ]
3608
3651
  },
3652
+ {
3653
+ name: 'Blast Mainnet',
3654
+ chain: 'BLAST',
3655
+ icon: 'blastIcon',
3656
+ rpc: [ 'https://rpc.blastblockchain.com' ],
3657
+ faucets: [],
3658
+ nativeCurrency: { name: 'Blast', symbol: 'BLAST', decimals: 18 },
3659
+ infoURL: 'https://docs.blastblockchain.com',
3660
+ shortName: 'blast',
3661
+ chainId: 238,
3662
+ networkId: 238,
3663
+ explorers: [
3664
+ {
3665
+ name: 'Blast Mainnet',
3666
+ url: 'https://scan.blastblockchain.com',
3667
+ standard: 'EIP3091'
3668
+ }
3669
+ ]
3670
+ },
3609
3671
  {
3610
3672
  name: 'Plinga Mainnet',
3611
3673
  chain: 'Plinga',
@@ -5314,9 +5376,7 @@ const chainArray = [
5314
5376
  {
5315
5377
  name: 'PEER Testnet',
5316
5378
  chain: 'PEER',
5317
- rpc: [
5318
- 'http://testnet-polka-host-232813573.us-west-1.elb.amazonaws.com'
5319
- ],
5379
+ rpc: [ 'https://rpc-testnet.peer.inc' ],
5320
5380
  faucets: [ 'https://testnet.peer.inc' ],
5321
5381
  nativeCurrency: { name: 'PEER Token', symbol: 'PEER', decimals: 18 },
5322
5382
  infoURL: 'https://peer.inc',
@@ -7336,13 +7396,16 @@ const chainArray = [
7336
7396
  explorers: []
7337
7397
  },
7338
7398
  {
7339
- name: 'DeFiMetaChain',
7340
- icon: 'changi',
7399
+ name: 'DeFiMetaChain Changi Testnet',
7400
+ icon: 'defichain-network',
7341
7401
  chain: 'DFI',
7342
- rpc: [ 'https://testnet-dmc.mydefichain.com:20551' ],
7402
+ rpc: [
7403
+ 'https://dmc.mydefichain.com/changi',
7404
+ 'https://testnet-dmc.mydefichain.com:20551'
7405
+ ],
7343
7406
  faucets: [ 'http://tc04.mydefichain.com/faucet' ],
7344
7407
  nativeCurrency: { name: 'DeFiChain Token', symbol: 'DFI', decimals: 18 },
7345
- infoURL: 'https://defichain.com',
7408
+ infoURL: 'https://meta.defichain.com',
7346
7409
  shortName: 'changi',
7347
7410
  chainId: 1133,
7348
7411
  networkId: 1133,
@@ -8906,6 +8969,25 @@ const chainArray = [
8906
8969
  }
8907
8970
  ]
8908
8971
  },
8972
+ {
8973
+ name: 'Scalind',
8974
+ chain: 'ETH',
8975
+ icon: 'scalind',
8976
+ rpc: [ 'https://rpc.scalind.com' ],
8977
+ faucets: [],
8978
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
8979
+ infoURL: 'https://scalind.com',
8980
+ shortName: 'scal',
8981
+ chainId: 1911,
8982
+ networkId: 1911,
8983
+ explorers: [
8984
+ {
8985
+ name: 'scalind',
8986
+ url: 'https://explorer.scalind.com',
8987
+ standard: 'EIP3091'
8988
+ }
8989
+ ]
8990
+ },
8909
8991
  {
8910
8992
  name: 'ONUS Chain Testnet',
8911
8993
  title: 'ONUS Chain Testnet',
@@ -10966,9 +11048,9 @@ const chainArray = [
10966
11048
  chain: 'JFIN',
10967
11049
  rpc: [ 'https://rpc.jfinchain.com' ],
10968
11050
  faucets: [],
10969
- nativeCurrency: { name: 'JFIN Coin', symbol: 'jfin', decimals: 18 },
11051
+ nativeCurrency: { name: 'JFIN Coin', symbol: 'JFIN', decimals: 18 },
10970
11052
  infoURL: 'https://jfinchain.com',
10971
- shortName: 'jfin',
11053
+ shortName: 'JFIN',
10972
11054
  chainId: 3501,
10973
11055
  networkId: 3501,
10974
11056
  explorers: [
@@ -11531,6 +11613,26 @@ const chainArray = [
11531
11613
  bridges: [ { url: 'https://bridge.testnet.n3.nahmii.io' } ]
11532
11614
  }
11533
11615
  },
11616
+ {
11617
+ name: 'Muster Mainnet',
11618
+ chainId: 4078,
11619
+ shortName: 'muster',
11620
+ chain: 'Muster',
11621
+ icon: 'muster',
11622
+ networkId: 4078,
11623
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
11624
+ rpc: [ 'https://muster.alt.technology' ],
11625
+ faucets: [],
11626
+ explorers: [
11627
+ {
11628
+ name: 'Musterscan',
11629
+ url: 'https://muster-explorer.alt.technology',
11630
+ standard: 'EIP3091'
11631
+ }
11632
+ ],
11633
+ infoURL: '',
11634
+ parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
11635
+ },
11534
11636
  {
11535
11637
  name: 'Fastex Chain (Bahamut) Oasis Testnet',
11536
11638
  title: 'Bahamut testnet Oasis',
@@ -12713,6 +12815,58 @@ const chainArray = [
12713
12815
  }
12714
12816
  ]
12715
12817
  },
12818
+ {
12819
+ name: 'Cybria Mainnet',
12820
+ chain: 'CYBA',
12821
+ rpc: [ 'https://rpc-mainnet.cybria.io' ],
12822
+ faucets: [],
12823
+ nativeCurrency: { name: 'Cybria', symbol: 'CYBA', decimals: 18 },
12824
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
12825
+ infoURL: 'https://cybria.io',
12826
+ shortName: 'cyba',
12827
+ chainId: 6661,
12828
+ networkId: 6661,
12829
+ icon: 'cybria',
12830
+ explorers: [
12831
+ {
12832
+ name: 'Cybria Explorer',
12833
+ url: 'https://cybascan.io',
12834
+ icon: 'cybascan',
12835
+ standard: 'EIP3091'
12836
+ }
12837
+ ],
12838
+ parent: {
12839
+ type: 'L2',
12840
+ chain: 'eip155-11155420',
12841
+ bridges: [ { url: 'https://app.optimism.io/bridge' } ]
12842
+ }
12843
+ },
12844
+ {
12845
+ name: 'Cybria Testnet',
12846
+ chain: 'CYBA',
12847
+ rpc: [ 'https://l2-rpc.cybascan.io' ],
12848
+ faucets: [ 'https://faucet.cybascan.io' ],
12849
+ nativeCurrency: { name: 'Cybria', symbol: 'CYBA', decimals: 18 },
12850
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
12851
+ infoURL: 'https://cybria.io',
12852
+ shortName: 'tcyba',
12853
+ chainId: 6666,
12854
+ networkId: 6666,
12855
+ icon: 'cybria',
12856
+ explorers: [
12857
+ {
12858
+ name: 'Cybria Explorer',
12859
+ url: 'https://explorer.cybascan.io',
12860
+ icon: 'cybascan',
12861
+ standard: 'EIP3091'
12862
+ }
12863
+ ],
12864
+ parent: {
12865
+ type: 'L2',
12866
+ chain: 'eip155-11155420',
12867
+ bridges: [ { url: 'https://app.optimism.io/bridge' } ]
12868
+ }
12869
+ },
12716
12870
  {
12717
12871
  name: 'IRIShub',
12718
12872
  chain: 'IRIShub',
@@ -12885,6 +13039,27 @@ const chainArray = [
12885
13039
  }
12886
13040
  ]
12887
13041
  },
13042
+ {
13043
+ name: 'Nume',
13044
+ title: 'Nume',
13045
+ chain: 'Nume',
13046
+ rpc: [ 'https://rpc.numecrypto.com' ],
13047
+ faucets: [],
13048
+ nativeCurrency: { name: 'Dai Stablecoin', symbol: 'DAI', decimals: 18 },
13049
+ infoURL: 'https://numecrypto.com',
13050
+ shortName: 'nume',
13051
+ chainId: 7100,
13052
+ networkId: 7100,
13053
+ icon: 'nume',
13054
+ explorers: [
13055
+ {
13056
+ name: 'numeexplorer',
13057
+ url: 'https://explorer.numecrypto.com',
13058
+ icon: 'nume',
13059
+ standard: 'none'
13060
+ }
13061
+ ]
13062
+ },
12888
13063
  {
12889
13064
  name: 'Bitrock Mainnet',
12890
13065
  chain: 'Bitrock',
@@ -16141,6 +16316,25 @@ const chainArray = [
16141
16316
  }
16142
16317
  ]
16143
16318
  },
16319
+ {
16320
+ name: 'Blast Testnet',
16321
+ chain: 'BLAST',
16322
+ icon: 'blastIcon',
16323
+ rpc: [ 'http://testnet-rpc.blastblockchain.com' ],
16324
+ faucets: [],
16325
+ nativeCurrency: { name: 'Blast', symbol: 'BLAST', decimals: 18 },
16326
+ infoURL: 'https://docs.blastblockchain.com',
16327
+ shortName: 'blastT',
16328
+ chainId: 23888,
16329
+ networkId: 23888,
16330
+ explorers: [
16331
+ {
16332
+ name: 'Blast Testnet',
16333
+ url: 'http://testnet-explorer.blastblockchain.com',
16334
+ standard: 'EIP3091'
16335
+ }
16336
+ ]
16337
+ },
16144
16338
  {
16145
16339
  name: 'Webchain',
16146
16340
  chain: 'WEB',
@@ -16941,6 +17135,32 @@ const chainArray = [
16941
17135
  }
16942
17136
  ]
16943
17137
  },
17138
+ {
17139
+ name: 'ZKFair Mainnet',
17140
+ title: 'ZKFair Mainnet',
17141
+ chain: 'ZKFair',
17142
+ rpc: [ 'https://rpc.zkfair.io' ],
17143
+ faucets: [],
17144
+ nativeCurrency: { name: 'USDC Token', symbol: 'USDC', decimals: 18 },
17145
+ infoURL: 'https://zkfair.io',
17146
+ shortName: 'ZKFair-Mainnet',
17147
+ chainId: 42766,
17148
+ networkId: 42766,
17149
+ icon: 'zkfair',
17150
+ explorers: [
17151
+ {
17152
+ name: 'blockscout',
17153
+ url: 'https://scan.zkfair.io',
17154
+ icon: 'zkfair',
17155
+ standard: 'EIP3091'
17156
+ }
17157
+ ],
17158
+ parent: {
17159
+ type: 'L2',
17160
+ chain: 'eip155-1',
17161
+ bridges: [ { url: 'https://wallet.zkfair.io' } ]
17162
+ }
17163
+ },
16944
17164
  {
16945
17165
  name: 'Gesoten Verse Testnet',
16946
17166
  chain: 'Gesoten Verse',
@@ -20922,7 +21142,8 @@ const chainArray = [
20922
21142
  'https://rpc.hypra.network',
20923
21143
  'https://rpc.rethereum.org',
20924
21144
  'https://rethereum.rpc.restratagem.com',
20925
- 'https://rpc.rthcentral.org'
21145
+ 'https://rpc.rthcentral.org',
21146
+ 'https://hypra.rpc.thirdweb.com'
20926
21147
  ],
20927
21148
  faucets: [],
20928
21149
  nativeCurrency: { name: 'Hypra', symbol: 'HYP', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.308",
3
+ "version": "0.0.310",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {