eth-chainlist 0.0.473 → 0.0.475

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.475 (2024-08-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.474 ([4daca76](https://github.com/poowf/eth-chainlist/commit/4daca76ad20ed368245597056225a6571bc9ef77))
9
+ * update chain data ([29425bb](https://github.com/poowf/eth-chainlist/commit/29425bb3be567012264762fc33cb5bae966eb332))
10
+
11
+ ### 0.0.474 (2024-08-24)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.473 ([3965709](https://github.com/poowf/eth-chainlist/commit/3965709bf8f3a4616f9a6188254c97a2c8cbe905))
17
+ * update chain data ([4c0d15c](https://github.com/poowf/eth-chainlist/commit/4c0d15c4017f128c2a2b084e82690621ee87713a))
18
+
3
19
  ### 0.0.473 (2024-08-23)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -9797,6 +9797,18 @@ const chainArray = [
9797
9797
  ],
9798
9798
  status: 'active'
9799
9799
  },
9800
+ {
9801
+ name: 'Cycle Network Testnet Cuttlefish',
9802
+ chain: 'ETH',
9803
+ rpc: [ 'https://cuttlefish-rpc-testnet.cyclenetwork.io' ],
9804
+ faucets: [],
9805
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
9806
+ infoURL: 'https://www.cyclenetwork.io/',
9807
+ shortName: 'cyclec',
9808
+ chainId: 1228,
9809
+ networkId: 1228,
9810
+ icon: 'cycle'
9811
+ },
9800
9812
  {
9801
9813
  name: 'Exzo Network Mainnet',
9802
9814
  chain: 'EXZO',
@@ -15776,20 +15788,20 @@ const chainArray = [
15776
15788
  parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
15777
15789
  },
15778
15790
  {
15779
- name: 'Tobe Chain',
15791
+ name: 'Tobe Chain Testnet',
15780
15792
  chain: 'TBC',
15781
15793
  icon: 'tobe',
15782
- rpc: [ 'https://rpc.tobescan.com' ],
15783
- faucets: [],
15784
- nativeCurrency: { name: 'Tobe Coin', symbol: 'TBC', decimals: 18 },
15794
+ rpc: [ 'https://rpc-testnet.tobescan.com' ],
15795
+ faucets: [ 'https://faucet.tobescan.com/faucet' ],
15796
+ nativeCurrency: { name: 'Tobe Coin', symbol: 'TOBE', decimals: 18 },
15785
15797
  infoURL: 'https://tobechain.net',
15786
15798
  shortName: 'tbc',
15787
15799
  chainId: 4080,
15788
15800
  networkId: 4080,
15789
15801
  explorers: [
15790
15802
  {
15791
- name: 'tobescan',
15792
- url: 'https://tobescan.com',
15803
+ name: 'tobescan testnet',
15804
+ url: 'https://testnet.tobescan.com',
15793
15805
  standard: 'EIP3091'
15794
15806
  }
15795
15807
  ]
@@ -20761,6 +20773,30 @@ const chainArray = [
20761
20773
  }
20762
20774
  ]
20763
20775
  },
20776
+ {
20777
+ name: 'UXER TESTNET NETWORK',
20778
+ chain: 'UXER',
20779
+ rpc: [
20780
+ 'https://dev-testnet.uxer.network',
20781
+ 'https://data-cloud-testnet.uxer.network'
20782
+ ],
20783
+ faucets: [ 'https://faucet.uxer.network' ],
20784
+ nativeCurrency: { name: 'UXER', symbol: 'tUXER', decimals: 18 },
20785
+ infoURL: 'https://uxer.network',
20786
+ shortName: 'uxer',
20787
+ chainId: 9966,
20788
+ networkId: 9966,
20789
+ slip44: 1,
20790
+ icon: 'uxer',
20791
+ explorers: [
20792
+ {
20793
+ name: 'UXER TESTNET EXPLORER',
20794
+ icon: 'uxer',
20795
+ url: 'https://testnet.uxer.network',
20796
+ standard: 'none'
20797
+ }
20798
+ ]
20799
+ },
20764
20800
  {
20765
20801
  name: 'Mind Smart Chain Testnet',
20766
20802
  chain: 'tMIND',
@@ -26530,6 +26566,32 @@ const chainArray = [
26530
26566
  bridges: [ { url: 'https://pgn-bridge.vercel.app/bridge' } ]
26531
26567
  }
26532
26568
  },
26569
+ {
26570
+ name: 'Lumoz Quidditch Testnet',
26571
+ chain: 'ETH',
26572
+ rpc: [ 'https://quidditch-rpc.lumoz.org' ],
26573
+ faucets: [],
26574
+ nativeCurrency: {
26575
+ name: 'Lumoz Quidditch Testnet Token',
26576
+ symbol: 'MOZ',
26577
+ decimals: 18
26578
+ },
26579
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
26580
+ infoURL: 'https://lumoz.org',
26581
+ shortName: 'Lumoz-Quidditch-Testnet',
26582
+ chainId: 58680,
26583
+ networkId: 58680,
26584
+ slip44: 1,
26585
+ icon: 'opside-new',
26586
+ explorers: [
26587
+ {
26588
+ name: 'LumozQuidditchTestnetInfo',
26589
+ url: 'https://quidditch.lumoz.info',
26590
+ icon: 'opside-new',
26591
+ standard: 'EIP3091'
26592
+ }
26593
+ ]
26594
+ },
26533
26595
  {
26534
26596
  name: 'Linea Goerli',
26535
26597
  title: 'Linea Goerli Testnet',
@@ -29995,6 +30057,18 @@ const chainArray = [
29995
30057
  }
29996
30058
  ]
29997
30059
  },
30060
+ {
30061
+ name: 'Fair Testnet',
30062
+ chain: 'FAIR',
30063
+ rpc: [ 'https://rpc-testnet.xfair.ai', 'wss://rpc-testnet.xfair.ai' ],
30064
+ faucets: [],
30065
+ nativeCurrency: { name: 'FAIR', symbol: 'FAIR', decimals: 18 },
30066
+ features: [ { name: 'EIP155' } ],
30067
+ infoURL: 'https://xfair.ai',
30068
+ shortName: 'fair',
30069
+ chainId: 171000,
30070
+ networkId: 171000
30071
+ },
29998
30072
  {
29999
30073
  name: 'Chronicle - Lit Protocol Testnet',
30000
30074
  chain: 'LPC',
@@ -30451,6 +30525,30 @@ const chainArray = [
30451
30525
  }
30452
30526
  ]
30453
30527
  },
30528
+ {
30529
+ name: 'Litentry',
30530
+ chain: 'Litentry',
30531
+ rpc: [
30532
+ 'https://rpc.litentry-parachain.litentry.io',
30533
+ 'wss://rpc.litentry-parachain.litentry.io',
30534
+ 'https://litentry-rpc.dwellir.com',
30535
+ 'wss://litentry-rpc.dwellir.com'
30536
+ ],
30537
+ faucets: [],
30538
+ nativeCurrency: { name: 'Litentry', symbol: 'LIT', decimals: 18 },
30539
+ infoURL: 'https://litentry.com',
30540
+ shortName: 'litentry',
30541
+ chainId: 212013,
30542
+ networkId: 212013,
30543
+ icon: 'litentry',
30544
+ explorers: [
30545
+ {
30546
+ name: 'litentry statescan',
30547
+ url: 'https://litentry.statescan.io',
30548
+ standard: 'none'
30549
+ }
30550
+ ]
30551
+ },
30454
30552
  {
30455
30553
  name: 'Mas Mainnet',
30456
30554
  chain: 'MAS',
@@ -34884,6 +34982,25 @@ const chainArray = [
34884
34982
  slip44: 1,
34885
34983
  explorers: []
34886
34984
  },
34985
+ {
34986
+ name: 'Toliman Suave Testnet',
34987
+ chain: 'ETH',
34988
+ rpc: [ 'https://rpc.toliman.suave.flashbots.net' ],
34989
+ faucets: [ 'https://faucet.toliman.suave.flashbots.net' ],
34990
+ nativeCurrency: { name: 'SUAVE Toliman Eth', symbol: 'TEEth', decimals: 18 },
34991
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
34992
+ infoURL: 'https://suave-alpha.flashbots.net/toliman',
34993
+ shortName: 'suave-toliman',
34994
+ chainId: 33626250,
34995
+ networkId: 33626250,
34996
+ explorers: [
34997
+ {
34998
+ name: 'Blockscout',
34999
+ url: 'https://explorer.toliman.suave.flashbots.net',
35000
+ standard: 'EIP3091'
35001
+ }
35002
+ ]
35003
+ },
34887
35004
  {
34888
35005
  name: 'Joys Digital Mainnet',
34889
35006
  chain: 'JOYS',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.473",
3
+ "version": "0.0.475",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {