eth-chainlist 0.0.383 → 0.0.384
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.384 (2024-04-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.383 ([887fc09](https://github.com/poowf/eth-chainlist/commit/887fc096346a20c15880205a98ca1e6461963d20))
|
9
|
+
* update chain data ([f0d21c1](https://github.com/poowf/eth-chainlist/commit/f0d21c1cf66badf6602b33ae2f6f67cce24a6a20))
|
10
|
+
|
3
11
|
### 0.0.383 (2024-04-21)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6359,6 +6359,25 @@ const chainArray = [
|
|
6359
6359
|
}
|
6360
6360
|
]
|
6361
6361
|
},
|
6362
|
+
{
|
6363
|
+
name: 'UltronSmartchain',
|
6364
|
+
chain: 'UltronSmartchain',
|
6365
|
+
rpc: [ 'https://rpc.ultronsmartchain.io' ],
|
6366
|
+
faucets: [],
|
6367
|
+
nativeCurrency: { name: 'ulc', symbol: 'ULC', decimals: 18 },
|
6368
|
+
infoURL: 'https://ultronsmartchain.io',
|
6369
|
+
shortName: 'ultronsmartchain',
|
6370
|
+
chainId: 662,
|
6371
|
+
networkId: 662,
|
6372
|
+
icon: 'ultronsmartchain',
|
6373
|
+
explorers: [
|
6374
|
+
{
|
6375
|
+
name: 'ultronsmartchain explorer',
|
6376
|
+
url: 'https://scan.ultronsmartchain.io',
|
6377
|
+
standard: 'EIP3091'
|
6378
|
+
}
|
6379
|
+
]
|
6380
|
+
},
|
6362
6381
|
{
|
6363
6382
|
name: 'Pixie Chain Testnet',
|
6364
6383
|
chain: 'PixieChain',
|