eth-chainlist 0.0.136 → 0.0.137
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.137 (2023-04-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.136 ([4a1c07b](https://github.com/poowf/eth-chainlist/commit/4a1c07baf109c631a51f7a8dbc7b37ff148108a4))
|
9
|
+
* update chain data ([1e7520b](https://github.com/poowf/eth-chainlist/commit/1e7520bb70c6c868743534225792ed56bcc0aff7))
|
10
|
+
|
3
11
|
### 0.0.136 (2023-04-25)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -5464,6 +5464,26 @@ const chainArray = [
|
|
5464
5464
|
chainId: 1140,
|
5465
5465
|
networkId: 1140
|
5466
5466
|
},
|
5467
|
+
{
|
5468
|
+
name: 'Symplexia Smart Chain',
|
5469
|
+
chain: 'Plexchain',
|
5470
|
+
rpc: [ 'https://plex-rpc.plexfinance.us' ],
|
5471
|
+
faucets: [],
|
5472
|
+
nativeCurrency: { name: 'Plex Native Token', symbol: 'PLEX', decimals: 18 },
|
5473
|
+
infoURL: 'https://plexfinance.us/',
|
5474
|
+
shortName: 'Plexchain',
|
5475
|
+
chainId: 1149,
|
5476
|
+
networkId: 1149,
|
5477
|
+
icon: 'plexchain',
|
5478
|
+
explorers: [
|
5479
|
+
{
|
5480
|
+
name: 'Plexchain Explorer',
|
5481
|
+
url: 'https://explorer.plexfinance.us',
|
5482
|
+
icon: 'plexchain',
|
5483
|
+
standard: 'EIP3091'
|
5484
|
+
}
|
5485
|
+
]
|
5486
|
+
},
|
5467
5487
|
{
|
5468
5488
|
name: 'Smart Host Teknoloji TESTNET',
|
5469
5489
|
chain: 'SHT',
|