eth-chainlist 0.0.349 → 0.0.351
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 +26 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.351 (2024-02-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.350 ([1127321](https://github.com/poowf/eth-chainlist/commit/1127321d21070007870b042cdb3f75a8ed80dc73))
|
9
|
+
* update chain data ([f1a60c4](https://github.com/poowf/eth-chainlist/commit/f1a60c4abb7a4b8d0563b3d1ff14d5ba048e708d))
|
10
|
+
|
11
|
+
### 0.0.350 (2024-02-28)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.349 ([c0d5c7c](https://github.com/poowf/eth-chainlist/commit/c0d5c7cc5ef59d5785bdb1257ad7884c512c6c33))
|
17
|
+
* update chain data ([de600cb](https://github.com/poowf/eth-chainlist/commit/de600cbd05bd6ef673a181ff9025dcc266ef3dc2))
|
18
|
+
|
3
19
|
### 0.0.349 (2024-02-27)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -11099,7 +11099,7 @@ const chainArray = [
|
|
11099
11099
|
icon: 'karak',
|
11100
11100
|
rpc: [ 'https://rpc.karak.network' ],
|
11101
11101
|
faucets: [],
|
11102
|
-
nativeCurrency: { name: '
|
11102
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
11103
11103
|
infoURL: 'https://karak.network',
|
11104
11104
|
shortName: 'karak-mainnet',
|
11105
11105
|
chainId: 2410,
|
@@ -12277,7 +12277,7 @@ const chainArray = [
|
|
12277
12277
|
{
|
12278
12278
|
name: 'APEX Testnet',
|
12279
12279
|
chain: 'ETH',
|
12280
|
-
rpc: [ 'https://
|
12280
|
+
rpc: [ 'https://rpc-testnet.apexlayer.xyz' ],
|
12281
12281
|
faucets: [ 'https://sepoliafaucet.com/' ],
|
12282
12282
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
12283
12283
|
infoURL: 'https://docs.apexlayer.xyz/',
|
@@ -24902,6 +24902,27 @@ const chainArray = [
|
|
24902
24902
|
},
|
24903
24903
|
{
|
24904
24904
|
name: 'Autonity Bakerloo (Barada) Testnet',
|
24905
|
+
status: 'deprecated',
|
24906
|
+
chain: 'AUT',
|
24907
|
+
rpc: [],
|
24908
|
+
faucets: [ 'https://faucet.autonity.org/' ],
|
24909
|
+
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
24910
|
+
infoURL: 'https://autonity.org/',
|
24911
|
+
shortName: 'bakerloo-01',
|
24912
|
+
chainId: 65010001,
|
24913
|
+
networkId: 65010001,
|
24914
|
+
slip44: 1,
|
24915
|
+
icon: 'autonity',
|
24916
|
+
explorers: [
|
24917
|
+
{
|
24918
|
+
name: 'autonity-blockscout',
|
24919
|
+
url: 'https://bakerloo.autonity.org',
|
24920
|
+
standard: 'EIP3091'
|
24921
|
+
}
|
24922
|
+
]
|
24923
|
+
},
|
24924
|
+
{
|
24925
|
+
name: 'Autonity Bakerloo (Sumida) Testnet',
|
24905
24926
|
chain: 'AUT',
|
24906
24927
|
rpc: [
|
24907
24928
|
'https://rpc1.bakerloo.autonity.org/',
|
@@ -24910,9 +24931,9 @@ const chainArray = [
|
|
24910
24931
|
faucets: [ 'https://faucet.autonity.org/' ],
|
24911
24932
|
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
24912
24933
|
infoURL: 'https://autonity.org/',
|
24913
|
-
shortName: 'bakerloo-
|
24914
|
-
chainId:
|
24915
|
-
networkId:
|
24934
|
+
shortName: 'bakerloo-02',
|
24935
|
+
chainId: 65010002,
|
24936
|
+
networkId: 65010002,
|
24916
24937
|
slip44: 1,
|
24917
24938
|
icon: 'autonity',
|
24918
24939
|
explorers: [
|