eth-chainlist 0.0.397 → 0.0.398
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 +38 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.398 (2024-05-08)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.397 ([0a75086](https://github.com/poowf/eth-chainlist/commit/0a7508634fdb64c5bc4691dc1cfce0e7c05d10d6))
|
9
|
+
* update chain data ([0be2878](https://github.com/poowf/eth-chainlist/commit/0be2878612e5dff0061c919c5c887ff62127ec0d))
|
10
|
+
|
3
11
|
### 0.0.397 (2024-05-07)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -10792,6 +10792,25 @@ const chainArray = [
|
|
10792
10792
|
bridges: [ { url: 'https://bridge.dexilla.com' } ]
|
10793
10793
|
}
|
10794
10794
|
},
|
10795
|
+
{
|
10796
|
+
name: 'AIW3 Testnet',
|
10797
|
+
chain: 'AIW3',
|
10798
|
+
rpc: [ 'https://rpc-testnet.aiw3.io/' ],
|
10799
|
+
faucets: [],
|
10800
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
10801
|
+
infoURL: 'https://aiw3.io/',
|
10802
|
+
shortName: 'AIW3-Testnet',
|
10803
|
+
chainId: 1956,
|
10804
|
+
networkId: 1956,
|
10805
|
+
icon: 'aiw3',
|
10806
|
+
explorers: [
|
10807
|
+
{
|
10808
|
+
name: 'aiw3 testnet scan',
|
10809
|
+
url: 'https://scan-testnet.aiw3.io',
|
10810
|
+
standard: 'none'
|
10811
|
+
}
|
10812
|
+
]
|
10813
|
+
},
|
10795
10814
|
{
|
10796
10815
|
name: 'Selendra Network Mainnet',
|
10797
10816
|
chain: 'SEL',
|
@@ -11576,6 +11595,20 @@ const chainArray = [
|
|
11576
11595
|
chainId: 2044,
|
11577
11596
|
networkId: 2044
|
11578
11597
|
},
|
11598
|
+
{
|
11599
|
+
name: 'AIW3 Mainnet',
|
11600
|
+
chain: 'AIW3',
|
11601
|
+
status: 'incubating',
|
11602
|
+
rpc: [],
|
11603
|
+
faucets: [],
|
11604
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
11605
|
+
infoURL: 'https://aiw3.io/',
|
11606
|
+
shortName: 'AIW3',
|
11607
|
+
chainId: 2045,
|
11608
|
+
networkId: 2045,
|
11609
|
+
icon: 'aiw3',
|
11610
|
+
explorers: []
|
11611
|
+
},
|
11579
11612
|
{
|
11580
11613
|
name: 'Stratos Testnet',
|
11581
11614
|
chain: 'STOS',
|
@@ -12947,7 +12980,10 @@ const chainArray = [
|
|
12947
12980
|
name: 'Morph Holesky',
|
12948
12981
|
title: 'Morph Holesky Testnet',
|
12949
12982
|
chain: 'ETH',
|
12950
|
-
rpc: [
|
12983
|
+
rpc: [
|
12984
|
+
'https://rpc-holesky.morphl2.io',
|
12985
|
+
'https://rpc-quicknode-holesky.morphl2.io'
|
12986
|
+
],
|
12951
12987
|
faucets: [],
|
12952
12988
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12953
12989
|
infoURL: 'https://morphl2.io',
|
@@ -22332,7 +22368,7 @@ const chainArray = [
|
|
22332
22368
|
'wss://dodochain-testnet.alt.technology/ws'
|
22333
22369
|
],
|
22334
22370
|
faucets: [],
|
22335
|
-
nativeCurrency: { name: '
|
22371
|
+
nativeCurrency: { name: 'DODO', symbol: 'DODO', decimals: 18 },
|
22336
22372
|
infoURL: 'https://www.dodochain.com',
|
22337
22373
|
shortName: 'dodochain',
|
22338
22374
|
chainId: 53457,
|