eth-chainlist 0.0.627 → 0.0.629

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 +109 -23
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.629 (2025-03-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.628 ([4dc2585](https://github.com/poowf/eth-chainlist/commit/4dc2585b107029c1f3bc65edd897e5e16e4f411f))
9
+ * update chain data ([b1e1275](https://github.com/poowf/eth-chainlist/commit/b1e127518e0d04f2f13cecd60cd440efe20137f4))
10
+
11
+ ### 0.0.628 (2025-03-03)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.627 ([02f0aed](https://github.com/poowf/eth-chainlist/commit/02f0aed938df6d5206469b863c0f9c4bc7139f31))
17
+ * update chain data ([1608be0](https://github.com/poowf/eth-chainlist/commit/1608be01d80d0bf4e02a411adb6bc92c242577e8))
18
+
3
19
  ### 0.0.627 (2025-03-02)
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
  ]
@@ -4191,10 +4191,16 @@ const chainArray = [
4191
4191
  name: 'Bitnet',
4192
4192
  chain: 'BTN',
4193
4193
  icon: 'bitnet',
4194
- rpc: [ 'https://rpc.bitnet.money', 'https://rpc.btnscan.com' ],
4194
+ rpc: [
4195
+ 'https://rpc.bitnet.money',
4196
+ 'https://rpc.btnscan.com',
4197
+ 'https://rpc.btn.network',
4198
+ 'https://rpc.bitnetmoney.com',
4199
+ 'https://rpc.btn-network.org'
4200
+ ],
4195
4201
  faucets: [],
4196
4202
  nativeCurrency: { name: 'Bitnet', symbol: 'BTN', decimals: 18 },
4197
- infoURL: 'https://bitnet.money',
4203
+ infoURL: 'https://bitnet.technology',
4198
4204
  shortName: 'BTN',
4199
4205
  chainId: 210,
4200
4206
  networkId: 210,
@@ -5842,7 +5848,7 @@ const chainArray = [
5842
5848
  rpc: [ 'https://testapi.omaxray.com' ],
5843
5849
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
5844
5850
  faucets: [ 'https://faucet.omaxray.com/' ],
5845
- nativeCurrency: { name: 'OMAX TESTCOIN', symbol: 'OMAXT', decimals: 18 },
5851
+ nativeCurrency: { name: 'OMAX TESTCOIN', symbol: 'OMAX', decimals: 18 },
5846
5852
  infoURL: 'https://www.omaxcoin.com/',
5847
5853
  shortName: 'omaxt',
5848
5854
  chainId: 332,
@@ -5852,6 +5858,7 @@ const chainArray = [
5852
5858
  {
5853
5859
  name: 'Omax Chain Explorer',
5854
5860
  url: 'https://testnet.omaxscan.com',
5861
+ icon: 'omaxray',
5855
5862
  standard: 'EIP3091'
5856
5863
  }
5857
5864
  ]
@@ -7016,20 +7023,20 @@ const chainArray = [
7016
7023
  status: 'incubating'
7017
7024
  },
7018
7025
  {
7019
- name: 'F(x)Core Mainnet Network',
7020
- chain: 'Fxcore',
7026
+ name: 'Pundi AIFX Omnilayer',
7027
+ chain: 'PUNDIAI',
7021
7028
  rpc: [ 'https://fx-json-web3.functionx.io:8545' ],
7022
7029
  faucets: [],
7023
- nativeCurrency: { name: 'Function X', symbol: 'FX', decimals: 18 },
7024
- infoURL: 'https://functionx.io/',
7025
- shortName: 'FxCore',
7030
+ nativeCurrency: { name: 'Pundi AIFX', symbol: 'PUNDAI', decimals: 18 },
7031
+ infoURL: 'https://fx.pundi.ai/',
7032
+ shortName: 'pundiai',
7026
7033
  chainId: 530,
7027
7034
  networkId: 530,
7028
- icon: 'fxcore',
7035
+ icon: 'pundiai',
7029
7036
  explorers: [
7030
7037
  {
7031
- name: 'FunctionX Explorer',
7032
- url: 'https://fx-evm.functionx.io',
7038
+ name: 'PundiScan Explorer',
7039
+ url: 'https://pundiscan.io/evm',
7033
7040
  standard: 'EIP3091'
7034
7041
  }
7035
7042
  ]
@@ -17531,6 +17538,25 @@ const chainArray = [
17531
17538
  }
17532
17539
  ]
17533
17540
  },
17541
+ {
17542
+ name: 'Pepe Unchained',
17543
+ chain: 'PEPU',
17544
+ icon: 'pepu',
17545
+ rpc: [ 'https://rpc-pepe-unchained-gupg0lo9wf.t.conduit.xyz' ],
17546
+ faucets: [],
17547
+ nativeCurrency: { name: 'PEPU', symbol: 'PEPU', decimals: 18 },
17548
+ infoURL: 'https://pepeunchained.com/',
17549
+ shortName: 'PEPU',
17550
+ chainId: 3409,
17551
+ networkId: 3409,
17552
+ explorers: [
17553
+ {
17554
+ name: 'pepuscan',
17555
+ url: 'https://pepuscan.com',
17556
+ standard: 'EIP3091'
17557
+ }
17558
+ ]
17559
+ },
17534
17560
  {
17535
17561
  name: 'EVOLVE Mainnet',
17536
17562
  chain: 'EVO',
@@ -19130,6 +19156,29 @@ const chainArray = [
19130
19156
  }
19131
19157
  ]
19132
19158
  },
19159
+ {
19160
+ name: 'TRUMPCHAIN',
19161
+ chain: 'trumpchain',
19162
+ rpc: [
19163
+ 'https://testnet.trumpchain.dev/http',
19164
+ 'wss://testnet.trumpchain.dev/ws'
19165
+ ],
19166
+ faucets: [],
19167
+ nativeCurrency: { name: 'Official Trump', symbol: 'TRUMP', decimals: 18 },
19168
+ infoURL: 'https://trumpchain.dev',
19169
+ shortName: 'TRUMPCHAIN',
19170
+ chainId: 4547,
19171
+ networkId: 4547,
19172
+ icon: 'trump',
19173
+ explorers: [
19174
+ {
19175
+ name: 'TRUMPCHAIN Explorer',
19176
+ url: 'https://explorer.trumpchain.dev',
19177
+ icon: 'blockscout',
19178
+ standard: 'EIP3091'
19179
+ }
19180
+ ]
19181
+ },
19133
19182
  {
19134
19183
  name: 'VERY Mainnet',
19135
19184
  title: 'VERY Mainnet',
@@ -20926,6 +20975,18 @@ const chainArray = [
20926
20975
  }
20927
20976
  ]
20928
20977
  },
20978
+ {
20979
+ name: 'MegaETH Testnet',
20980
+ chain: 'ETH',
20981
+ nativeCurrency: { name: 'MegaETH Testnet Ether', symbol: 'ETH', decimals: 18 },
20982
+ rpc: [ 'https://carrot.megaeth.com/rpc', 'wss://carrot.megaeth.com/ws' ],
20983
+ faucets: [],
20984
+ infoURL: 'https://testnet.megaeth.com',
20985
+ shortName: 'megatest',
20986
+ chainId: 6342,
20987
+ networkId: 6342,
20988
+ slip44: 1
20989
+ },
20929
20990
  {
20930
20991
  name: 'Digit Soul Smart Chain',
20931
20992
  chain: 'DGS',
@@ -24299,7 +24360,7 @@ const chainArray = [
24299
24360
  name: 'Z Chain',
24300
24361
  title: 'Z Chain',
24301
24362
  chain: 'Z',
24302
- rpc: [ 'https://z-chain-rpc.eu-north-2.gateway.fm/?apiKey=${API_KEY}' ],
24363
+ rpc: [ 'https://rpc.zchain.org' ],
24303
24364
  faucets: [],
24304
24365
  features: [ { name: 'EIP155' } ],
24305
24366
  nativeCurrency: { name: 'Z', symbol: 'Z', decimals: 18 },
@@ -24311,7 +24372,7 @@ const chainArray = [
24311
24372
  explorers: [
24312
24373
  {
24313
24374
  name: 'blockscout',
24314
- url: 'https://z-chain-blockscout.eu-north-2.gateway.fm',
24375
+ url: 'https://zscan.live',
24315
24376
  icon: 'z',
24316
24377
  standard: 'EIP3091'
24317
24378
  }
@@ -24319,7 +24380,7 @@ const chainArray = [
24319
24380
  parent: {
24320
24381
  type: 'L2',
24321
24382
  chain: 'eip155-1',
24322
- bridges: [ { url: 'https://z-chain-bridge.eu-north-2.gateway.fm' } ]
24383
+ bridges: [ { url: 'bridge.zchain.org' } ]
24323
24384
  }
24324
24385
  },
24325
24386
  {
@@ -34736,16 +34797,23 @@ const chainArray = [
34736
34797
  ]
34737
34798
  },
34738
34799
  {
34739
- name: 'F(x)Core Testnet Network',
34740
- chain: 'Fxcore',
34800
+ name: 'Pundi AIFX Omnilayer Testnet',
34801
+ chain: 'PUNDIAI',
34741
34802
  rpc: [ 'https://testnet-fx-json-web3.functionx.io:8545' ],
34742
34803
  faucets: [],
34743
- nativeCurrency: { name: 'Function X', symbol: 'FX', decimals: 18 },
34744
- infoURL: 'https://functionx.io/',
34804
+ nativeCurrency: { name: 'Pundi AIFX', symbol: 'PUNDAI', decimals: 18 },
34805
+ infoURL: 'https://fx.pundi.ai/',
34745
34806
  shortName: 'dhobyghaut',
34746
34807
  chainId: 90001,
34747
34808
  networkId: 90001,
34748
- icon: 'fxcore'
34809
+ icon: 'pundiai',
34810
+ explorers: [
34811
+ {
34812
+ name: 'PundiScan Explorer',
34813
+ url: 'https://testnet.pundiscan.io',
34814
+ standard: 'EIP3091'
34815
+ }
34816
+ ]
34749
34817
  },
34750
34818
  {
34751
34819
  name: 'UBIT SMARTCHAIN MAINNET',
@@ -40138,6 +40206,24 @@ const chainArray = [
40138
40206
  }
40139
40207
  ]
40140
40208
  },
40209
+ {
40210
+ name: 'Oone Chain Mainnet',
40211
+ chain: 'OONE',
40212
+ rpc: [ 'https://rpc.oonechain.com' ],
40213
+ faucets: [],
40214
+ nativeCurrency: { name: 'OONE', symbol: 'OONE', decimals: 18 },
40215
+ infoURL: 'https://oonechain.com',
40216
+ shortName: 'oone',
40217
+ chainId: 777888,
40218
+ networkId: 777888,
40219
+ explorers: [
40220
+ {
40221
+ name: 'blockscout',
40222
+ url: 'https://oonescan.com',
40223
+ standard: 'none'
40224
+ }
40225
+ ]
40226
+ },
40141
40227
  {
40142
40228
  name: 'Zebro Smart Chain',
40143
40229
  chain: 'ZEBRO',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.627",
3
+ "version": "0.0.629",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {