eth-chainlist 0.0.111 → 0.0.112
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 +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.112 (2023-03-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.111 ([9760df5](https://github.com/poowf/eth-chainlist/commit/9760df585f86c0c167b49d46a2ae5aa5421061ed))
|
9
|
+
* update chain data ([7ac1aa1](https://github.com/poowf/eth-chainlist/commit/7ac1aa101a283816bce62ef5483e0b7fd4d7ed5c))
|
10
|
+
|
3
11
|
### 0.0.111 (2023-03-27)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -14614,6 +14614,7 @@ const chainArray = [
|
|
14614
14614
|
{
|
14615
14615
|
name: 'T.E.A.M Blockchain',
|
14616
14616
|
chain: 'TEAM',
|
14617
|
+
icon: 'team',
|
14617
14618
|
rpc: [ 'https://rpc.teamblockchain.team' ],
|
14618
14619
|
faucets: [],
|
14619
14620
|
nativeCurrency: { name: 'TEAM', symbol: '$TEAM', decimals: 18 },
|
@@ -14622,10 +14623,8 @@ const chainArray = [
|
|
14622
14623
|
shortName: 'team',
|
14623
14624
|
chainId: 88888888,
|
14624
14625
|
networkId: 88888888,
|
14625
|
-
icon: 'team',
|
14626
14626
|
explorers: [
|
14627
14627
|
{
|
14628
|
-
icon: 'team',
|
14629
14628
|
name: 'teamscan',
|
14630
14629
|
url: 'https://teamblockchain.team',
|
14631
14630
|
standard: 'EIP3091'
|