eth-chainlist 0.0.597 → 0.0.598
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 +8 -0
- package/data/chain.js +42 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.598 (2025-01-30)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.597 ([890973b](https://github.com/poowf/eth-chainlist/commit/890973bdf08f6bf380043e5c1edc65fd2fb38d4b))
|
9
|
+
* update chain data ([9415265](https://github.com/poowf/eth-chainlist/commit/94152658a14836c7451a78fcde0b0a0fffb00e83))
|
10
|
+
|
3
11
|
### 0.0.597 (2025-01-29)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -11735,6 +11735,25 @@ const chainArray = [
|
|
11735
11735
|
],
|
11736
11736
|
icon: 'alyx'
|
11737
11737
|
},
|
11738
|
+
{
|
11739
|
+
name: 'Story Homer Testnet',
|
11740
|
+
chain: 'Story Homer Testnet',
|
11741
|
+
rpc: [ 'https://devnet.storyrpc.io.' ],
|
11742
|
+
faucets: [],
|
11743
|
+
nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
|
11744
|
+
infoURL: 'https://story.foundation/',
|
11745
|
+
icon: 'story',
|
11746
|
+
shortName: 'styhmt',
|
11747
|
+
chainId: 1315,
|
11748
|
+
networkId: 1315,
|
11749
|
+
explorers: [
|
11750
|
+
{
|
11751
|
+
name: 'blockscout',
|
11752
|
+
url: 'https://devnet.storyscan.xyz',
|
11753
|
+
standard: 'EIP3091'
|
11754
|
+
}
|
11755
|
+
]
|
11756
|
+
},
|
11738
11757
|
{
|
11739
11758
|
name: 'AIA Mainnet',
|
11740
11759
|
chain: 'AIA',
|
@@ -22419,6 +22438,7 @@ const chainArray = [
|
|
22419
22438
|
{
|
22420
22439
|
name: 'Bitcoin Chain',
|
22421
22440
|
chain: 'BTC',
|
22441
|
+
icon: 'BTCChain',
|
22422
22442
|
rpc: [ 'https://rpc.bitcoinevm.org' ],
|
22423
22443
|
faucets: [],
|
22424
22444
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
@@ -22431,6 +22451,7 @@ const chainArray = [
|
|
22431
22451
|
{
|
22432
22452
|
name: 'E-Dollar',
|
22433
22453
|
chain: 'USD',
|
22454
|
+
icon: 'edollar',
|
22434
22455
|
rpc: [ 'https://rpc.e-dollar.org' ],
|
22435
22456
|
faucets: [],
|
22436
22457
|
nativeCurrency: { name: 'E-Dollar', symbol: 'USD', decimals: 18 },
|
@@ -36614,6 +36635,27 @@ const chainArray = [
|
|
36614
36635
|
}
|
36615
36636
|
]
|
36616
36637
|
},
|
36638
|
+
{
|
36639
|
+
name: 'CONET Mainnet',
|
36640
|
+
chain: 'CONET Mainnet',
|
36641
|
+
rpc: [ 'https://mainnet-rpc.conet.network' ],
|
36642
|
+
faucets: [],
|
36643
|
+
nativeCurrency: { name: 'CONET ETH', symbol: 'ETH', decimals: 18 },
|
36644
|
+
features: [ { name: 'EIP155' } ],
|
36645
|
+
infoURL: 'https://conet.network',
|
36646
|
+
shortName: 'conet-mainnet',
|
36647
|
+
chainId: 224400,
|
36648
|
+
networkId: 224400,
|
36649
|
+
slip44: 2147708048,
|
36650
|
+
icon: 'conet',
|
36651
|
+
explorers: [
|
36652
|
+
{
|
36653
|
+
name: 'CONET Mainnet Explorer',
|
36654
|
+
url: 'https://mainnet.conet.network',
|
36655
|
+
standard: 'EIP3091'
|
36656
|
+
}
|
36657
|
+
]
|
36658
|
+
},
|
36617
36659
|
{
|
36618
36660
|
name: 'CONET Sebolia Testnet',
|
36619
36661
|
chain: 'CONET',
|