eth-chainlist 0.0.759 → 0.0.760
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 +22 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.760 (2026-04-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.759 ([58931a9](https://github.com/poowf/eth-chainlist/commit/58931a90398815df89bd73483945e559dbbbd28a))
|
|
9
|
+
* update chain data ([a26468d](https://github.com/poowf/eth-chainlist/commit/a26468d4254c55d67988ab5bd9865d173c0c291f))
|
|
10
|
+
|
|
3
11
|
### 0.0.759 (2026-04-27)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -31151,6 +31151,27 @@ const chainArray = [
|
|
|
31151
31151
|
}
|
|
31152
31152
|
]
|
|
31153
31153
|
},
|
|
31154
|
+
{
|
|
31155
|
+
name: 'SuperAIChain Mainnet',
|
|
31156
|
+
chain: 'SuperAIChain',
|
|
31157
|
+
icon: 'superaichain',
|
|
31158
|
+
rpc: [ 'https://rpc.superaichain.ai' ],
|
|
31159
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
31160
|
+
faucets: [],
|
|
31161
|
+
nativeCurrency: { name: 'SUP', symbol: 'SUP', decimals: 18 },
|
|
31162
|
+
infoURL: 'https://superaichain.ai',
|
|
31163
|
+
shortName: 'sup',
|
|
31164
|
+
chainId: 19998,
|
|
31165
|
+
networkId: 19998,
|
|
31166
|
+
slip44: 60,
|
|
31167
|
+
explorers: [
|
|
31168
|
+
{
|
|
31169
|
+
name: 'SuperAIChain Explorer',
|
|
31170
|
+
url: 'https://scan.superaichain.ai',
|
|
31171
|
+
standard: 'EIP3091'
|
|
31172
|
+
}
|
|
31173
|
+
]
|
|
31174
|
+
},
|
|
31154
31175
|
{
|
|
31155
31176
|
name: 'Camelark Mainnet',
|
|
31156
31177
|
chainId: 20001,
|
|
@@ -41816,7 +41837,7 @@ const chainArray = [
|
|
|
41816
41837
|
]
|
|
41817
41838
|
},
|
|
41818
41839
|
{
|
|
41819
|
-
name: 'Taiko
|
|
41840
|
+
name: 'Taiko',
|
|
41820
41841
|
chain: 'ETH',
|
|
41821
41842
|
status: 'active',
|
|
41822
41843
|
icon: 'taiko',
|
|
@@ -41836,11 +41857,6 @@ const chainArray = [
|
|
|
41836
41857
|
name: 'etherscan',
|
|
41837
41858
|
url: 'https://taikoscan.io',
|
|
41838
41859
|
standard: 'EIP3091'
|
|
41839
|
-
},
|
|
41840
|
-
{
|
|
41841
|
-
name: 'Routescan',
|
|
41842
|
-
url: 'https://taikoexplorer.com',
|
|
41843
|
-
standard: 'EIP3091'
|
|
41844
41860
|
}
|
|
41845
41861
|
]
|
|
41846
41862
|
},
|