eth-chainlist 0.0.361 → 0.0.363

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.363 (2024-03-27)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.362 ([5bfa839](https://github.com/poowf/eth-chainlist/commit/5bfa839643c2ee88bc20ecc5e6663b30d26a7e6c))
9
+ * update chain data ([c138fae](https://github.com/poowf/eth-chainlist/commit/c138fae44d15b9144cb16b6437a40834b26a043f))
10
+
11
+ ### 0.0.362 (2024-03-22)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.361 ([0ac27fe](https://github.com/poowf/eth-chainlist/commit/0ac27fe61ad447d81cf91f4b9ee4d310223c8961))
17
+ * update chain data ([e17940b](https://github.com/poowf/eth-chainlist/commit/e17940bb84f3f5dbfe7d387d2070f2d8ba60112f))
18
+
3
19
  ### 0.0.361 (2024-03-19)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2810,23 +2810,25 @@ const chainArray = [
2810
2810
  name: 'Defi Oracle Meta Mainnet',
2811
2811
  chain: 'dfiometa',
2812
2812
  icon: 'defioraclemeta',
2813
- rpc: [
2814
- 'https://rpc.public-0138.defi-oracle.io',
2815
- 'wss://rpc.public-0138.defi-oracle.io'
2816
- ],
2813
+ rpc: [ 'https://rpc.defi-oracle.io', 'wss://wss.defi-oracle.io' ],
2817
2814
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2818
2815
  faucets: [],
2819
2816
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
2820
- infoURL: 'https://defi-oracle.io/',
2817
+ infoURL: 'https://info.defi-oracle.io/',
2821
2818
  shortName: 'dfio-meta-main',
2822
2819
  chainId: 138,
2823
2820
  networkId: 1,
2824
2821
  slip44: 60,
2825
2822
  ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
2826
2823
  explorers: [
2824
+ {
2825
+ name: 'Blockscout Explorer',
2826
+ url: 'https://blockscout.defi-oracle.io',
2827
+ standard: 'none'
2828
+ },
2827
2829
  {
2828
2830
  name: 'Quorum Explorer',
2829
- url: 'https://public-0138.defi-oracle.io',
2831
+ url: 'https://explorer.defi-oracle.io',
2830
2832
  standard: 'none'
2831
2833
  }
2832
2834
  ]
@@ -2902,6 +2904,33 @@ const chainArray = [
2902
2904
  }
2903
2905
  ]
2904
2906
  },
2907
+ {
2908
+ name: 'SoraAI Testnet',
2909
+ chain: 'SETH',
2910
+ icon: 'ethereum',
2911
+ rpc: [ 'https://rpc-testnet.soraai.bot' ],
2912
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2913
+ faucets: [],
2914
+ nativeCurrency: { name: 'SoraETH', symbol: 'SETH', decimals: 18 },
2915
+ infoURL: 'https://soraai.bot',
2916
+ shortName: 'SETH',
2917
+ chainId: 145,
2918
+ networkId: 145,
2919
+ slip44: 1,
2920
+ explorers: [
2921
+ {
2922
+ name: 'blockscout',
2923
+ url: 'https://explorer.soraai.bot',
2924
+ icon: 'blockscout',
2925
+ standard: 'EIP3091'
2926
+ }
2927
+ ],
2928
+ parent: {
2929
+ type: 'L2',
2930
+ chain: 'eip155-1',
2931
+ bridges: [ { url: 'https://bridge.soraai.bot' } ]
2932
+ }
2933
+ },
2905
2934
  {
2906
2935
  name: 'ShimmerEVM',
2907
2936
  title: 'ShimmerEVM',
@@ -6518,7 +6547,7 @@ const chainArray = [
6518
6547
  ]
6519
6548
  },
6520
6549
  {
6521
- name: 'Qitmeer',
6550
+ name: 'Qitmeer Network Mainnet',
6522
6551
  chain: 'MEER',
6523
6552
  rpc: [
6524
6553
  'https://evm-dataseed1.meerscan.io',
@@ -16015,7 +16044,11 @@ const chainArray = [
16015
16044
  {
16016
16045
  name: 'Nexa Mainnet Block',
16017
16046
  chain: 'Nexa Mainnet',
16018
- rpc: [ 'https://rpc-nodes.nexablockscan.io' ],
16047
+ rpc: [
16048
+ 'https://rpc-nodes.nexablockscan.io',
16049
+ 'wss://wss-nodes.nexablockscan.io',
16050
+ 'https://rpc-nodes-delta.nexablockscan.io'
16051
+ ],
16019
16052
  faucets: [],
16020
16053
  nativeCurrency: { name: 'Nexa Mainnet Token', symbol: 'NEXB', decimals: 18 },
16021
16054
  infoURL: 'https://www.nexablock.io',
@@ -21505,6 +21538,25 @@ const chainArray = [
21505
21538
  }
21506
21539
  ]
21507
21540
  },
21541
+ {
21542
+ name: 'Unit Zero Stagenet',
21543
+ chain: 'Unit Zero',
21544
+ rpc: [ 'https://rpc-stagenet.unit0.dev' ],
21545
+ faucets: [],
21546
+ nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
21547
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
21548
+ infoURL: 'https://units.network',
21549
+ shortName: 'unit0-stagenet',
21550
+ chainId: 88819,
21551
+ networkId: 88819,
21552
+ explorers: [
21553
+ {
21554
+ name: 'explorer-stagenet',
21555
+ url: 'https://explorer-stagenet.unit0.dev',
21556
+ standard: 'EIP3091'
21557
+ }
21558
+ ]
21559
+ },
21508
21560
  {
21509
21561
  name: 'Chiliz Scoville Testnet',
21510
21562
  chain: 'CHZ',
@@ -22026,6 +22078,27 @@ const chainArray = [
22026
22078
  ],
22027
22079
  redFlags: [ 'reusedChainId' ]
22028
22080
  },
22081
+ {
22082
+ name: 'Creditcoin Testnet',
22083
+ chain: 'CTC',
22084
+ icon: 'creditcoin',
22085
+ rpc: [ 'https://rpc.cc3-testnet.creditcoin.network' ],
22086
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
22087
+ nativeCurrency: { name: 'Testnet CTC', symbol: 'tCTC', decimals: 18 },
22088
+ infoURL: 'https://creditcoin.org',
22089
+ shortName: 'ctctest',
22090
+ chainId: 102031,
22091
+ networkId: 102031,
22092
+ faucets: [],
22093
+ explorers: [
22094
+ {
22095
+ name: 'blockscout',
22096
+ url: 'https://creditcoin-testnet.blockscout.com',
22097
+ icon: 'blockscout',
22098
+ standard: 'EIP3091'
22099
+ }
22100
+ ]
22101
+ },
22029
22102
  {
22030
22103
  name: 'Crystaleum',
22031
22104
  chain: 'crystal',
@@ -22672,7 +22745,9 @@ const chainArray = [
22672
22745
  chain: 'Bitlayer',
22673
22746
  rpc: [
22674
22747
  'https://testnet-rpc.bitlayer.org',
22675
- 'wss://testnet-ws.bitlayer.org'
22748
+ 'wss://testnet-ws.bitlayer.org',
22749
+ 'https://testnet-rpc.bitlayer-rpc.com',
22750
+ 'wss://testnet-ws.bitlayer-rpc.com'
22676
22751
  ],
22677
22752
  faucets: [ 'https://www.bitlayer.org/faucet' ],
22678
22753
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
@@ -22799,6 +22874,24 @@ const chainArray = [
22799
22874
  }
22800
22875
  ]
22801
22876
  },
22877
+ {
22878
+ name: 'YMTECH-BESU Testnet',
22879
+ chain: 'YMTECH-BESU',
22880
+ rpc: [ 'http://39.119.118.216:8545' ],
22881
+ faucets: [],
22882
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
22883
+ infoURL: 'https://www.ymtech.co.kr',
22884
+ shortName: 'YMTECH-BESU',
22885
+ chainId: 202401,
22886
+ networkId: 202401,
22887
+ explorers: [
22888
+ {
22889
+ name: 'YMTECH-BESU Chainlens',
22890
+ url: 'http://39.119.118.198',
22891
+ standard: 'none'
22892
+ }
22893
+ ]
22894
+ },
22802
22895
  {
22803
22896
  name: 'Jellie',
22804
22897
  title: 'Twala Testnet Jellie',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.361",
3
+ "version": "0.0.363",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {