eth-chainlist 0.0.774 → 0.0.775

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.775 (2026-05-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.774 ([5a64c20](https://github.com/poowf/eth-chainlist/commit/5a64c20fa992ba482a8d1a8344e058fa65174530))
9
+ * update chain data ([4aac706](https://github.com/poowf/eth-chainlist/commit/4aac706202a4475abfa7d796b9025ed47bb17711))
10
+
3
11
  ### 0.0.774 (2026-05-18)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -10130,6 +10130,18 @@ const chainArray = [
10130
10130
  }
10131
10131
  ]
10132
10132
  },
10133
+ {
10134
+ name: 'ZIGChain',
10135
+ chain: 'ZIG',
10136
+ rpc: [],
10137
+ faucets: [],
10138
+ nativeCurrency: { name: 'ZIG', symbol: 'ZIG', decimals: 18 },
10139
+ infoURL: 'https://zigchain.com/',
10140
+ shortName: 'zigchain',
10141
+ chainId: 944,
10142
+ networkId: 944,
10143
+ status: 'incubating'
10144
+ },
10133
10145
  {
10134
10146
  name: 'Subtensor EVM Testnet',
10135
10147
  chain: 'Bittensor',
@@ -16367,6 +16379,18 @@ const chainArray = [
16367
16379
  }
16368
16380
  ]
16369
16381
  },
16382
+ {
16383
+ name: 'ZIGChain Testnet',
16384
+ chain: 'ZIG',
16385
+ rpc: [],
16386
+ faucets: [],
16387
+ nativeCurrency: { name: 'ZIG', symbol: 'ZIG', decimals: 18 },
16388
+ infoURL: 'https://zigchain.com/',
16389
+ shortName: 'zigchain-testnet',
16390
+ chainId: 2061,
16391
+ networkId: 2061,
16392
+ status: 'incubating'
16393
+ },
16370
16394
  {
16371
16395
  name: 'MFX Network',
16372
16396
  chain: 'MFX',
@@ -26187,19 +26211,18 @@ const chainArray = [
26187
26211
  status: 'active'
26188
26212
  },
26189
26213
  {
26190
- name: 'MyrxWallet Network',
26191
- chain: 'MYRX',
26192
- rpc: [ 'https://rpc.myrxwallet.io' ],
26193
- features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
26214
+ name: 'MyRx Network',
26215
+ chain: 'MRT',
26216
+ rpc: [ 'https://rpc.myrxwallet.io', 'wss://rpc.myrxwallet.io' ],
26194
26217
  faucets: [],
26195
- nativeCurrency: { name: 'MRT', symbol: 'MRT', decimals: 18 },
26218
+ nativeCurrency: { name: 'MyRx Token', symbol: 'MRT', decimals: 18 },
26196
26219
  infoURL: 'https://myrxwallet.io',
26197
- shortName: 'myrx',
26220
+ shortName: 'mrt',
26198
26221
  chainId: 8472,
26199
26222
  networkId: 8472,
26200
26223
  explorers: [
26201
26224
  {
26202
- name: 'MyrxWallet Explorer',
26225
+ name: 'MyRx Explorer',
26203
26226
  url: 'https://explorer.myrxwallet.io',
26204
26227
  standard: 'EIP3091'
26205
26228
  }
@@ -28001,14 +28024,20 @@ const chainArray = [
28001
28024
  icon: 'jinglex',
28002
28025
  rpc: [ 'https://rpc.jinglex.net' ],
28003
28026
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
28004
- faucets: [],
28027
+ faucets: [ 'https://jinglex.net/faucet' ],
28005
28028
  nativeCurrency: { name: 'JingleX', symbol: 'JNX', decimals: 18 },
28006
28029
  infoURL: 'https://jinglex.net',
28007
28030
  shortName: 'jnx',
28008
28031
  chainId: 9922,
28009
28032
  networkId: 9922,
28010
28033
  slip44: 60,
28011
- explorers: []
28034
+ explorers: [
28035
+ {
28036
+ name: 'JingleX Explorer',
28037
+ url: 'https://jinglex.net/explorer',
28038
+ standard: 'none'
28039
+ }
28040
+ ]
28012
28041
  },
28013
28042
  {
28014
28043
  name: 'UXER TESTNET NETWORK',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.774",
3
+ "version": "0.0.775",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {