eth-chainlist 0.0.637 → 0.0.639

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 +217 -83
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.639 (2025-03-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.638 ([d0d516a](https://github.com/poowf/eth-chainlist/commit/d0d516aea9ad373f63b4e0edd457f982ee753999))
9
+ * update chain data ([33dd715](https://github.com/poowf/eth-chainlist/commit/33dd7153637557ea2f4bdf5da8e0ccb179b79b73))
10
+
11
+ ### 0.0.638 (2025-03-13)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.637 ([a59d893](https://github.com/poowf/eth-chainlist/commit/a59d8933fc9ca3b90c4491b038fa936c0d09bd0c))
17
+ * update chain data ([c2113a7](https://github.com/poowf/eth-chainlist/commit/c2113a7e683c5bf05614371c01c9f9bbc7a0cce5))
18
+
3
19
  ### 0.0.637 (2025-03-12)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -5282,7 +5282,7 @@ const chainArray = [
5282
5282
  name: 'Hedera Mainnet',
5283
5283
  chain: 'Hedera',
5284
5284
  icon: 'hedera',
5285
- rpc: [ 'https://mainnet.hashio.io/api' ],
5285
+ rpc: [ 'https://mainnet.hashio.io/api', 'https://hedera.linkpool.pro' ],
5286
5286
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
5287
5287
  faucets: [],
5288
5288
  nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 18 },
@@ -5292,11 +5292,6 @@ const chainArray = [
5292
5292
  networkId: 295,
5293
5293
  slip44: 3030,
5294
5294
  explorers: [
5295
- {
5296
- name: 'HashScan',
5297
- url: 'https://hashscan.io/mainnet',
5298
- standard: 'EIP3091'
5299
- },
5300
5295
  {
5301
5296
  name: 'Arkhia Explorer',
5302
5297
  url: 'https://explorer.arkhia.io',
@@ -5311,11 +5306,6 @@ const chainArray = [
5311
5306
  name: 'Hedera Explorer',
5312
5307
  url: 'https://hederaexplorer.io',
5313
5308
  standard: 'none'
5314
- },
5315
- {
5316
- name: 'Ledger Works Explore',
5317
- url: 'https://explore.lworks.io',
5318
- standard: 'none'
5319
5309
  }
5320
5310
  ]
5321
5311
  },
@@ -15830,7 +15820,8 @@ const chainArray = [
15830
15820
  'https://rpc.ankr.com/atleta_olympia',
15831
15821
  'wss://testnet-rpc.atleta.network',
15832
15822
  'https://atleta-testnet.htw.tech/',
15833
- 'https://public-atleta.nownodes.io'
15823
+ 'https://public-atleta.nownodes.io',
15824
+ 'https://public-atla-testnet.fastnode.io'
15834
15825
  ],
15835
15826
  faucets: [ 'https://app-olympia.atleta.network/faucet' ],
15836
15827
  nativeCurrency: { name: 'Atla Olympia', symbol: 'ATLA', decimals: 18 },
@@ -16296,7 +16287,11 @@ const chainArray = [
16296
16287
  {
16297
16288
  name: '6Degree of Outreach',
16298
16289
  chain: '6DO',
16299
- rpc: [ 'https://rpc.6do.world' ],
16290
+ rpc: [
16291
+ 'https://rpc.6dochain.com',
16292
+ 'https://rpc2.6dochain.com',
16293
+ 'https://rpc3.6dochain.com'
16294
+ ],
16300
16295
  faucets: [],
16301
16296
  nativeCurrency: { name: '6Degree Coin', symbol: '6DO', decimals: 18 },
16302
16297
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
@@ -16308,7 +16303,7 @@ const chainArray = [
16308
16303
  explorers: [
16309
16304
  {
16310
16305
  name: '6Degree Chain Explorer',
16311
- url: 'https://explorer.6do.world',
16306
+ url: 'https://explorer.6dochain.com',
16312
16307
  standard: 'EIP3091'
16313
16308
  }
16314
16309
  ]
@@ -21506,13 +21501,13 @@ const chainArray = [
21506
21501
  ]
21507
21502
  },
21508
21503
  {
21509
- name: 'Mtt Mainnet',
21504
+ name: 'MTT Network',
21510
21505
  chain: 'MTT',
21511
21506
  rpc: [ 'https://evm-rpc.mtt.network' ],
21512
21507
  faucets: [],
21513
- nativeCurrency: { name: 'Mtt mainnet native coin', symbol: 'MTT', decimals: 18 },
21508
+ nativeCurrency: { name: 'MTT Network native coin', symbol: 'MTT', decimals: 18 },
21514
21509
  infoURL: 'https://mtt.network',
21515
- shortName: 'mtt-mainnet',
21510
+ shortName: 'mtt-network',
21516
21511
  chainId: 6880,
21517
21512
  networkId: 6880,
21518
21513
  icon: 'mttnetwork',
@@ -22088,7 +22083,7 @@ const chainArray = [
22088
22083
  name: 'Rarimo',
22089
22084
  title: 'Rarimo Mainnet',
22090
22085
  chain: 'ETH',
22091
- rpc: [],
22086
+ rpc: [ 'https://l2.rarimo.com', 'wss://wss.l2.rarimo.com' ],
22092
22087
  faucets: [],
22093
22088
  nativeCurrency: { name: 'Rarimo Ether', symbol: 'ETH', decimals: 18 },
22094
22089
  infoURL: 'https://rarimo.com',
@@ -22096,9 +22091,20 @@ const chainArray = [
22096
22091
  chainId: 7368,
22097
22092
  networkId: 7368,
22098
22093
  icon: 'rarimo',
22099
- parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
22100
- explorers: [],
22101
- status: 'incubating'
22094
+ parent: {
22095
+ type: 'L2',
22096
+ chain: 'eip155-1',
22097
+ bridges: [ { url: 'https://l2bridge.rarimo.com' } ]
22098
+ },
22099
+ explorers: [
22100
+ {
22101
+ name: 'Blockscout',
22102
+ url: 'https://scan.rarimo.com',
22103
+ standard: 'EIP3091',
22104
+ icon: 'rarimo'
22105
+ }
22106
+ ],
22107
+ status: 'active'
22102
22108
  },
22103
22109
  {
22104
22110
  name: 'Raba Network Mainnet',
@@ -22576,6 +22582,27 @@ const chainArray = [
22576
22582
  }
22577
22583
  ]
22578
22584
  },
22585
+ {
22586
+ name: 'Powerloom Mainnet V2',
22587
+ chain: 'Powerloom Mainnet V2',
22588
+ rpc: [ 'https://rpc-v2.powerloom.network' ],
22589
+ faucets: [],
22590
+ nativeCurrency: { name: 'Powerloom Token', symbol: 'POWER', decimals: 18 },
22591
+ infoURL: 'https://powerloom.network',
22592
+ shortName: 'powerloom',
22593
+ chainId: 7869,
22594
+ networkId: 7869,
22595
+ icon: 'power',
22596
+ status: 'active',
22597
+ explorers: [
22598
+ {
22599
+ name: 'blockscout',
22600
+ url: 'https://explorer-v2.powerloom.network',
22601
+ icon: 'blockscout',
22602
+ standard: 'EIP3091'
22603
+ }
22604
+ ]
22605
+ },
22579
22606
  {
22580
22607
  name: 'Hazlor Testnet',
22581
22608
  chain: 'SCAS',
@@ -23041,13 +23068,13 @@ const chainArray = [
23041
23068
  explorers: []
23042
23069
  },
23043
23070
  {
23044
- name: 'Zenchain',
23045
- chain: 'ZCX',
23071
+ name: 'ZenChain',
23072
+ chain: 'ZTC',
23046
23073
  icon: 'zenchain',
23047
23074
  rpc: [],
23048
23075
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
23049
23076
  faucets: [],
23050
- nativeCurrency: { name: 'ZCX', symbol: 'ZCX', decimals: 18 },
23077
+ nativeCurrency: { name: 'ZTC', symbol: 'ZTC', decimals: 18 },
23051
23078
  infoURL: 'https://zenchain.io',
23052
23079
  shortName: 'zen',
23053
23080
  chainId: 8108,
@@ -23354,8 +23381,8 @@ const chainArray = [
23354
23381
  explorers: []
23355
23382
  },
23356
23383
  {
23357
- name: 'Zenchain Testnet',
23358
- chain: 'ZCX',
23384
+ name: 'ZenChain Testnet',
23385
+ chain: 'ZTC',
23359
23386
  icon: 'zenchain',
23360
23387
  rpc: [
23361
23388
  'https://zenchain-testnet.api.onfinality.io/public',
@@ -23363,7 +23390,7 @@ const chainArray = [
23363
23390
  ],
23364
23391
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
23365
23392
  faucets: [ 'https://facuet.zenchain.io' ],
23366
- nativeCurrency: { name: 'ZCX', symbol: 'ZCX', decimals: 18 },
23393
+ nativeCurrency: { name: 'ZTC', symbol: 'ZTC', decimals: 18 },
23367
23394
  infoURL: 'https://zenchain.io',
23368
23395
  shortName: 'zentest',
23369
23396
  chainId: 8408,
@@ -24171,13 +24198,13 @@ const chainArray = [
24171
24198
  faucets: [ 'https://alphatestnet-explorer.qubetics.work/faucet' ],
24172
24199
  nativeCurrency: { name: 'Qubetics Testnet Token', symbol: 'TICS', decimals: 18 },
24173
24200
  infoURL: 'https://www.qubetics.com/',
24174
- shortName: 'Qubetics',
24201
+ shortName: 'QubeticsAlpha',
24175
24202
  chainId: 9003,
24176
24203
  networkId: 9003,
24177
24204
  icon: 'qubetics',
24178
24205
  explorers: [
24179
24206
  {
24180
- name: 'Qubetics Testnet Explorer',
24207
+ name: 'Qubetics Alpha Testnet Explorer',
24181
24208
  url: 'https://alphatestnet-explorer.qubetics.work/dashboard',
24182
24209
  standard: 'none',
24183
24210
  icon: 'qubetics'
@@ -24299,6 +24326,26 @@ const chainArray = [
24299
24326
  }
24300
24327
  ]
24301
24328
  },
24329
+ {
24330
+ name: 'Qubetics Testnet',
24331
+ chain: 'Qubetics Testnet',
24332
+ rpc: [ 'https://rpc-testnet.qubetics.work/' ],
24333
+ faucets: [ 'https://testnet.qubetics.work/faucet' ],
24334
+ nativeCurrency: { name: 'Qubetics Testnet Token', symbol: 'TICS', decimals: 18 },
24335
+ infoURL: 'https://www.qubetics.com/',
24336
+ shortName: 'Qubetics',
24337
+ chainId: 9029,
24338
+ networkId: 9029,
24339
+ icon: 'qubetics',
24340
+ explorers: [
24341
+ {
24342
+ name: 'Qubetics Testnet Explorer',
24343
+ url: 'https://testnet.qubetics.work',
24344
+ standard: 'none',
24345
+ icon: 'qubetics'
24346
+ }
24347
+ ]
24348
+ },
24302
24349
  {
24303
24350
  name: 'Apex Fusion - Nexus Mainnet',
24304
24351
  chain: 'Nexus Mainnet',
@@ -25814,6 +25861,21 @@ const chainArray = [
25814
25861
  ]
25815
25862
  }
25816
25863
  },
25864
+ {
25865
+ name: 'Fuse Flash Testnet',
25866
+ chain: 'Fuse Flash',
25867
+ rpc: [],
25868
+ faucets: [ 'https://faucet.quicknode.com' ],
25869
+ nativeCurrency: { name: 'Fuse', symbol: 'FUSE', decimals: 18 },
25870
+ features: [ { name: 'EIP155' } ],
25871
+ infoURL: 'https://www.fuse.io',
25872
+ shortName: 'fuseflash',
25873
+ chainId: 10920,
25874
+ networkId: 10920,
25875
+ icon: 'fuse',
25876
+ parent: { type: 'L2', chain: 'eip155-11155111' },
25877
+ status: 'incubating'
25878
+ },
25817
25879
  {
25818
25880
  name: 'Quadrans Blockchain',
25819
25881
  chain: 'QDC',
@@ -26147,23 +26209,23 @@ const chainArray = [
26147
26209
  ]
26148
26210
  },
26149
26211
  {
26150
- name: 'BEVM Mainnet',
26151
- chain: 'BEVM',
26212
+ name: 'GEB Mainnet',
26213
+ chain: 'GEB',
26152
26214
  rpc: [
26153
- 'https://rpc-mainnet-1.bevm.io/',
26154
- 'https://rpc-mainnet-2.bevm.io/'
26215
+ 'https://rpc-mainnet-1.geb.network/',
26216
+ 'https://rpc-mainnet-2.geb.network/'
26155
26217
  ],
26156
26218
  faucets: [],
26157
26219
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
26158
- infoURL: 'https://bevm.io',
26159
- shortName: 'bevm',
26220
+ infoURL: 'https://geb.network',
26221
+ shortName: 'geb',
26160
26222
  chainId: 11501,
26161
26223
  networkId: 11501,
26162
- icon: 'bevm',
26224
+ icon: 'geb',
26163
26225
  explorers: [
26164
26226
  {
26165
- name: 'bevm mainnet scan',
26166
- url: 'https://scan-mainnet.bevm.io',
26227
+ name: 'geb mainnet scan',
26228
+ url: 'https://scan.geb.network',
26167
26229
  standard: 'none'
26168
26230
  },
26169
26231
  {
@@ -26193,20 +26255,20 @@ const chainArray = [
26193
26255
  ]
26194
26256
  },
26195
26257
  {
26196
- name: 'BEVM Signet',
26197
- chain: 'BEVM',
26198
- rpc: [ 'https://signet.bevm.io/' ],
26258
+ name: 'GEB Signet',
26259
+ chain: 'GEB',
26260
+ rpc: [ 'https://signet.geb.network/' ],
26199
26261
  faucets: [],
26200
26262
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
26201
- infoURL: 'https://bevm.io',
26202
- shortName: 'bevm-signet',
26263
+ infoURL: 'https://geb.network',
26264
+ shortName: 'geb-signet',
26203
26265
  chainId: 11504,
26204
26266
  networkId: 11504,
26205
- icon: 'bevm',
26267
+ icon: 'geb',
26206
26268
  explorers: [
26207
26269
  {
26208
- name: 'bevm signet scan',
26209
- url: 'https://scan-signet.bevm.io',
26270
+ name: 'geb signet scan',
26271
+ url: 'https://scan-signet.geb.network',
26210
26272
  standard: 'none'
26211
26273
  }
26212
26274
  ]
@@ -28939,20 +29001,20 @@ const chainArray = [
28939
29001
  ]
28940
29002
  },
28941
29003
  {
28942
- name: 'MagiChain',
28943
- chain: 'MagiChain',
28944
- icon: 'magiIcon',
28945
- rpc: [ 'https://rpc.magichain.io' ],
29004
+ name: 'Nexurachain',
29005
+ chain: 'nexurachain',
29006
+ icon: 'xuraIcon',
29007
+ rpc: [ 'https://rpc.nexurachain.io' ],
28946
29008
  faucets: [],
28947
- nativeCurrency: { name: 'MGIX', symbol: 'MGIX', decimals: 18 },
28948
- infoURL: 'https://magichain.io',
28949
- shortName: 'MGC',
29009
+ nativeCurrency: { name: 'XURA', symbol: 'XURA', decimals: 18 },
29010
+ infoURL: 'https://nexurachain.io',
29011
+ shortName: 'XURAm',
28950
29012
  chainId: 24125,
28951
29013
  networkId: 24125,
28952
29014
  explorers: [
28953
29015
  {
28954
- name: 'MagiChain Explorer',
28955
- url: 'https://explorer.magichain.io',
29016
+ name: 'Nexurachain Explorer',
29017
+ url: 'https://explorer.nexurachain.io',
28956
29018
  standard: 'EIP3091'
28957
29019
  }
28958
29020
  ]
@@ -29839,42 +29901,32 @@ const chainArray = [
29839
29901
  ]
29840
29902
  },
29841
29903
  {
29842
- name: 'Xchain Mainnet',
29843
- chain: 'Xchain',
29904
+ name: 'Xchain Mainnet (Deprecated)',
29905
+ chain: 'XchainDeprecated',
29844
29906
  icon: 'intd',
29845
- rpc: [ 'https://rpc.xchainscan.com' ],
29907
+ rpc: [],
29846
29908
  faucets: [],
29847
29909
  nativeCurrency: { name: 'Intdestcoin', symbol: 'INTD', decimals: 18 },
29848
- infoURL: 'https://xchainscan.com',
29849
- shortName: 'INTD',
29910
+ infoURL: 'https://chainlist.org/chain/31753',
29911
+ shortName: 'INTD_deprecated',
29850
29912
  chainId: 31753,
29851
29913
  networkId: 31753,
29852
- explorers: [
29853
- {
29854
- name: 'Xchain Mainnet Explorer',
29855
- url: 'https://xchainscan.com',
29856
- standard: 'EIP3091'
29857
- }
29858
- ]
29914
+ status: 'deprecated',
29915
+ explorers: []
29859
29916
  },
29860
29917
  {
29861
- name: 'Xchain Testnet',
29862
- chain: 'Xchain',
29918
+ name: 'Xchain Testnet (Deprecated)',
29919
+ chain: 'XchainDeprecated',
29863
29920
  icon: 'intd',
29864
- rpc: [ 'https://rpc.xchaintest.net' ],
29865
- faucets: [ 'https://xchainfaucet.net' ],
29921
+ rpc: [],
29922
+ faucets: [],
29866
29923
  nativeCurrency: { name: 'Intdestcoin Testnet', symbol: 'INTD', decimals: 18 },
29867
- infoURL: 'https://xchaintest.net',
29868
- shortName: 'tINTD',
29924
+ infoURL: 'https://chainlist.org/chain/31754',
29925
+ shortName: 'tINTD_deprecated',
29869
29926
  chainId: 31754,
29870
29927
  networkId: 31754,
29871
- explorers: [
29872
- {
29873
- name: 'Xchain Testnet Explorer',
29874
- url: 'https://xchaintest.net',
29875
- standard: 'EIP3091'
29876
- }
29877
- ]
29928
+ status: 'deprecated',
29929
+ explorers: []
29878
29930
  },
29879
29931
  {
29880
29932
  name: 'W3Gamez Holesky Testnet',
@@ -33143,6 +33195,24 @@ const chainArray = [
33143
33195
  }
33144
33196
  ]
33145
33197
  },
33198
+ {
33199
+ name: 'XCHAIN Testnet',
33200
+ chain: 'XCHAIN',
33201
+ rpc: [ 'https://xchain-testnet-rpc.kuma.bid' ],
33202
+ faucets: [],
33203
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
33204
+ infoURL: 'https://kuma.bid',
33205
+ shortName: 'xct',
33206
+ chainId: 64002,
33207
+ networkId: 64002,
33208
+ explorers: [
33209
+ {
33210
+ name: 'XCHAIN Testnet Explorer',
33211
+ url: 'https://xchain-testnet-explorer.kuma.bid',
33212
+ standard: 'EIP3091'
33213
+ }
33214
+ ]
33215
+ },
33146
33216
  {
33147
33217
  name: 'CratD2C Testnet',
33148
33218
  chain: 'CRATD2C',
@@ -34178,7 +34248,14 @@ const chainArray = [
34178
34248
  chainId: 80069,
34179
34249
  networkId: 80069,
34180
34250
  icon: 'berachain',
34181
- explorers: []
34251
+ explorers: [
34252
+ {
34253
+ name: 'Beratrail',
34254
+ url: 'https://bepolia.beratrail.io',
34255
+ icon: 'berachain',
34256
+ standard: 'none'
34257
+ }
34258
+ ]
34182
34259
  },
34183
34260
  {
34184
34261
  name: 'Berachain bArtio',
@@ -35230,6 +35307,24 @@ const chainArray = [
35230
35307
  }
35231
35308
  ]
35232
35309
  },
35310
+ {
35311
+ name: 'XCHAIN',
35312
+ chain: 'XCHAIN',
35313
+ rpc: [ 'https://xchain-rpc.kuma.bid' ],
35314
+ faucets: [],
35315
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
35316
+ infoURL: 'https://kuma.bid',
35317
+ shortName: 'xc',
35318
+ chainId: 94524,
35319
+ networkId: 94524,
35320
+ explorers: [
35321
+ {
35322
+ name: 'XCHAIN Explorer',
35323
+ url: 'https://xchain-explorer.kuma.bid',
35324
+ standard: 'EIP3091'
35325
+ }
35326
+ ]
35327
+ },
35233
35328
  {
35234
35329
  name: 'SRICHAIN',
35235
35330
  chain: 'SRICHAIN',
@@ -40103,6 +40198,31 @@ const chainArray = [
40103
40198
  ],
40104
40199
  infoURL: 'https://wonnetwork.org'
40105
40200
  },
40201
+ {
40202
+ name: 'Pyrope Testnet',
40203
+ chain: 'ETH',
40204
+ rpc: [ 'https://rpc.pyropechain.com', 'wss://rpc.pyropechain.com' ],
40205
+ faucets: [],
40206
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
40207
+ infoURL: 'https://pyropechain.com',
40208
+ shortName: 'pyrope',
40209
+ chainId: 695569,
40210
+ networkId: 695569,
40211
+ icon: 'pyrope',
40212
+ explorers: [
40213
+ {
40214
+ name: 'blockscout',
40215
+ url: 'https://pyrope.blockscout.com',
40216
+ icon: 'blockscout',
40217
+ standard: 'EIP3091'
40218
+ }
40219
+ ],
40220
+ parent: {
40221
+ type: 'L2',
40222
+ chain: 'eip155-11155111',
40223
+ bridges: [ { url: 'https://pyropechain.com/bridge' } ]
40224
+ }
40225
+ },
40106
40226
  {
40107
40227
  name: 'Galadriel Devnet',
40108
40228
  chain: 'Galadriel',
@@ -43372,6 +43492,20 @@ const chainArray = [
43372
43492
  }
43373
43493
  ]
43374
43494
  },
43495
+ {
43496
+ name: 'Xphere Mainnet',
43497
+ chain: 'Xphere',
43498
+ icon: 'xphere',
43499
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
43500
+ rpc: [ 'https://en-bkk.x-phere.com' ],
43501
+ faucets: [],
43502
+ nativeCurrency: { name: 'Xphere', symbol: 'XP', decimals: 18 },
43503
+ infoURL: 'https://x-phere.com/',
43504
+ shortName: 'xp',
43505
+ chainId: 20250217,
43506
+ networkId: 20250217,
43507
+ explorers: []
43508
+ },
43375
43509
  {
43376
43510
  name: 'ETP Mainnet',
43377
43511
  chain: 'ETP',
@@ -43502,7 +43636,7 @@ const chainArray = [
43502
43636
  {
43503
43637
  name: '6Degree of Outreach - Testnet',
43504
43638
  chain: '6DO',
43505
- rpc: [ 'https://rpc-testnet.6do.world' ],
43639
+ rpc: [ 'https://rpc-testnet.6dochain.com' ],
43506
43640
  faucets: [],
43507
43641
  nativeCurrency: { name: '6Degree-Testnet Coin', symbol: '6DO-T', decimals: 18 },
43508
43642
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
@@ -43514,7 +43648,7 @@ const chainArray = [
43514
43648
  explorers: [
43515
43649
  {
43516
43650
  name: '6Degree Testnet Chain Explorer',
43517
- url: 'https://explorer-testnet.6do.world',
43651
+ url: 'https://explorer-testnet.6dochain.com',
43518
43652
  standard: 'EIP3091'
43519
43653
  }
43520
43654
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.637",
3
+ "version": "0.0.639",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {