eth-chainlist 0.0.190 → 0.0.191
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 +34 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.191 (2023-07-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.190 ([aa887af](https://github.com/poowf/eth-chainlist/commit/aa887afb17c5973947f1aad2c079342b169c7835))
|
9
|
+
* update chain data ([158d513](https://github.com/poowf/eth-chainlist/commit/158d513ed4c3d39987648a3c6c6c9cced886a73f))
|
10
|
+
|
3
11
|
### 0.0.190 (2023-07-20)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4693,6 +4693,24 @@ const chainArray = [
|
|
4693
4693
|
}
|
4694
4694
|
]
|
4695
4695
|
},
|
4696
|
+
{
|
4697
|
+
name: 'Script Testnet',
|
4698
|
+
chain: 'SPAY',
|
4699
|
+
rpc: [ 'https://testeth-rpc-api.script.tv/rpc' ],
|
4700
|
+
faucets: [],
|
4701
|
+
nativeCurrency: { name: 'Script', symbol: 'SPAY', decimals: 18 },
|
4702
|
+
infoURL: 'https://token.script.tv',
|
4703
|
+
shortName: 'SPAY',
|
4704
|
+
chainId: 742,
|
4705
|
+
networkId: 742,
|
4706
|
+
explorers: [
|
4707
|
+
{
|
4708
|
+
name: 'Script Explorer',
|
4709
|
+
url: 'https://explorer.script.tv',
|
4710
|
+
standard: 'none'
|
4711
|
+
}
|
4712
|
+
]
|
4713
|
+
},
|
4696
4714
|
{
|
4697
4715
|
name: 'QL1',
|
4698
4716
|
chain: 'QOM',
|
@@ -7013,7 +7031,14 @@ const chainArray = [
|
|
7013
7031
|
infoURL: 'https://blockchain.or.th',
|
7014
7032
|
shortName: 'TBSI',
|
7015
7033
|
chainId: 1707,
|
7016
|
-
networkId: 1707
|
7034
|
+
networkId: 1707,
|
7035
|
+
explorers: [
|
7036
|
+
{
|
7037
|
+
name: 'blockscout',
|
7038
|
+
url: 'https://exp.blockchain.or.th',
|
7039
|
+
standard: 'EIP3091'
|
7040
|
+
}
|
7041
|
+
]
|
7017
7042
|
},
|
7018
7043
|
{
|
7019
7044
|
name: 'TBSI Testnet',
|
@@ -7025,7 +7050,14 @@ const chainArray = [
|
|
7025
7050
|
infoURL: 'https://blockchain.or.th',
|
7026
7051
|
shortName: 'tTBSI',
|
7027
7052
|
chainId: 1708,
|
7028
|
-
networkId: 1708
|
7053
|
+
networkId: 1708,
|
7054
|
+
explorers: [
|
7055
|
+
{
|
7056
|
+
name: 'blockscout',
|
7057
|
+
url: 'https://exp.testnet.blockchain.or.th',
|
7058
|
+
standard: 'EIP3091'
|
7059
|
+
}
|
7060
|
+
]
|
7029
7061
|
},
|
7030
7062
|
{
|
7031
7063
|
name: 'Palette Chain Mainnet',
|