eth-chainlist 0.0.770 → 0.0.771

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.771 (2026-05-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.770 ([4b98cb4](https://github.com/poowf/eth-chainlist/commit/4b98cb49df2d6975cffd6e9196f7c7e3cd11f894))
9
+ * update chain data ([14ef5ad](https://github.com/poowf/eth-chainlist/commit/14ef5add6589550625127a37c2bcab35818e7488))
10
+
3
11
  ### 0.0.770 (2026-05-14)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -765,24 +765,23 @@ const chainArray = [
765
765
  ]
766
766
  },
767
767
  {
768
- name: 'Xpla Mainnet',
769
- chain: 'XPLA',
768
+ name: 'CONX Chain',
769
+ chain: 'CONX',
770
770
  rpc: [ 'https://dimension-evm-rpc.xpla.dev' ],
771
771
  faucets: [],
772
772
  nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
773
- infoURL: 'https://xpla.io',
774
- shortName: 'xpla',
773
+ infoURL: 'https://conx.xyz',
774
+ shortName: 'conx',
775
775
  chainId: 37,
776
776
  networkId: 37,
777
- icon: 'xpla',
777
+ icon: 'conx',
778
778
  explorers: [
779
779
  {
780
- name: 'XPLA Explorer',
781
- url: 'https://explorer.xpla.io/mainnet',
780
+ name: 'CONX Explorer',
781
+ url: 'https://explorer.conx.xyz/mainnet',
782
782
  standard: 'EIP3091'
783
783
  }
784
- ],
785
- redFlags: [ 'reusedChainId' ]
784
+ ]
786
785
  },
787
786
  {
788
787
  name: 'Valorbit',
@@ -26120,6 +26119,24 @@ const chainArray = [
26120
26119
  ],
26121
26120
  status: 'active'
26122
26121
  },
26122
+ {
26123
+ name: 'MYRX-MAINNET',
26124
+ chain: 'MYRX',
26125
+ rpc: [ 'https://rpc.myrxwallet.io' ],
26126
+ faucets: [],
26127
+ nativeCurrency: { name: 'MyRx Token', symbol: 'MRT', decimals: 18 },
26128
+ infoURL: 'https://myrxwallet.io',
26129
+ shortName: 'myrx',
26130
+ chainId: 8472,
26131
+ networkId: 8472,
26132
+ explorers: [
26133
+ {
26134
+ name: 'MyRx Explorer',
26135
+ url: 'https://explorer.myrxwallet.io',
26136
+ standard: 'EIP3091'
26137
+ }
26138
+ ]
26139
+ },
26123
26140
  {
26124
26141
  name: 'Chakra Testnet',
26125
26142
  chain: 'Chakra Testnet',
@@ -39851,27 +39868,17 @@ const chainArray = [
39851
39868
  ]
39852
39869
  },
39853
39870
  {
39854
- name: 'JAMIROQU.AI',
39871
+ name: 'INSAN',
39855
39872
  chain: 'INSAN',
39856
- icon: 'insan',
39857
- rpc: [
39858
- 'https://rpc.jamiroqu.ai',
39859
- 'https://rpc.capitalexchange.digital'
39860
- ],
39873
+ rpc: [],
39861
39874
  faucets: [],
39862
39875
  nativeCurrency: { name: 'INSAN', symbol: 'INSAN', decimals: 18 },
39863
- infoURL: 'https://www.jamiroqu.ai',
39876
+ infoURL: '',
39864
39877
  shortName: 'insan',
39865
39878
  chainId: 89001,
39866
39879
  networkId: 89001,
39867
- status: 'active',
39868
- explorers: [
39869
- {
39870
- name: 'JAMIROQU.AI 89001 INSAN EVM',
39871
- url: 'https://explorer.jamiroqu.ai',
39872
- standard: 'EIP3091'
39873
- }
39874
- ]
39880
+ explorers: [],
39881
+ status: 'deprecated'
39875
39882
  },
39876
39883
  {
39877
39884
  name: 'Pundi AIFX Omnilayer Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.770",
3
+ "version": "0.0.771",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {