eth-chainlist 0.0.786 → 0.0.788

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +149 -16
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.788 (2026-06-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.787 ([29ab4dc](https://github.com/poowf/eth-chainlist/commit/29ab4dc98f1402f2d107d87a34c07adf922dec9c))
9
+ * update chain data ([e3269b4](https://github.com/poowf/eth-chainlist/commit/e3269b4f12cd14f249aa3f1eff6a6ec0448b2832))
10
+
11
+ ### 0.0.787 (2026-06-04)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.786 ([ce2ff5c](https://github.com/poowf/eth-chainlist/commit/ce2ff5ce003a234b0fc39c8e9f95850d06c1620e))
17
+ * update chain data ([ec4f33f](https://github.com/poowf/eth-chainlist/commit/ec4f33ff494e43a45fc8b076f451ebeb7771a08c))
18
+
3
19
  ### 0.0.786 (2026-06-03)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4017,30 +4017,29 @@ const chainArray = [
4017
4017
  ]
4018
4018
  },
4019
4019
  {
4020
- name: 'X Layer Testnet',
4020
+ name: 'X Layer Testnet(Deprecated)',
4021
4021
  chain: 'X Layer',
4022
- rpc: [ 'https://testrpc.xlayer.tech', 'https://xlayertestrpc.okx.com' ],
4023
- faucets: [ 'https://www.okx.com/xlayer/faucet' ],
4022
+ rpc: [],
4023
+ faucets: [],
4024
4024
  nativeCurrency: {
4025
- name: 'X Layer Global Utility Token in testnet',
4026
- symbol: 'OKB',
4025
+ name: 'X Layer Global Utility Token in testnet(Deprecated)',
4026
+ symbol: 'OKBDep',
4027
4027
  decimals: 18
4028
4028
  },
4029
4029
  features: [],
4030
- infoURL: 'https://www.okx.com/xlayer',
4031
- shortName: 'tokb',
4030
+ infoURL: '',
4031
+ shortName: 'tokb-dep',
4032
4032
  chainId: 195,
4033
4033
  networkId: 195,
4034
4034
  slip44: 1,
4035
- icon: 'xlayerTestnet',
4036
4035
  explorers: [
4037
4036
  {
4038
4037
  name: 'OKLink',
4039
- url: 'https://www.oklink.com/xlayer-test',
4038
+ url: 'https://www.oklink.com/zh-hans/x-layer-testnet',
4040
4039
  standard: 'EIP3091'
4041
4040
  }
4042
4041
  ],
4043
- status: 'active'
4042
+ status: 'deprecated'
4044
4043
  },
4045
4044
  {
4046
4045
  name: 'X Layer Mainnet',
@@ -6245,7 +6244,7 @@ const chainArray = [
6245
6244
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6246
6245
  faucets: [],
6247
6246
  nativeCurrency: { name: 'Bourse', symbol: 'BOURSE', decimals: 18 },
6248
- infoURL: 'https://www.capitalexchange.com',
6247
+ infoURL: 'https://about.capitalexchange.com',
6249
6248
  shortName: 'bourse',
6250
6249
  chainId: 343,
6251
6250
  networkId: 343,
@@ -6253,9 +6252,9 @@ const chainArray = [
6253
6252
  explorers: [
6254
6253
  {
6255
6254
  name: 'Capital Exchange | Digital',
6256
- url: 'https://explorer.capitalexchange.com',
6255
+ url: 'https://bourse.capitalexchange.com',
6257
6256
  icon: 'bourse',
6258
- standard: 'none'
6257
+ standard: 'EIP3091'
6259
6258
  }
6260
6259
  ]
6261
6260
  },
@@ -13080,9 +13079,9 @@ const chainArray = [
13080
13079
  chain: 'Elysium',
13081
13080
  rpc: [ 'https://rpc.elysiumchain.tech', 'https://rpc.elysiumchain.us' ],
13082
13081
  faucets: [ 'https://faucet.elysiumchain.tech' ],
13083
- nativeCurrency: { name: 'ELY', symbol: 'ELY', decimals: 18 },
13082
+ nativeCurrency: { name: 'PYR', symbol: 'PYR', decimals: 18 },
13084
13083
  infoURL: 'https://elysiumchain.tech/',
13085
- shortName: 'ELY',
13084
+ shortName: 'PYR',
13086
13085
  chainId: 1339,
13087
13086
  networkId: 1339,
13088
13087
  icon: 'elysium',
@@ -15343,6 +15342,32 @@ const chainArray = [
15343
15342
  faucets: [],
15344
15343
  infoURL: ''
15345
15344
  },
15345
+ {
15346
+ name: 'X Layer Testnet',
15347
+ chain: 'X Layer',
15348
+ rpc: [ 'https://testrpc.xlayer.tech', 'https://xlayertestrpc.okx.com' ],
15349
+ faucets: [ 'https://www.okx.com/xlayer/faucet' ],
15350
+ nativeCurrency: {
15351
+ name: 'X Layer Global Utility Token in testnet',
15352
+ symbol: 'OKB',
15353
+ decimals: 18
15354
+ },
15355
+ features: [],
15356
+ infoURL: 'https://web3.okx.com/xlayer',
15357
+ shortName: 'tokb',
15358
+ chainId: 1952,
15359
+ networkId: 1952,
15360
+ slip44: 1,
15361
+ icon: 'xlayerTestnet',
15362
+ explorers: [
15363
+ {
15364
+ name: 'OKLink',
15365
+ url: 'https://web3.okx.com/explorer/x-layer-testnet',
15366
+ standard: 'EIP3091'
15367
+ }
15368
+ ],
15369
+ status: 'active'
15370
+ },
15346
15371
  {
15347
15372
  name: 'Selendra Network Testnet',
15348
15373
  chain: 'tSEL',
@@ -18041,6 +18066,28 @@ const chainArray = [
18041
18066
  networkId: 2512,
18042
18067
  status: 'incubating'
18043
18068
  },
18069
+ {
18070
+ name: 'SVPChain Testnet',
18071
+ chain: 'SVP',
18072
+ rpc: [
18073
+ 'https://svp-dataseed1-testnet.svpchain.org',
18074
+ 'https://svp-dataseed2-testnet.svpchain.org',
18075
+ 'https://svp-dataseed3-testnet.svpchain.org'
18076
+ ],
18077
+ faucets: [],
18078
+ nativeCurrency: { name: 'SVP Token', symbol: 'SVP', decimals: 18 },
18079
+ infoURL: 'https://svpchain.org',
18080
+ shortName: 'svptest',
18081
+ chainId: 2517,
18082
+ networkId: 2517,
18083
+ explorers: [
18084
+ {
18085
+ name: 'blockscout',
18086
+ url: 'https://explorer.svpchain.com',
18087
+ standard: 'EIP3091'
18088
+ }
18089
+ ]
18090
+ },
18044
18091
  {
18045
18092
  name: 'Fraxtal Testnet',
18046
18093
  chain: 'FRAX',
@@ -21047,7 +21094,7 @@ const chainArray = [
21047
21094
  rpc: [ 'https://testnet-rpc.ikchain.net' ],
21048
21095
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
21049
21096
  faucets: [ 'https://testnet-explorer.ikchain.net' ],
21050
- nativeCurrency: { name: 'IKCrypto', symbol: 'IKCr', decimals: 18 },
21097
+ nativeCurrency: { name: 'IKToken', symbol: 'IKTokn', decimals: 18 },
21051
21098
  infoURL: 'https://ikchain.net',
21052
21099
  shortName: 'ikchain-testnet',
21053
21100
  chainId: 4270,
@@ -30613,6 +30660,27 @@ const chainArray = [
30613
30660
  }
30614
30661
  ]
30615
30662
  },
30663
+ {
30664
+ name: 'NirmalX Smart Chain',
30665
+ chain: 'NRXN',
30666
+ icon: 'nrxn',
30667
+ rpc: [ 'https://rpc.nirmalxscan.com' ],
30668
+ features: [ { name: 'EIP155' } ],
30669
+ faucets: [],
30670
+ nativeCurrency: { name: 'NirmalX Nova', symbol: 'NRXN', decimals: 18 },
30671
+ infoURL: 'https://nirmalxscan.com/',
30672
+ shortName: 'nrxn',
30673
+ chainId: 15526,
30674
+ networkId: 15526,
30675
+ explorers: [
30676
+ {
30677
+ name: 'NirmalX Explorer',
30678
+ url: 'https://nirmalxscan.com',
30679
+ icon: 'nrxn',
30680
+ standard: 'EIP3091'
30681
+ }
30682
+ ]
30683
+ },
30616
30684
  {
30617
30685
  name: 'LoopNetwork Mainnet',
30618
30686
  chain: 'LoopNetwork',
@@ -36306,6 +36374,26 @@ const chainArray = [
36306
36374
  ],
36307
36375
  parent: { type: 'L2', chain: 'eip155-1' }
36308
36376
  },
36377
+ {
36378
+ name: 'ASHCHAIN',
36379
+ chain: 'ASH',
36380
+ rpc: [ 'https://evm-rpc.ashchain.io', 'https://evm-rpc2.ashchain.io' ],
36381
+ faucets: [ 'https://ashchain.io/faucet' ],
36382
+ nativeCurrency: { name: 'ASH', symbol: 'ASH', decimals: 18 },
36383
+ infoURL: 'https://ashchain.io',
36384
+ shortName: 'ash',
36385
+ chainId: 50366,
36386
+ networkId: 50366,
36387
+ icon: 'ashchain',
36388
+ explorers: [
36389
+ {
36390
+ name: 'ASHCHAIN Explorer',
36391
+ url: 'https://ashchain.io/explorer',
36392
+ standard: 'none'
36393
+ }
36394
+ ],
36395
+ status: 'active'
36396
+ },
36309
36397
  {
36310
36398
  name: 'STB Testnet',
36311
36399
  chain: 'STB Testnet',
@@ -47092,6 +47180,25 @@ const chainArray = [
47092
47180
  }
47093
47181
  ]
47094
47182
  },
47183
+ {
47184
+ name: 'Unitsky String Technologies',
47185
+ chain: 'Unitsky',
47186
+ rpc: [ 'https://147-45-143-23.sslip.io/rpc' ],
47187
+ faucets: [],
47188
+ nativeCurrency: { name: 'Unitsky Token', symbol: 'UST', decimals: 18 },
47189
+ features: [ { name: 'EIP155' } ],
47190
+ infoURL: 'https://147-45-143-23.sslip.io',
47191
+ shortName: 'ust',
47192
+ chainId: 778889,
47193
+ networkId: 778889,
47194
+ explorers: [
47195
+ {
47196
+ name: 'Unitsky Explorer',
47197
+ url: 'https://147-45-143-23.sslip.io',
47198
+ standard: 'none'
47199
+ }
47200
+ ]
47201
+ },
47095
47202
  {
47096
47203
  name: 'Zebro Smart Chain',
47097
47204
  chain: 'ZEBRO',
@@ -47364,6 +47471,32 @@ const chainArray = [
47364
47471
  }
47365
47472
  ]
47366
47473
  },
47474
+ {
47475
+ name: 'GembaBlockchain Testnet',
47476
+ chain: 'GMB',
47477
+ icon: 'gemba',
47478
+ rpc: [
47479
+ 'https://testnet.gembascan.io/rpc',
47480
+ 'https://rpc1.gembascan.io',
47481
+ 'https://rpc2.gembascan.io'
47482
+ ],
47483
+ faucets: [],
47484
+ nativeCurrency: { name: 'Gemba', symbol: 'GMB', decimals: 18 },
47485
+ infoURL: 'https://gembachain.io',
47486
+ shortName: 'gembatest',
47487
+ chainId: 821207,
47488
+ networkId: 821207,
47489
+ explorers: [
47490
+ {
47491
+ name: 'GembaScan',
47492
+ url: 'https://testnet.gembascan.io',
47493
+ icon: 'gemba',
47494
+ standard: 'EIP3091'
47495
+ }
47496
+ ],
47497
+ status: 'active',
47498
+ title: 'GembaBlockchain Testnet'
47499
+ },
47367
47500
  {
47368
47501
  name: 'CURVE Mainnet',
47369
47502
  chain: 'CURVE',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.786",
3
+ "version": "0.0.788",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {