eth-chainlist 0.0.613 → 0.0.615
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 +78 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.615 (2025-02-17)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.614 ([b114eec](https://github.com/poowf/eth-chainlist/commit/b114eeca7802e36b18e117d354f5e9ae99a9433d))
|
9
|
+
* update chain data ([57060c3](https://github.com/poowf/eth-chainlist/commit/57060c36fb0058180489b8590a900609bb5ba651))
|
10
|
+
|
11
|
+
### 0.0.614 (2025-02-16)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.613 ([aec2f27](https://github.com/poowf/eth-chainlist/commit/aec2f2710d00aa2d8337bea22e4f24eac2bcd552))
|
17
|
+
* update chain data ([f54c22d](https://github.com/poowf/eth-chainlist/commit/f54c22d8d15376d3030a349d687898d39edf149d))
|
18
|
+
|
3
19
|
### 0.0.613 (2025-02-14)
|
4
20
|
|
5
21
|
|
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',
|
@@ -39574,6 +39586,25 @@ const chainArray = [
|
|
39574
39586
|
}
|
39575
39587
|
]
|
39576
39588
|
},
|
39589
|
+
{
|
39590
|
+
name: 'Emeraldz',
|
39591
|
+
chain: 'EMED',
|
39592
|
+
rpc: [ 'https://public.0xrpc.com/789789' ],
|
39593
|
+
faucets: [],
|
39594
|
+
nativeCurrency: { name: 'EMERALDZ', symbol: 'EMED', decimals: 18 },
|
39595
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
39596
|
+
infoURL: 'https://emeraldzscan.com',
|
39597
|
+
shortName: 'emed',
|
39598
|
+
chainId: 789789,
|
39599
|
+
networkId: 789789,
|
39600
|
+
explorers: [
|
39601
|
+
{
|
39602
|
+
name: 'Emeraldz Explorer',
|
39603
|
+
url: 'https://emeraldzscan.com',
|
39604
|
+
standard: 'EIP3091'
|
39605
|
+
}
|
39606
|
+
]
|
39607
|
+
},
|
39577
39608
|
{
|
39578
39609
|
name: 'OctaSpace',
|
39579
39610
|
chain: 'OCTA',
|
@@ -43625,6 +43656,19 @@ const chainArray = [
|
|
43625
43656
|
}
|
43626
43657
|
]
|
43627
43658
|
},
|
43659
|
+
{
|
43660
|
+
name: 'Asset Hub',
|
43661
|
+
chain: 'DOT',
|
43662
|
+
rpc: [ 'https://asset-hub-eth-rpc.polkadot.io' ],
|
43663
|
+
faucets: [],
|
43664
|
+
nativeCurrency: { name: 'DOT', symbol: 'DOT', decimals: 18 },
|
43665
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
43666
|
+
infoURL: 'https://polkadot.network',
|
43667
|
+
shortName: 'AH',
|
43668
|
+
chainId: 420420419,
|
43669
|
+
networkId: 420420419,
|
43670
|
+
explorers: []
|
43671
|
+
},
|
43628
43672
|
{
|
43629
43673
|
name: 'Westend Asset Hub',
|
43630
43674
|
chain: 'WST',
|
@@ -45016,6 +45060,27 @@ const chainArray = [
|
|
45016
45060
|
},
|
45017
45061
|
status: 'active'
|
45018
45062
|
},
|
45063
|
+
{
|
45064
|
+
name: 'ALDChain Testnet',
|
45065
|
+
chain: 'ALD',
|
45066
|
+
rpc: [ 'https://testnet-rpc.aldrickb.xyz' ],
|
45067
|
+
faucets: [ 'https://faucet.aldrickb.xyz' ],
|
45068
|
+
nativeCurrency: { name: 'ALD Token', symbol: 'ALD', decimals: 18 },
|
45069
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
45070
|
+
infoURL: 'https://aldrickb.com/projects',
|
45071
|
+
shortName: 'ald',
|
45072
|
+
chainId: 96737205180,
|
45073
|
+
networkId: 96737205180,
|
45074
|
+
icon: 'aldrickb',
|
45075
|
+
explorers: [
|
45076
|
+
{
|
45077
|
+
name: 'ALDChain Testnet Explorer',
|
45078
|
+
url: 'https://testnet-explorer.aldrickb.xyz',
|
45079
|
+
icon: 'aldrickb',
|
45080
|
+
standard: 'EIP3091'
|
45081
|
+
}
|
45082
|
+
]
|
45083
|
+
},
|
45019
45084
|
{
|
45020
45085
|
name: 'Kakarot Sepolia Deprecated',
|
45021
45086
|
chain: 'ETH',
|
@@ -45295,6 +45360,19 @@ const chainArray = [
|
|
45295
45360
|
}
|
45296
45361
|
]
|
45297
45362
|
},
|
45363
|
+
{
|
45364
|
+
name: 'Smart Pay Mobile Money',
|
45365
|
+
chain: 'Mobile Money',
|
45366
|
+
rpc: [ 'https://network.uat.smartmoneyewallet.com/' ],
|
45367
|
+
faucets: [],
|
45368
|
+
nativeCurrency: { name: 'SmartPay Mobile Money', symbol: 'SMRTP', decimals: 18 },
|
45369
|
+
features: [ { name: 'EIP155' } ],
|
45370
|
+
infoURL: 'https://network.uat.smartmoneyewallet.com/',
|
45371
|
+
shortName: 'SmartPay',
|
45372
|
+
chainId: 666301179999,
|
45373
|
+
networkId: 666301179999,
|
45374
|
+
icon: 'smartpay'
|
45375
|
+
},
|
45298
45376
|
{
|
45299
45377
|
name: 'Molereum Network',
|
45300
45378
|
chain: 'ETH',
|