eth-chainlist 0.0.207 → 0.0.209
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 +16 -0
- package/data/chain.js +37 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.209 (2023-08-14)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.208 ([9b0460a](https://github.com/poowf/eth-chainlist/commit/9b0460ad05ac3adba229b3a1dad1fc25fb7a2941))
|
9
|
+
* update chain data ([522ef48](https://github.com/poowf/eth-chainlist/commit/522ef48fad68b96881e3684b43ddb3c2cf12d6ac))
|
10
|
+
|
11
|
+
### 0.0.208 (2023-08-13)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.207 ([980ae40](https://github.com/poowf/eth-chainlist/commit/980ae40174e2363a942dd994a56a504f3fc4e40f))
|
17
|
+
* update chain data ([87d994b](https://github.com/poowf/eth-chainlist/commit/87d994b17a6bb92e85fc87aecdb200771ea35839))
|
18
|
+
|
3
19
|
### 0.0.207 (2023-08-12)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4369,6 +4369,24 @@ const chainArray = [
|
|
4369
4369
|
}
|
4370
4370
|
]
|
4371
4371
|
},
|
4372
|
+
{
|
4373
|
+
name: 'PAWCHAIN Testnet',
|
4374
|
+
chain: 'PAW',
|
4375
|
+
rpc: [ 'https://pawchainx.com/' ],
|
4376
|
+
faucets: [],
|
4377
|
+
nativeCurrency: { name: 'PAW', symbol: 'PAW', decimals: 18 },
|
4378
|
+
infoURL: 'https://pawchainx.com/',
|
4379
|
+
shortName: 'PAW',
|
4380
|
+
chainId: 542,
|
4381
|
+
networkId: 542,
|
4382
|
+
explorers: [
|
4383
|
+
{
|
4384
|
+
name: 'PAWCHAIN Testnet',
|
4385
|
+
url: 'https://pawscan.io',
|
4386
|
+
standard: 'none'
|
4387
|
+
}
|
4388
|
+
]
|
4389
|
+
},
|
4372
4390
|
{
|
4373
4391
|
name: 'Vela1 Chain Mainnet',
|
4374
4392
|
chain: 'VELA1',
|
@@ -17454,6 +17472,25 @@ const chainArray = [
|
|
17454
17472
|
}
|
17455
17473
|
]
|
17456
17474
|
},
|
17475
|
+
{
|
17476
|
+
name: 'Miexs Smartchain',
|
17477
|
+
chain: 'MiexsSmartchain',
|
17478
|
+
icon: 'miexs',
|
17479
|
+
rpc: [ 'https://mainnet-rpc.miexs.com' ],
|
17480
|
+
faucets: [],
|
17481
|
+
nativeCurrency: { name: 'Miexs Coin', symbol: 'MIX', decimals: 18 },
|
17482
|
+
infoURL: 'https://miexs.com',
|
17483
|
+
shortName: 'Miexs',
|
17484
|
+
chainId: 761412,
|
17485
|
+
networkId: 761412,
|
17486
|
+
explorers: [
|
17487
|
+
{
|
17488
|
+
name: 'Miexs Smartchain Explorer',
|
17489
|
+
url: 'https://miexs.com',
|
17490
|
+
standard: 'EIP3091'
|
17491
|
+
}
|
17492
|
+
]
|
17493
|
+
},
|
17457
17494
|
{
|
17458
17495
|
name: 'OctaSpace',
|
17459
17496
|
chain: 'OCTA',
|