eth-chainlist 0.0.666 → 0.0.668

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 +121 -17
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.668 (2025-07-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.667 ([f7ed30e](https://github.com/poowf/eth-chainlist/commit/f7ed30e6dd7597282901ea1d5b71cb25b3d78223))
9
+ * update chain data ([d51b7de](https://github.com/poowf/eth-chainlist/commit/d51b7de50e1683c234c900b246fb98871b6e8e48))
10
+
11
+ ### 0.0.667 (2025-06-27)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.666 ([6be7027](https://github.com/poowf/eth-chainlist/commit/6be7027ab1d761b00218a68d72b885c8f10cd9d8))
17
+ * update chain data ([d08e3bf](https://github.com/poowf/eth-chainlist/commit/d08e3bffb5a133aa937d336e8fa77c0810b32178))
18
+
3
19
  ### 0.0.666 (2025-06-24)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2959,10 +2959,7 @@ const chainArray = [
2959
2959
  name: 'Eteria Mainnet',
2960
2960
  chain: 'ERA',
2961
2961
  icon: 'eteria',
2962
- rpc: [
2963
- 'https://mainnet.eternalcoin.io/v1',
2964
- 'ws://mainnet.eternalcoin.io/v1/ws'
2965
- ],
2962
+ rpc: [ 'https://mainnet.eteria.io/v1' ],
2966
2963
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2967
2964
  faucets: [],
2968
2965
  nativeCurrency: { name: 'Eteria', symbol: 'ERA', decimals: 18 },
@@ -18182,7 +18179,7 @@ const chainArray = [
18182
18179
  faucets: [ 'https://faucet.botanixlabs.dev' ],
18183
18180
  nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
18184
18181
  infoURL: 'https://botanixlabs.xyz',
18185
- shortName: 'BTNX',
18182
+ shortName: 'BTNXt',
18186
18183
  chainId: 3636,
18187
18184
  networkId: 3636,
18188
18185
  slip44: 1,
@@ -18196,19 +18193,19 @@ const chainArray = [
18196
18193
  },
18197
18194
  {
18198
18195
  name: 'Botanix Mainnet',
18199
- chain: 'BTC',
18196
+ chain: 'BOTANIX',
18200
18197
  icon: 'botanix',
18201
- rpc: [ 'https://rpc.btxtestchain.com' ],
18202
- faucets: [ 'https://faucet.btxtestchain.com' ],
18198
+ rpc: [ 'https://rpc.botanixlabs.com' ],
18199
+ faucets: [],
18203
18200
  nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
18204
- infoURL: 'https://btxtestchain.com',
18205
- shortName: 'BTCm',
18201
+ infoURL: 'https://botanixlabs.com',
18202
+ shortName: 'BTNX',
18206
18203
  chainId: 3637,
18207
18204
  networkId: 3637,
18208
18205
  explorers: [
18209
18206
  {
18210
- name: 'Botanix',
18211
- url: 'https://btxtestchain.com',
18207
+ name: 'Botanix Explorer',
18208
+ url: 'https://botanixscan.io',
18212
18209
  standard: 'EIP3091'
18213
18210
  }
18214
18211
  ]
@@ -32656,6 +32653,28 @@ const chainArray = [
32656
32653
  ],
32657
32654
  parent: { type: 'L2', chain: 'eip155-11155111' }
32658
32655
  },
32656
+ {
32657
+ name: 'Reddio',
32658
+ title: 'Reddio mainnet L2 Rollup',
32659
+ chain: 'ETH',
32660
+ rpc: [ 'https://mainnet.reddio.com/rpc' ],
32661
+ faucets: [],
32662
+ nativeCurrency: { name: 'Reddio', symbol: 'RDO', decimals: 18 },
32663
+ infoURL: 'https://www.reddio.com',
32664
+ shortName: 'reddio',
32665
+ chainId: 50342,
32666
+ networkId: 50342,
32667
+ slip44: 1,
32668
+ explorers: [
32669
+ {
32670
+ name: 'blockscout',
32671
+ url: 'https://reddio.cloud.blockscout.com',
32672
+ icon: 'blockscout',
32673
+ standard: 'EIP3091'
32674
+ }
32675
+ ],
32676
+ parent: { type: 'L2', chain: 'eip155-1' }
32677
+ },
32659
32678
  {
32660
32679
  name: 'STB Testnet',
32661
32680
  chain: 'STB Testnet',
@@ -36634,6 +36653,35 @@ const chainArray = [
36634
36653
  networkId: 98881,
36635
36654
  status: 'incubating'
36636
36655
  },
36656
+ {
36657
+ name: 'Pay1 Network',
36658
+ chainId: 98964,
36659
+ shortName: 'pay1',
36660
+ chain: 'PAY1',
36661
+ networkId: 98964,
36662
+ icon: 'pay1',
36663
+ nativeCurrency: { name: 'Pay1', symbol: 'Pay1', decimals: 18 },
36664
+ rpc: [
36665
+ 'https://rpc.pay1coin.com',
36666
+ 'https://rpc0.pay1coin.com',
36667
+ 'https://rpc1.pay1coin.com',
36668
+ 'https://rpc2.pay1coin.com',
36669
+ 'wss://ws.pay1coin.com',
36670
+ 'wss://ws0.pay1coin.com',
36671
+ 'wss://ws1.pay1coin.com',
36672
+ 'wss://ws2.pay1coin.com'
36673
+ ],
36674
+ faucets: [],
36675
+ explorers: [
36676
+ {
36677
+ name: 'Pay1Scan',
36678
+ url: 'https://pay1scan.io',
36679
+ icon: 'pay1scan',
36680
+ standard: 'EIP3091'
36681
+ }
36682
+ ],
36683
+ infoURL: 'https://pay1coin.com'
36684
+ },
36637
36685
  {
36638
36686
  name: 'Superposition Testnet',
36639
36687
  title: 'Sperposition Testnet',
@@ -36989,6 +37037,46 @@ const chainArray = [
36989
37037
  explorers: [],
36990
37038
  status: 'deprecated'
36991
37039
  },
37040
+ {
37041
+ name: 'DeInfra Mainnet',
37042
+ chain: 'DeInfraMainnet',
37043
+ rpc: [ 'https://c100501n3.deinfra.net:443/jsonrpc' ],
37044
+ faucets: [],
37045
+ nativeCurrency: { name: 'SK', symbol: 'SK', decimals: 18 },
37046
+ icon: 'deinfra',
37047
+ infoURL: 'https://deinfra.net',
37048
+ shortName: 'deinfra-mainnet',
37049
+ chainId: 100501,
37050
+ networkId: 100501,
37051
+ explorers: [
37052
+ {
37053
+ name: 'Deinfra Mainnet Network Explorer',
37054
+ url: 'https://explorer.deinfra.net',
37055
+ standard: 'EIP3091'
37056
+ }
37057
+ ]
37058
+ },
37059
+ {
37060
+ name: 'Monsoon ',
37061
+ chain: 'MONSOON',
37062
+ rpc: [ 'https://monsoon.rainfall.one' ],
37063
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
37064
+ faucets: [],
37065
+ nativeCurrency: { name: 'RDP', symbol: 'RDP', decimals: 18 },
37066
+ infoURL: '',
37067
+ shortName: 'monsoon',
37068
+ chainId: 100610,
37069
+ networkId: 100610,
37070
+ icon: 'monsoon',
37071
+ explorers: [
37072
+ {
37073
+ name: 'Monsoon Scan',
37074
+ url: 'https://scout.monsoon.rainfall.one',
37075
+ icon: 'monsoon',
37076
+ standard: 'EIP3091'
37077
+ }
37078
+ ]
37079
+ },
36992
37080
  {
36993
37081
  name: 'Socotra JUNE-Chain',
36994
37082
  chain: 'Socotra JUNE-Chain',
@@ -41509,7 +41597,7 @@ const chainArray = [
41509
41597
  {
41510
41598
  name: 'katana',
41511
41599
  chain: 'katana',
41512
- rpc: [ 'https://rpc.katanarpc.com', 'https://rpc.katana.network' ],
41600
+ rpc: [ 'https://rpc.katana.network' ],
41513
41601
  faucets: [],
41514
41602
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
41515
41603
  infoURL: 'https://katana.network',
@@ -46495,6 +46583,25 @@ const chainArray = [
46495
46583
  }
46496
46584
  ]
46497
46585
  },
46586
+ {
46587
+ name: 'DeInfra Devnet3',
46588
+ chain: 'DeInfraDev3',
46589
+ rpc: [ 'https://c3n1.thepower.io/jsonrpc' ],
46590
+ faucets: [ 'https://faucet.thepower.io/' ],
46591
+ nativeCurrency: { name: 'dev3SK', symbol: 'dSK', decimals: 18 },
46592
+ icon: 'deinfra',
46593
+ infoURL: 'https://deinfra.net',
46594
+ shortName: 'deinfra-dev3',
46595
+ chainId: 1000000003,
46596
+ networkId: 1000000003,
46597
+ explorers: [
46598
+ {
46599
+ name: 'Deinfra Devnet Chain 3 Network Explorer',
46600
+ url: 'https://bs.thepower.io',
46601
+ standard: 'EIP3091'
46602
+ }
46603
+ ]
46604
+ },
46498
46605
  {
46499
46606
  name: 'SKALE Titan Hub Testnet',
46500
46607
  title: 'SKALE Titan Hub Testnet',
@@ -46991,10 +47098,7 @@ const chainArray = [
46991
47098
  name: 'Status Network Sepolia',
46992
47099
  title: 'Status Network Sepolia',
46993
47100
  chain: 'ETH',
46994
- rpc: [
46995
- 'https://public.sepolia.rpc.status.network',
46996
- 'wss://status-sepolia-rpc.eu-north-2.gateway.fm/ws'
46997
- ],
47101
+ rpc: [ 'https://public.sepolia.rpc.status.network' ],
46998
47102
  faucets: [ 'https://faucet.status.network/' ],
46999
47103
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
47000
47104
  infoURL: 'https://status.network',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.666",
3
+ "version": "0.0.668",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {