eth-chainlist 0.0.368 → 0.0.369
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.369 (2024-04-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.368 ([c66e640](https://github.com/poowf/eth-chainlist/commit/c66e6408594405efe6d98f13183ef1f8960d856e))
|
9
|
+
* update chain data ([090c689](https://github.com/poowf/eth-chainlist/commit/090c6897e2b9063265a1227eece2ec5106bf97ef))
|
10
|
+
|
3
11
|
### 0.0.368 (2024-04-02)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -17176,6 +17176,26 @@ const chainArray = [
|
|
17176
17176
|
}
|
17177
17177
|
]
|
17178
17178
|
},
|
17179
|
+
{
|
17180
|
+
name: 'Shine Chain',
|
17181
|
+
chain: 'SC20',
|
17182
|
+
rpc: [ 'https://rpc.shinescan.io' ],
|
17183
|
+
faucets: [],
|
17184
|
+
nativeCurrency: { name: 'Shine', symbol: 'SC20', decimals: 18 },
|
17185
|
+
infoURL: 'https://shinechain.tech',
|
17186
|
+
shortName: 'SC20',
|
17187
|
+
chainId: 11221,
|
17188
|
+
networkId: 11221,
|
17189
|
+
icon: 'shine',
|
17190
|
+
explorers: [
|
17191
|
+
{
|
17192
|
+
name: 'shinescan',
|
17193
|
+
url: 'https://shinescan.io',
|
17194
|
+
icon: 'shine',
|
17195
|
+
standard: 'none'
|
17196
|
+
}
|
17197
|
+
]
|
17198
|
+
},
|
17179
17199
|
{
|
17180
17200
|
name: 'Haqq Network',
|
17181
17201
|
chain: 'Haqq',
|