eth-chainlist 0.0.613 → 0.0.614
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 +59 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.614 (2025-02-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.613 ([aec2f27](https://github.com/poowf/eth-chainlist/commit/aec2f2710d00aa2d8337bea22e4f24eac2bcd552))
|
9
|
+
* update chain data ([f54c22d](https://github.com/poowf/eth-chainlist/commit/f54c22d8d15376d3030a349d687898d39edf149d))
|
10
|
+
|
3
11
|
### 0.0.613 (2025-02-14)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -36772,6 +36772,18 @@ const chainArray = [
|
|
36772
36772
|
}
|
36773
36773
|
]
|
36774
36774
|
},
|
36775
|
+
{
|
36776
|
+
name: 'Alterscope',
|
36777
|
+
chain: 'Alterscope',
|
36778
|
+
rpc: [],
|
36779
|
+
faucets: [],
|
36780
|
+
nativeCurrency: { name: 'RISK', symbol: 'RISK', decimals: 18 },
|
36781
|
+
infoURL: 'https://alterscope.org',
|
36782
|
+
shortName: 'Alterscope',
|
36783
|
+
chainId: 202209,
|
36784
|
+
networkId: 202209,
|
36785
|
+
status: 'incubating'
|
36786
|
+
},
|
36775
36787
|
{
|
36776
36788
|
name: 'X1 Devnet',
|
36777
36789
|
chain: 'X1',
|
@@ -43625,6 +43637,19 @@ const chainArray = [
|
|
43625
43637
|
}
|
43626
43638
|
]
|
43627
43639
|
},
|
43640
|
+
{
|
43641
|
+
name: 'Asset Hub',
|
43642
|
+
chain: 'DOT',
|
43643
|
+
rpc: [ 'https://asset-hub-eth-rpc.polkadot.io' ],
|
43644
|
+
faucets: [],
|
43645
|
+
nativeCurrency: { name: 'DOT', symbol: 'DOT', decimals: 18 },
|
43646
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
43647
|
+
infoURL: 'https://polkadot.network',
|
43648
|
+
shortName: 'AH',
|
43649
|
+
chainId: 420420419,
|
43650
|
+
networkId: 420420419,
|
43651
|
+
explorers: []
|
43652
|
+
},
|
43628
43653
|
{
|
43629
43654
|
name: 'Westend Asset Hub',
|
43630
43655
|
chain: 'WST',
|
@@ -45016,6 +45041,27 @@ const chainArray = [
|
|
45016
45041
|
},
|
45017
45042
|
status: 'active'
|
45018
45043
|
},
|
45044
|
+
{
|
45045
|
+
name: 'ALDChain Testnet',
|
45046
|
+
chain: 'ALD',
|
45047
|
+
rpc: [ 'https://testnet-rpc.aldrickb.xyz' ],
|
45048
|
+
faucets: [ 'https://faucet.aldrickb.xyz' ],
|
45049
|
+
nativeCurrency: { name: 'ALD Token', symbol: 'ALD', decimals: 18 },
|
45050
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
45051
|
+
infoURL: 'https://aldrickb.com/projects',
|
45052
|
+
shortName: 'ald',
|
45053
|
+
chainId: 96737205180,
|
45054
|
+
networkId: 96737205180,
|
45055
|
+
icon: 'aldrickb',
|
45056
|
+
explorers: [
|
45057
|
+
{
|
45058
|
+
name: 'ALDChain Testnet Explorer',
|
45059
|
+
url: 'https://testnet-explorer.aldrickb.xyz',
|
45060
|
+
icon: 'aldrickb',
|
45061
|
+
standard: 'EIP3091'
|
45062
|
+
}
|
45063
|
+
]
|
45064
|
+
},
|
45019
45065
|
{
|
45020
45066
|
name: 'Kakarot Sepolia Deprecated',
|
45021
45067
|
chain: 'ETH',
|
@@ -45295,6 +45341,19 @@ const chainArray = [
|
|
45295
45341
|
}
|
45296
45342
|
]
|
45297
45343
|
},
|
45344
|
+
{
|
45345
|
+
name: 'Smart Pay Mobile Money',
|
45346
|
+
chain: 'Mobile Money',
|
45347
|
+
rpc: [ 'https://network.uat.smartmoneyewallet.com/' ],
|
45348
|
+
faucets: [],
|
45349
|
+
nativeCurrency: { name: 'SmartPay Mobile Money', symbol: 'SMRTP', decimals: 18 },
|
45350
|
+
features: [ { name: 'EIP155' } ],
|
45351
|
+
infoURL: 'https://network.uat.smartmoneyewallet.com/',
|
45352
|
+
shortName: 'SmartPay',
|
45353
|
+
chainId: 666301179999,
|
45354
|
+
networkId: 666301179999,
|
45355
|
+
icon: 'smartpay'
|
45356
|
+
},
|
45298
45357
|
{
|
45299
45358
|
name: 'Molereum Network',
|
45300
45359
|
chain: 'ETH',
|