eth-chainlist 0.0.755 → 0.0.757

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 +157 -10
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.757 (2026-04-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.756 ([a881329](https://github.com/poowf/eth-chainlist/commit/a881329d8fdee84702300ffe9f106fff50315d9f))
9
+ * update chain data ([7af3813](https://github.com/poowf/eth-chainlist/commit/7af3813c1477debc1c27a5d06f82b22b7c186570))
10
+
11
+ ### 0.0.756 (2026-04-23)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.755 ([473d57f](https://github.com/poowf/eth-chainlist/commit/473d57f7c4d486aae1f6608ba092540be1ae83b4))
17
+ * update chain data ([09a13fe](https://github.com/poowf/eth-chainlist/commit/09a13fed10f43cf04d741011d64c08be878fa05b))
18
+
3
19
  ### 0.0.755 (2026-04-22)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -14314,8 +14314,10 @@ const chainArray = [
14314
14314
  chain: 'CRC',
14315
14315
  status: 'active',
14316
14316
  rpc: [
14317
- 'https://cacib-saturn-test.francecentral.cloudapp.azure.com',
14318
- 'wss://cacib-saturn-test.francecentral.cloudapp.azure.com:9443'
14317
+ 'https://rpc1.kerleano.ca-dag.work',
14318
+ 'https://rpc2.kerleano.ca-dag.work',
14319
+ 'wss://rpc1.kerleano.ca-dag.work/ws',
14320
+ 'wss://rpc2.kerleano.ca-dag.work/ws'
14319
14321
  ],
14320
14322
  faucets: [
14321
14323
  'https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md'
@@ -17837,8 +17839,10 @@ const chainArray = [
17837
17839
  chain: 'CRC',
17838
17840
  status: 'active',
17839
17841
  rpc: [
17840
- 'https://pocrnet.westeurope.cloudapp.azure.com/http',
17841
- 'wss://pocrnet.westeurope.cloudapp.azure.com/ws'
17842
+ 'https://rpc1.pocrnet.ca-dag.work',
17843
+ 'https://rpc2.pocrnet.ca-dag.work',
17844
+ 'wss://rpc1.pocrnet.ca-dag.work/ws',
17845
+ 'wss://rpc2.pocrnet.ca-dag.work/ws'
17842
17846
  ],
17843
17847
  faucets: [],
17844
17848
  nativeCurrency: { name: 'Climate awaReness Coin', symbol: 'CRC', decimals: 18 },
@@ -20533,6 +20537,26 @@ const chainArray = [
20533
20537
  }
20534
20538
  ]
20535
20539
  },
20540
+ {
20541
+ name: 'Tempo Mainnet Presto',
20542
+ chain: 'ETH',
20543
+ rpc: [ 'https://rpc.mainnet.tempo.xyz', 'wss://rpc.mainnet.tempo.xyz' ],
20544
+ faucets: [],
20545
+ nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 18 },
20546
+ infoURL: 'https://tempo.xyz',
20547
+ shortName: 'tempo-presto',
20548
+ chainId: 4217,
20549
+ networkId: 4217,
20550
+ icon: 'tempo',
20551
+ explorers: [
20552
+ {
20553
+ name: 'tempo-explorer',
20554
+ url: 'https://explore.tempo.xyz',
20555
+ icon: 'tempo',
20556
+ standard: 'EIP3091'
20557
+ }
20558
+ ]
20559
+ },
20536
20560
  {
20537
20561
  name: 'Nexi Mainnet',
20538
20562
  chain: 'Nexi',
@@ -20846,6 +20870,30 @@ const chainArray = [
20846
20870
  }
20847
20871
  ]
20848
20872
  },
20873
+ {
20874
+ name: 'Oxin Chain',
20875
+ chain: 'OXIN',
20876
+ rpc: [
20877
+ 'https://rpc.oxinchain.io',
20878
+ 'https://rpc1.oxinchain.io',
20879
+ 'https://rpc2.oxinchain.io'
20880
+ ],
20881
+ faucets: [],
20882
+ nativeCurrency: { name: 'Oxin', symbol: 'OXIN', decimals: 18 },
20883
+ features: [ { name: 'EIP155' } ],
20884
+ infoURL: 'https://oxinchain.io',
20885
+ shortName: 'oxin',
20886
+ chainId: 4457,
20887
+ networkId: 4457,
20888
+ icon: 'oxin',
20889
+ explorers: [
20890
+ {
20891
+ name: 'oxinscan',
20892
+ url: 'https://scan.oxinchain.io',
20893
+ standard: 'EIP3091'
20894
+ }
20895
+ ]
20896
+ },
20849
20897
  {
20850
20898
  name: 'Orderly Sepolia Testnet',
20851
20899
  chain: 'ETH',
@@ -24549,6 +24597,37 @@ const chainArray = [
24549
24597
  }
24550
24598
  ]
24551
24599
  },
24600
+ {
24601
+ name: 'DiamondzChain',
24602
+ chain: 'DZX',
24603
+ rpc: [ 'https://rpc-mainnet.diamondz.baby' ],
24604
+ faucets: [],
24605
+ nativeCurrency: {
24606
+ name: 'Diamondz Shadow Game and Movies',
24607
+ symbol: 'SDM',
24608
+ decimals: 18
24609
+ },
24610
+ infoURL: 'https://diamondzshadow.info',
24611
+ shortName: 'dzx',
24612
+ chainId: 7791,
24613
+ networkId: 7791,
24614
+ explorers: [
24615
+ {
24616
+ name: 'DiamondzChain Explorer',
24617
+ url: 'https://diamondz.tryethernal.com',
24618
+ standard: 'EIP3091'
24619
+ }
24620
+ ],
24621
+ parent: {
24622
+ type: 'L2',
24623
+ chain: 'eip155-42161',
24624
+ bridges: [
24625
+ {
24626
+ url: 'https://b0b35872-9442-43c9-8cb4-5719d6808be9.bridges.rollbridge.app'
24627
+ }
24628
+ ]
24629
+ }
24630
+ },
24552
24631
  {
24553
24632
  name: 'OpenEX LONG Testnet',
24554
24633
  title: 'OpenEX LONG Testnet',
@@ -34204,7 +34283,7 @@ const chainArray = [
34204
34283
  explorers: [
34205
34284
  {
34206
34285
  name: 'tempo-explorer',
34207
- url: 'https://explore.tempo.xyz',
34286
+ url: 'https://explore.testnet.tempo.xyz',
34208
34287
  icon: 'tempo',
34209
34288
  standard: 'EIP3091'
34210
34289
  }
@@ -34936,6 +35015,32 @@ const chainArray = [
34936
35015
  bridges: [ { url: 'https://blessnet.bridge.caldera.xyz' } ]
34937
35016
  }
34938
35017
  },
35018
+ {
35019
+ name: 'Robinhood Chain Testnet',
35020
+ title: 'Robinhood Chain Testnet',
35021
+ chain: 'ETH',
35022
+ rpc: [ 'https://rpc.testnet.chain.robinhood.com/rpc' ],
35023
+ faucets: [],
35024
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
35025
+ infoURL: 'https://docs.robinhood.com/chain/',
35026
+ shortName: 'rh-testnet',
35027
+ chainId: 46630,
35028
+ networkId: 46630,
35029
+ slip44: 1,
35030
+ explorers: [
35031
+ {
35032
+ name: 'blockscout',
35033
+ url: 'https://explorer.testnet.chain.robinhood.com',
35034
+ icon: 'blockscout',
35035
+ standard: 'EIP3091'
35036
+ }
35037
+ ],
35038
+ parent: {
35039
+ type: 'L2',
35040
+ chain: 'eip155-11155111',
35041
+ bridges: [ { url: 'https://portal.arbitrum.io/bridge' } ]
35042
+ }
35043
+ },
34939
35044
  {
34940
35045
  name: 'Fusion Testnet',
34941
35046
  chain: 'FSN',
@@ -43202,6 +43307,26 @@ const chainArray = [
43202
43307
  }
43203
43308
  ]
43204
43309
  },
43310
+ {
43311
+ name: 'StreamChain',
43312
+ icon: 'streamchain',
43313
+ shortName: 'stc',
43314
+ chain: 'STC',
43315
+ chainId: 250611,
43316
+ networkId: 250611,
43317
+ rpc: [ 'https://rpc.strmchain.com' ],
43318
+ faucets: [],
43319
+ infoURL: 'https://strmchain.com',
43320
+ nativeCurrency: { name: 'StreamChain', symbol: 'STC', decimals: 18 },
43321
+ explorers: [
43322
+ {
43323
+ name: 'StreamChain Explorer',
43324
+ url: 'https://explorer.strmchain.com',
43325
+ standard: 'EIP3091'
43326
+ }
43327
+ ],
43328
+ status: 'active'
43329
+ },
43205
43330
  {
43206
43331
  name: 'CELESTIUM Network Testnet',
43207
43332
  chain: 'CELESTIUM',
@@ -45292,14 +45417,23 @@ const chainArray = [
45292
45417
  {
45293
45418
  name: 'Gensyn Testnet',
45294
45419
  chain: 'Gensyn',
45295
- rpc: [],
45420
+ rpc: [ 'https://gensyn-testnet.g.alchemy.com/public' ],
45296
45421
  faucets: [],
45297
45422
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
45298
- infoURL: 'https://www.gensyn.ai/',
45299
- shortName: 'gensyn-test',
45423
+ infoURL: 'https://gensyn.network/',
45424
+ shortName: 'gensyn-testnet',
45300
45425
  chainId: 685685,
45301
45426
  networkId: 685685,
45302
- status: 'incubating'
45427
+ icon: 'gensyn-testnet',
45428
+ explorers: [
45429
+ {
45430
+ name: 'Gensyn Testnet Explorer',
45431
+ url: 'https://gensyn-testnet.explorer.alchemy.com',
45432
+ standard: 'EIP3091'
45433
+ }
45434
+ ],
45435
+ parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
45436
+ status: 'active'
45303
45437
  },
45304
45438
  {
45305
45439
  name: 'Gensyn Mainnet',
@@ -45307,10 +45441,23 @@ const chainArray = [
45307
45441
  rpc: [ 'https://gensyn-mainnet.g.alchemy.com/public' ],
45308
45442
  faucets: [],
45309
45443
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
45310
- infoURL: 'https://www.gensyn.ai/',
45444
+ infoURL: 'https://gensyn.network/',
45311
45445
  shortName: 'gensyn-mainnet',
45312
45446
  chainId: 685689,
45313
45447
  networkId: 685689,
45448
+ icon: 'gensyn',
45449
+ explorers: [
45450
+ {
45451
+ name: 'Gensyn Mainnet Explorer',
45452
+ url: 'https://gensyn-mainnet.explorer.alchemy.com',
45453
+ standard: 'EIP3091'
45454
+ }
45455
+ ],
45456
+ parent: {
45457
+ type: 'L2',
45458
+ chain: 'eip155-1',
45459
+ bridges: [ { url: 'https://stargate.finance/bridge' } ]
45460
+ },
45314
45461
  status: 'active'
45315
45462
  },
45316
45463
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.755",
3
+ "version": "0.0.757",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {