eth-chainlist 0.0.491 → 0.0.492
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +22 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.492 (2024-09-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.491 ([54cb191](https://github.com/poowf/eth-chainlist/commit/54cb191b1631676f4370b98afdd15cf17201c2ea))
|
9
|
+
* update chain data ([93d70f7](https://github.com/poowf/eth-chainlist/commit/93d70f7dc51643cb4cf1b751875e047639033e9a))
|
10
|
+
|
3
11
|
### 0.0.491 (2024-09-12)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -19344,6 +19344,28 @@ const chainArray = [
|
|
19344
19344
|
}
|
19345
19345
|
]
|
19346
19346
|
},
|
19347
|
+
{
|
19348
|
+
name: 'iSunCoin Mainnet',
|
19349
|
+
chain: 'iSunCoin',
|
19350
|
+
icon: 'isuncoin',
|
19351
|
+
rpc: [ 'https://mainnet.isuncoin.com' ],
|
19352
|
+
faucets: [],
|
19353
|
+
nativeCurrency: { name: 'ISC', symbol: 'ISC', decimals: 18 },
|
19354
|
+
infoURL: 'https://isuncoin.com',
|
19355
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
19356
|
+
shortName: 'isc',
|
19357
|
+
chainId: 8017,
|
19358
|
+
networkId: 8017,
|
19359
|
+
slip44: 8017,
|
19360
|
+
explorers: [
|
19361
|
+
{
|
19362
|
+
name: 'iSunCoin Explorer',
|
19363
|
+
icon: 'isuncoin',
|
19364
|
+
url: 'https://baifa.io/app/chains/8017',
|
19365
|
+
standard: 'none'
|
19366
|
+
}
|
19367
|
+
]
|
19368
|
+
},
|
19347
19369
|
{
|
19348
19370
|
name: 'MDGL Testnet',
|
19349
19371
|
chain: 'MDGL',
|