eth-chainlist 0.0.242 → 0.0.243
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 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.243 (2023-09-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.242 ([1d25239](https://github.com/poowf/eth-chainlist/commit/1d2523980208a0338024fb4a438074abafdba2e9))
|
9
|
+
* update chain data ([4257d52](https://github.com/poowf/eth-chainlist/commit/4257d52fe2663e8f7f677fb8b94c6fd432b13ac9))
|
10
|
+
|
3
11
|
### 0.0.242 (2023-09-26)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -6573,7 +6573,7 @@ const chainArray = [
|
|
6573
6573
|
shortName: 'humans',
|
6574
6574
|
chainId: 1089,
|
6575
6575
|
networkId: 1089,
|
6576
|
-
icon: 'humans',
|
6576
|
+
icon: 'humans-dark',
|
6577
6577
|
explorers: [
|
6578
6578
|
{
|
6579
6579
|
name: 'explorer.guru',
|
@@ -9377,7 +9377,7 @@ const chainArray = [
|
|
9377
9377
|
]
|
9378
9378
|
},
|
9379
9379
|
{
|
9380
|
-
name: '
|
9380
|
+
name: 'Krest Network',
|
9381
9381
|
chain: 'Krest',
|
9382
9382
|
icon: 'krest',
|
9383
9383
|
rpc: [ 'https://erpc-krest.peaq.network' ],
|
@@ -10704,6 +10704,19 @@ const chainArray = [
|
|
10704
10704
|
}
|
10705
10705
|
]
|
10706
10706
|
},
|
10707
|
+
{
|
10708
|
+
name: 'Humans.ai Testnet',
|
10709
|
+
chain: 'Humans Testnet',
|
10710
|
+
rpc: [ 'https://evm-rpc.testnet.humans.zone' ],
|
10711
|
+
faucets: [],
|
10712
|
+
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|
10713
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
10714
|
+
infoURL: 'https://humans.ai',
|
10715
|
+
shortName: 'humans_testnet',
|
10716
|
+
chainId: 4139,
|
10717
|
+
networkId: 4139,
|
10718
|
+
icon: 'humans-dark'
|
10719
|
+
},
|
10707
10720
|
{
|
10708
10721
|
name: 'Tipboxcoin Testnet',
|
10709
10722
|
chain: 'TPBX',
|
@@ -13253,6 +13266,11 @@ const chainArray = [
|
|
13253
13266
|
name: 'Polkadot.js',
|
13254
13267
|
url: 'https://polkadot.js.org/apps/?rpc=wss://wsspc1-qa.agung.peaq.network#/explorer',
|
13255
13268
|
standard: 'none'
|
13269
|
+
},
|
13270
|
+
{
|
13271
|
+
name: 'Subscan',
|
13272
|
+
url: 'https://agung.subscan.io',
|
13273
|
+
standard: 'none'
|
13256
13274
|
}
|
13257
13275
|
]
|
13258
13276
|
},
|