eth-chainlist 0.0.628 → 0.0.630

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 +196 -20
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.630 (2025-03-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.629 ([ff21f18](https://github.com/poowf/eth-chainlist/commit/ff21f186c383f5eabb5c9ca11abfefc08292629c))
9
+ * update chain data ([4f2f83f](https://github.com/poowf/eth-chainlist/commit/4f2f83fffa195c3f9c9264ddd3dd2a2372a1e648))
10
+
11
+ ### 0.0.629 (2025-03-04)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.628 ([4dc2585](https://github.com/poowf/eth-chainlist/commit/4dc2585b107029c1f3bc65edd897e5e16e4f411f))
17
+ * update chain data ([b1e1275](https://github.com/poowf/eth-chainlist/commit/b1e127518e0d04f2f13cecd60cd440efe20137f4))
18
+
3
19
  ### 0.0.628 (2025-03-03)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3515,13 +3515,13 @@ const chainArray = [
3515
3515
  slip44: 1
3516
3516
  },
3517
3517
  {
3518
- name: 'CO2e Ledger',
3518
+ name: 'CO2e Chain',
3519
3519
  chain: 'CO2E',
3520
- rpc: [ 'https://rpc.co2ledger.xyz' ],
3520
+ rpc: [ 'https://rpc.co2e.cc', 'https://rpc.co2ledger.xyz' ],
3521
3521
  faucets: [],
3522
3522
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
3523
3523
  nativeCurrency: { name: 'CO2e Token', symbol: 'CO2E', decimals: 18 },
3524
- infoURL: 'https://co2ledger.xyz',
3524
+ infoURL: 'https://co2e.cc',
3525
3525
  shortName: 'CO2e',
3526
3526
  chainId: 171,
3527
3527
  networkId: 171,
@@ -3529,7 +3529,7 @@ const chainArray = [
3529
3529
  explorers: [
3530
3530
  {
3531
3531
  name: 'CO2e Explorer',
3532
- url: 'https://exp.co2ledger.xyz',
3532
+ url: 'https://exp.co2e.cc',
3533
3533
  standard: 'EIP3091'
3534
3534
  }
3535
3535
  ]
@@ -5842,6 +5842,32 @@ const chainArray = [
5842
5842
  icon: 'grvt',
5843
5843
  explorers: []
5844
5844
  },
5845
+ {
5846
+ name: 'Telos zkEVM Testnet',
5847
+ title: 'Telos zkEVM Testnet',
5848
+ chain: 'Telos',
5849
+ rpc: [ 'https://zkrpc.testnet.telos.net' ],
5850
+ faucets: [],
5851
+ nativeCurrency: { name: 'Sepolia ETH', symbol: 'ETH', decimals: 18 },
5852
+ infoURL: '',
5853
+ shortName: 'telos-zkevm-testnet',
5854
+ chainId: 331,
5855
+ networkId: 331,
5856
+ icon: 'telos',
5857
+ explorers: [
5858
+ {
5859
+ name: 'TeloScan',
5860
+ icon: 'teloscan',
5861
+ url: 'https://zkexplorer.testnet.telos.net',
5862
+ standard: 'EIP3091'
5863
+ }
5864
+ ],
5865
+ parent: {
5866
+ type: 'L2',
5867
+ chain: 'eip155-11155111',
5868
+ bridges: [ { url: 'https://zkbridge.testnet.telos.net' } ]
5869
+ }
5870
+ },
5845
5871
  {
5846
5872
  name: 'Omax Testnet',
5847
5873
  chain: 'Omax Chain',
@@ -7023,20 +7049,20 @@ const chainArray = [
7023
7049
  status: 'incubating'
7024
7050
  },
7025
7051
  {
7026
- name: 'F(x)Core Mainnet Network',
7027
- chain: 'Fxcore',
7052
+ name: 'Pundi AIFX Omnilayer',
7053
+ chain: 'PUNDIAI',
7028
7054
  rpc: [ 'https://fx-json-web3.functionx.io:8545' ],
7029
7055
  faucets: [],
7030
- nativeCurrency: { name: 'Function X', symbol: 'FX', decimals: 18 },
7031
- infoURL: 'https://functionx.io/',
7032
- shortName: 'FxCore',
7056
+ nativeCurrency: { name: 'Pundi AIFX', symbol: 'PUNDAI', decimals: 18 },
7057
+ infoURL: 'https://fx.pundi.ai/',
7058
+ shortName: 'pundiai',
7033
7059
  chainId: 530,
7034
7060
  networkId: 530,
7035
- icon: 'fxcore',
7061
+ icon: 'pundiai',
7036
7062
  explorers: [
7037
7063
  {
7038
- name: 'FunctionX Explorer',
7039
- url: 'https://fx-evm.functionx.io',
7064
+ name: 'PundiScan Explorer',
7065
+ url: 'https://pundiscan.io/evm',
7040
7066
  standard: 'EIP3091'
7041
7067
  }
7042
7068
  ]
@@ -17538,6 +17564,25 @@ const chainArray = [
17538
17564
  }
17539
17565
  ]
17540
17566
  },
17567
+ {
17568
+ name: 'Pepe Unchained',
17569
+ chain: 'PEPU',
17570
+ icon: 'pepu',
17571
+ rpc: [ 'https://rpc-pepe-unchained-gupg0lo9wf.t.conduit.xyz' ],
17572
+ faucets: [],
17573
+ nativeCurrency: { name: 'PEPU', symbol: 'PEPU', decimals: 18 },
17574
+ infoURL: 'https://pepeunchained.com/',
17575
+ shortName: 'PEPU',
17576
+ chainId: 3409,
17577
+ networkId: 3409,
17578
+ explorers: [
17579
+ {
17580
+ name: 'pepuscan',
17581
+ url: 'https://pepuscan.com',
17582
+ standard: 'EIP3091'
17583
+ }
17584
+ ]
17585
+ },
17541
17586
  {
17542
17587
  name: 'EVOLVE Mainnet',
17543
17588
  chain: 'EVO',
@@ -19137,6 +19182,29 @@ const chainArray = [
19137
19182
  }
19138
19183
  ]
19139
19184
  },
19185
+ {
19186
+ name: 'TRUMPCHAIN',
19187
+ chain: 'trumpchain',
19188
+ rpc: [
19189
+ 'https://testnet.trumpchain.dev/http',
19190
+ 'wss://testnet.trumpchain.dev/ws'
19191
+ ],
19192
+ faucets: [],
19193
+ nativeCurrency: { name: 'Official Trump', symbol: 'TRUMP', decimals: 18 },
19194
+ infoURL: 'https://trumpchain.dev',
19195
+ shortName: 'TRUMPCHAIN',
19196
+ chainId: 4547,
19197
+ networkId: 4547,
19198
+ icon: 'trump',
19199
+ explorers: [
19200
+ {
19201
+ name: 'TRUMPCHAIN Explorer',
19202
+ url: 'https://explorer.trumpchain.dev',
19203
+ icon: 'blockscout',
19204
+ standard: 'EIP3091'
19205
+ }
19206
+ ]
19207
+ },
19140
19208
  {
19141
19209
  name: 'VERY Mainnet',
19142
19210
  title: 'VERY Mainnet',
@@ -20933,6 +21001,18 @@ const chainArray = [
20933
21001
  }
20934
21002
  ]
20935
21003
  },
21004
+ {
21005
+ name: 'MegaETH Testnet',
21006
+ chain: 'ETH',
21007
+ nativeCurrency: { name: 'MegaETH Testnet Ether', symbol: 'ETH', decimals: 18 },
21008
+ rpc: [ 'https://carrot.megaeth.com/rpc', 'wss://carrot.megaeth.com/ws' ],
21009
+ faucets: [],
21010
+ infoURL: 'https://testnet.megaeth.com',
21011
+ shortName: 'megatest',
21012
+ chainId: 6342,
21013
+ networkId: 6342,
21014
+ slip44: 1
21015
+ },
20936
21016
  {
20937
21017
  name: 'Digit Soul Smart Chain',
20938
21018
  chain: 'DGS',
@@ -24306,7 +24386,7 @@ const chainArray = [
24306
24386
  name: 'Z Chain',
24307
24387
  title: 'Z Chain',
24308
24388
  chain: 'Z',
24309
- rpc: [ 'https://z-chain-rpc.eu-north-2.gateway.fm/?apiKey=${API_KEY}' ],
24389
+ rpc: [ 'https://rpc.zchain.org' ],
24310
24390
  faucets: [],
24311
24391
  features: [ { name: 'EIP155' } ],
24312
24392
  nativeCurrency: { name: 'Z', symbol: 'Z', decimals: 18 },
@@ -24318,7 +24398,7 @@ const chainArray = [
24318
24398
  explorers: [
24319
24399
  {
24320
24400
  name: 'blockscout',
24321
- url: 'https://z-chain-blockscout.eu-north-2.gateway.fm',
24401
+ url: 'https://zscan.live',
24322
24402
  icon: 'z',
24323
24403
  standard: 'EIP3091'
24324
24404
  }
@@ -24326,7 +24406,7 @@ const chainArray = [
24326
24406
  parent: {
24327
24407
  type: 'L2',
24328
24408
  chain: 'eip155-1',
24329
- bridges: [ { url: 'https://z-chain-bridge.eu-north-2.gateway.fm' } ]
24409
+ bridges: [ { url: 'bridge.zchain.org' } ]
24330
24410
  }
24331
24411
  },
24332
24412
  {
@@ -31036,6 +31116,27 @@ const chainArray = [
31036
31116
  }
31037
31117
  ]
31038
31118
  },
31119
+ {
31120
+ name: 'Juneo Mainnet',
31121
+ chain: 'JUNE-Chain',
31122
+ rpc: [ 'https://rpc.juneo-mainnet.network/ext/bc/JUNE/rpc' ],
31123
+ faucets: [],
31124
+ nativeCurrency: { name: 'JUNE', symbol: 'JUNE', decimals: 18 },
31125
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31126
+ infoURL: 'https://juneo.com/',
31127
+ shortName: 'JUNE',
31128
+ chainId: 45003,
31129
+ networkId: 45003,
31130
+ icon: 'juneomainnet',
31131
+ explorers: [
31132
+ {
31133
+ name: 'Juneo Scan',
31134
+ url: 'https://juneoscan.io/chain/2',
31135
+ icon: 'juneomainnet',
31136
+ standard: 'none'
31137
+ }
31138
+ ]
31139
+ },
31039
31140
  {
31040
31141
  name: 'Swamps L2',
31041
31142
  chain: 'SWP',
@@ -34743,16 +34844,23 @@ const chainArray = [
34743
34844
  ]
34744
34845
  },
34745
34846
  {
34746
- name: 'F(x)Core Testnet Network',
34747
- chain: 'Fxcore',
34847
+ name: 'Pundi AIFX Omnilayer Testnet',
34848
+ chain: 'PUNDIAI',
34748
34849
  rpc: [ 'https://testnet-fx-json-web3.functionx.io:8545' ],
34749
34850
  faucets: [],
34750
- nativeCurrency: { name: 'Function X', symbol: 'FX', decimals: 18 },
34751
- infoURL: 'https://functionx.io/',
34851
+ nativeCurrency: { name: 'Pundi AIFX', symbol: 'PUNDAI', decimals: 18 },
34852
+ infoURL: 'https://fx.pundi.ai/',
34752
34853
  shortName: 'dhobyghaut',
34753
34854
  chainId: 90001,
34754
34855
  networkId: 90001,
34755
- icon: 'fxcore'
34856
+ icon: 'pundiai',
34857
+ explorers: [
34858
+ {
34859
+ name: 'PundiScan Explorer',
34860
+ url: 'https://testnet.pundiscan.io',
34861
+ standard: 'EIP3091'
34862
+ }
34863
+ ]
34756
34864
  },
34757
34865
  {
34758
34866
  name: 'UBIT SMARTCHAIN MAINNET',
@@ -34928,6 +35036,26 @@ const chainArray = [
34928
35036
  }
34929
35037
  ]
34930
35038
  },
35039
+ {
35040
+ name: 'Miracle Chain',
35041
+ chain: 'MIRACLE',
35042
+ rpc: [ 'https://rpc.miracleplay.io' ],
35043
+ faucets: [],
35044
+ nativeCurrency: { name: 'Miracle Play Token', symbol: 'MPT', decimals: 18 },
35045
+ infoURL: 'https://miracleplay.gg',
35046
+ shortName: 'MIRACLE',
35047
+ chainId: 92278,
35048
+ networkId: 92278,
35049
+ icon: 'miracle',
35050
+ explorers: [
35051
+ {
35052
+ name: 'Miracle Chain Explorer',
35053
+ icon: 'miracle',
35054
+ url: 'https://explorer.miracleplay.io',
35055
+ standard: 'none'
35056
+ }
35057
+ ]
35058
+ },
34931
35059
  {
34932
35060
  name: 'LiquidLayer Testnet',
34933
35061
  chain: 'LILA',
@@ -40145,6 +40273,24 @@ const chainArray = [
40145
40273
  }
40146
40274
  ]
40147
40275
  },
40276
+ {
40277
+ name: 'Oone Chain Mainnet',
40278
+ chain: 'OONE',
40279
+ rpc: [ 'https://rpc.oonechain.com' ],
40280
+ faucets: [],
40281
+ nativeCurrency: { name: 'OONE', symbol: 'OONE', decimals: 18 },
40282
+ infoURL: 'https://oonechain.com',
40283
+ shortName: 'oone',
40284
+ chainId: 777888,
40285
+ networkId: 777888,
40286
+ explorers: [
40287
+ {
40288
+ name: 'blockscout',
40289
+ url: 'https://oonescan.com',
40290
+ standard: 'none'
40291
+ }
40292
+ ]
40293
+ },
40148
40294
  {
40149
40295
  name: 'Zebro Smart Chain',
40150
40296
  chain: 'ZEBRO',
@@ -45161,6 +45307,36 @@ const chainArray = [
45161
45307
  bridges: [ { url: 'https://haust-testnet-bridge.eu-north-2.gateway.fm' } ]
45162
45308
  }
45163
45309
  },
45310
+ {
45311
+ name: 'Status Network Sepolia',
45312
+ title: 'Status Network Sepolia',
45313
+ chain: 'ETH',
45314
+ rpc: [
45315
+ 'https://public.sepolia.rpc.status.network',
45316
+ 'wss://status-sepolia-rpc.eu-north-2.gateway.fm/ws'
45317
+ ],
45318
+ faucets: [ 'https://faucet.status.network/' ],
45319
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
45320
+ infoURL: 'https://status.network',
45321
+ shortName: 'sn-sepolia',
45322
+ chainId: 1660990954,
45323
+ networkId: 1660990954,
45324
+ icon: 'sn',
45325
+ parent: {
45326
+ type: 'L2',
45327
+ chain: 'eip155-11155111',
45328
+ bridges: [ { url: 'https://bridge.status.network' } ]
45329
+ },
45330
+ explorers: [
45331
+ {
45332
+ name: 'Blockscout',
45333
+ url: 'https://sepoliascan.status.network',
45334
+ standard: 'EIP3091',
45335
+ icon: 'sn'
45336
+ }
45337
+ ],
45338
+ status: 'active'
45339
+ },
45164
45340
  {
45165
45341
  name: 'Harmony Mainnet Shard 0',
45166
45342
  chain: 'Harmony',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.628",
3
+ "version": "0.0.630",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {