eth-chainlist 0.0.473 → 0.0.474

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.474 (2024-08-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.473 ([3965709](https://github.com/poowf/eth-chainlist/commit/3965709bf8f3a4616f9a6188254c97a2c8cbe905))
9
+ * update chain data ([4c0d15c](https://github.com/poowf/eth-chainlist/commit/4c0d15c4017f128c2a2b084e82690621ee87713a))
10
+
3
11
  ### 0.0.473 (2024-08-23)
4
12
 
5
13
 
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',
@@ -34884,6 +34920,25 @@ const chainArray = [
34884
34920
  slip44: 1,
34885
34921
  explorers: []
34886
34922
  },
34923
+ {
34924
+ name: 'Toliman Suave Testnet',
34925
+ chain: 'ETH',
34926
+ rpc: [ 'https://rpc.toliman.suave.flashbots.net' ],
34927
+ faucets: [ 'https://faucet.toliman.suave.flashbots.net' ],
34928
+ nativeCurrency: { name: 'SUAVE Toliman Eth', symbol: 'TEEth', decimals: 18 },
34929
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
34930
+ infoURL: 'https://suave-alpha.flashbots.net/toliman',
34931
+ shortName: 'suave-toliman',
34932
+ chainId: 33626250,
34933
+ networkId: 33626250,
34934
+ explorers: [
34935
+ {
34936
+ name: 'Blockscout',
34937
+ url: 'https://explorer.toliman.suave.flashbots.net',
34938
+ standard: 'EIP3091'
34939
+ }
34940
+ ]
34941
+ },
34887
34942
  {
34888
34943
  name: 'Joys Digital Mainnet',
34889
34944
  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.474",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {