eth-chainlist 0.0.667 → 0.0.669
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.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +180 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.669 (2025-07-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.668 ([8e5e260](https://github.com/poowf/eth-chainlist/commit/8e5e260e3665cf75f571652ff53f152e2de672fb))
|
9
|
+
* update chain data ([3fe5ab9](https://github.com/poowf/eth-chainlist/commit/3fe5ab99fb1297e29142b5cc0f677cd4664b2bfd))
|
10
|
+
|
11
|
+
### 0.0.668 (2025-07-04)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.667 ([f7ed30e](https://github.com/poowf/eth-chainlist/commit/f7ed30e6dd7597282901ea1d5b71cb25b3d78223))
|
17
|
+
* update chain data ([d51b7de](https://github.com/poowf/eth-chainlist/commit/d51b7de50e1683c234c900b246fb98871b6e8e48))
|
18
|
+
|
3
19
|
### 0.0.667 (2025-06-27)
|
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 },
|
@@ -22560,6 +22557,48 @@ const chainArray = [
|
|
22560
22557
|
}
|
22561
22558
|
]
|
22562
22559
|
},
|
22560
|
+
{
|
22561
|
+
name: 'Rome Mainnet 0 Palatine',
|
22562
|
+
chain: 'ROME',
|
22563
|
+
rpc: [ 'https://palatine-i.mainnet-0.romeprotocol.xyz' ],
|
22564
|
+
faucets: [ 'https://deposit.mainnet-0.romeprotocol.xyz' ],
|
22565
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
22566
|
+
infoURL: 'https://rome.builders',
|
22567
|
+
shortName: 'rome-mainnet-0-palatine',
|
22568
|
+
chainId: 7531,
|
22569
|
+
networkId: 7531,
|
22570
|
+
icon: 'rome',
|
22571
|
+
explorers: [
|
22572
|
+
{
|
22573
|
+
name: 'Rome Mainnet 0 Palatine Explorer',
|
22574
|
+
url: 'https://romescout-palatine-i.mainnet-0.romeprotocol.xyz',
|
22575
|
+
icon: 'rome',
|
22576
|
+
standard: 'EIP3091'
|
22577
|
+
}
|
22578
|
+
],
|
22579
|
+
status: 'active'
|
22580
|
+
},
|
22581
|
+
{
|
22582
|
+
name: 'Rome Mainnet 0 Aventine',
|
22583
|
+
chain: 'ROME',
|
22584
|
+
rpc: [ 'https://aventine-i.mainnet-0.romeprotocol.xyz' ],
|
22585
|
+
faucets: [ 'https://deposit.mainnet-0.romeprotocol.xyz' ],
|
22586
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
22587
|
+
infoURL: 'https://rome.builders',
|
22588
|
+
shortName: 'rome-mainnet-0-aventine',
|
22589
|
+
chainId: 7532,
|
22590
|
+
networkId: 7532,
|
22591
|
+
icon: 'rome',
|
22592
|
+
explorers: [
|
22593
|
+
{
|
22594
|
+
name: 'Rome Mainnet 0 Aventine Explorer',
|
22595
|
+
url: 'https://romescout-aventine-i.mainnet-0.romeprotocol.xyz',
|
22596
|
+
icon: 'rome',
|
22597
|
+
standard: 'EIP3091'
|
22598
|
+
}
|
22599
|
+
],
|
22600
|
+
status: 'active'
|
22601
|
+
},
|
22563
22602
|
{
|
22564
22603
|
name: 'Cyber Mainnet',
|
22565
22604
|
chain: 'Cyber',
|
@@ -36656,6 +36695,35 @@ const chainArray = [
|
|
36656
36695
|
networkId: 98881,
|
36657
36696
|
status: 'incubating'
|
36658
36697
|
},
|
36698
|
+
{
|
36699
|
+
name: 'Pay1 Network',
|
36700
|
+
chainId: 98964,
|
36701
|
+
shortName: 'pay1',
|
36702
|
+
chain: 'PAY1',
|
36703
|
+
networkId: 98964,
|
36704
|
+
icon: 'pay1',
|
36705
|
+
nativeCurrency: { name: 'Pay1', symbol: 'Pay1', decimals: 18 },
|
36706
|
+
rpc: [
|
36707
|
+
'https://rpc.pay1coin.com',
|
36708
|
+
'https://rpc0.pay1coin.com',
|
36709
|
+
'https://rpc1.pay1coin.com',
|
36710
|
+
'https://rpc2.pay1coin.com',
|
36711
|
+
'wss://ws.pay1coin.com',
|
36712
|
+
'wss://ws0.pay1coin.com',
|
36713
|
+
'wss://ws1.pay1coin.com',
|
36714
|
+
'wss://ws2.pay1coin.com'
|
36715
|
+
],
|
36716
|
+
faucets: [],
|
36717
|
+
explorers: [
|
36718
|
+
{
|
36719
|
+
name: 'Pay1Scan',
|
36720
|
+
url: 'https://pay1scan.io',
|
36721
|
+
icon: 'pay1scan',
|
36722
|
+
standard: 'EIP3091'
|
36723
|
+
}
|
36724
|
+
],
|
36725
|
+
infoURL: 'https://pay1coin.com'
|
36726
|
+
},
|
36659
36727
|
{
|
36660
36728
|
name: 'Superposition Testnet',
|
36661
36729
|
title: 'Sperposition Testnet',
|
@@ -37030,6 +37098,27 @@ const chainArray = [
|
|
37030
37098
|
}
|
37031
37099
|
]
|
37032
37100
|
},
|
37101
|
+
{
|
37102
|
+
name: 'Monsoon ',
|
37103
|
+
chain: 'MONSOON',
|
37104
|
+
rpc: [ 'https://monsoon.rainfall.one' ],
|
37105
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
37106
|
+
faucets: [],
|
37107
|
+
nativeCurrency: { name: 'RDP', symbol: 'RDP', decimals: 18 },
|
37108
|
+
infoURL: '',
|
37109
|
+
shortName: 'monsoon',
|
37110
|
+
chainId: 100610,
|
37111
|
+
networkId: 100610,
|
37112
|
+
icon: 'monsoon',
|
37113
|
+
explorers: [
|
37114
|
+
{
|
37115
|
+
name: 'Monsoon Scan',
|
37116
|
+
url: 'https://scout.monsoon.rainfall.one',
|
37117
|
+
icon: 'monsoon',
|
37118
|
+
standard: 'EIP3091'
|
37119
|
+
}
|
37120
|
+
]
|
37121
|
+
},
|
37033
37122
|
{
|
37034
37123
|
name: 'Socotra JUNE-Chain',
|
37035
37124
|
chain: 'Socotra JUNE-Chain',
|
@@ -37645,6 +37734,90 @@ const chainArray = [
|
|
37645
37734
|
}
|
37646
37735
|
]
|
37647
37736
|
},
|
37737
|
+
{
|
37738
|
+
name: 'Rome Devnet Esquiline',
|
37739
|
+
chain: 'ROME',
|
37740
|
+
rpc: [ 'https://esquiline-i.devnet.romeprotocol.xyz' ],
|
37741
|
+
faucets: [ 'https://deposit.devnet.romeprotocol.xyz' ],
|
37742
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
37743
|
+
infoURL: 'https://rome.builders',
|
37744
|
+
shortName: 'rome-devnet-esquiline',
|
37745
|
+
chainId: 121212,
|
37746
|
+
networkId: 121212,
|
37747
|
+
icon: 'rome',
|
37748
|
+
explorers: [
|
37749
|
+
{
|
37750
|
+
name: 'Rome Devnet Esquiline Explorer',
|
37751
|
+
url: 'https://romescout-esquiline-i.devnet.romeprotocol.xyz',
|
37752
|
+
icon: 'rome',
|
37753
|
+
standard: 'EIP3091'
|
37754
|
+
}
|
37755
|
+
],
|
37756
|
+
status: 'active'
|
37757
|
+
},
|
37758
|
+
{
|
37759
|
+
name: 'Rome Devnet Subura',
|
37760
|
+
chain: 'ROME',
|
37761
|
+
rpc: [ 'https://subura-i.devnet.romeprotocol.xyz' ],
|
37762
|
+
faucets: [ 'https://deposit.devnet.romeprotocol.xyz' ],
|
37763
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
37764
|
+
infoURL: 'https://rome.builders',
|
37765
|
+
shortName: 'rome-devnet-subura',
|
37766
|
+
chainId: 121213,
|
37767
|
+
networkId: 121213,
|
37768
|
+
icon: 'rome',
|
37769
|
+
explorers: [
|
37770
|
+
{
|
37771
|
+
name: 'Rome Devnet Subura Explorer',
|
37772
|
+
url: 'https://romescout-subura-i.devnet.romeprotocol.xyz',
|
37773
|
+
icon: 'rome',
|
37774
|
+
standard: 'EIP3091'
|
37775
|
+
}
|
37776
|
+
],
|
37777
|
+
status: 'active'
|
37778
|
+
},
|
37779
|
+
{
|
37780
|
+
name: 'Rome Testnet Martius',
|
37781
|
+
chain: 'ROME',
|
37782
|
+
rpc: [ 'https://martius-i.testnet.romeprotocol.xyz' ],
|
37783
|
+
faucets: [ 'https://deposit.testnet.romeprotocol.xyz' ],
|
37784
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
37785
|
+
infoURL: 'https://rome.builders',
|
37786
|
+
shortName: 'rome-testnet-martius',
|
37787
|
+
chainId: 121214,
|
37788
|
+
networkId: 121214,
|
37789
|
+
icon: 'rome',
|
37790
|
+
explorers: [
|
37791
|
+
{
|
37792
|
+
name: 'Rome Testnet Martius Explorer',
|
37793
|
+
url: 'https://romescout-martius-i.testnet.romeprotocol.xyz',
|
37794
|
+
icon: 'rome',
|
37795
|
+
standard: 'EIP3091'
|
37796
|
+
}
|
37797
|
+
],
|
37798
|
+
status: 'active'
|
37799
|
+
},
|
37800
|
+
{
|
37801
|
+
name: 'Rome Testnet Caelian',
|
37802
|
+
chain: 'ROME',
|
37803
|
+
rpc: [ 'https://caelian-i.testnet.romeprotocol.xyz' ],
|
37804
|
+
faucets: [ 'https://deposit.testnet.romeprotocol.xyz' ],
|
37805
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
37806
|
+
infoURL: 'https://rome.builders',
|
37807
|
+
shortName: 'rome-testnet-caelian',
|
37808
|
+
chainId: 121215,
|
37809
|
+
networkId: 121215,
|
37810
|
+
icon: 'rome',
|
37811
|
+
explorers: [
|
37812
|
+
{
|
37813
|
+
name: 'Rome Testnet Caelian Explorer',
|
37814
|
+
url: 'https://romescout-caelian-i.testnet.romeprotocol.xyz',
|
37815
|
+
icon: 'rome',
|
37816
|
+
standard: 'EIP3091'
|
37817
|
+
}
|
37818
|
+
],
|
37819
|
+
status: 'active'
|
37820
|
+
},
|
37648
37821
|
{
|
37649
37822
|
name: 'Fushuma',
|
37650
37823
|
chain: 'Fushuma',
|
@@ -41550,7 +41723,7 @@ const chainArray = [
|
|
41550
41723
|
{
|
41551
41724
|
name: 'katana',
|
41552
41725
|
chain: 'katana',
|
41553
|
-
rpc: [ 'https://rpc.
|
41726
|
+
rpc: [ 'https://rpc.katana.network' ],
|
41554
41727
|
faucets: [],
|
41555
41728
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
41556
41729
|
infoURL: 'https://katana.network',
|
@@ -46539,7 +46712,7 @@ const chainArray = [
|
|
46539
46712
|
{
|
46540
46713
|
name: 'DeInfra Devnet3',
|
46541
46714
|
chain: 'DeInfraDev3',
|
46542
|
-
rpc: [ 'https://c3n1.thepower.io
|
46715
|
+
rpc: [ 'https://c3n1.thepower.io/jsonrpc' ],
|
46543
46716
|
faucets: [ 'https://faucet.thepower.io/' ],
|
46544
46717
|
nativeCurrency: { name: 'dev3SK', symbol: 'dSK', decimals: 18 },
|
46545
46718
|
icon: 'deinfra',
|
@@ -47051,10 +47224,7 @@ const chainArray = [
|
|
47051
47224
|
name: 'Status Network Sepolia',
|
47052
47225
|
title: 'Status Network Sepolia',
|
47053
47226
|
chain: 'ETH',
|
47054
|
-
rpc: [
|
47055
|
-
'https://public.sepolia.rpc.status.network',
|
47056
|
-
'wss://status-sepolia-rpc.eu-north-2.gateway.fm/ws'
|
47057
|
-
],
|
47227
|
+
rpc: [ 'https://public.sepolia.rpc.status.network' ],
|
47058
47228
|
faucets: [ 'https://faucet.status.network/' ],
|
47059
47229
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
47060
47230
|
infoURL: 'https://status.network',
|