Skip to content

Commit ea1a66f

Browse files
authored
Update staking-native assets (trustwallet#17362)
* Adjust staking-native tag * Update info.json * Update assets.config.yaml
1 parent 28fb34a commit ea1a66f

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.github/assets.config.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ validators_settings:
8989
- id: staking
9090
name: Staking
9191
description: Tokens that are used for staking to receive rewards.
92-
- id: staking-native
93-
name: Staking Native
94-
description: Coins/Blockchains that are used for staking to secure the network to
95-
receive rewards.
9692
- id: privacy
9793
name: Privacy
9894
description: Privacy tokens.
@@ -111,6 +107,11 @@ validators_settings:
111107
- id: gamefi
112108
name: GameFi
113109
description: Combination of gaming and DeFi, is the intersection of blockchain-based gaming and DeFi services.
110+
# TW Specific
111+
- id: staking-native
112+
name: Staking Native
113+
description: Coins/Blockchains that are used for staking to secure the network to
114+
receive rewards. Supported by Trust Wallet.
114115

115116
trading_pair_settings:
116117
uniswap:

blockchains/avalanchec/info/info.json

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"decimals": 18,
1010
"status": "active",
1111
"tags": [
12-
"staking-native",
1312
"defi"
1413
],
1514
"links": [

blockchains/osmosis/info/info.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"symbol": "OSMO",
88
"type": "coin",
99
"decimals": 6,
10-
"status": "active"
10+
"status": "active",
11+
"tags": [
12+
"staking-native"
13+
]
1114
}

blockchains/smartchain/assets/0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"status": "active",
1111
"id": "0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D",
1212
"tags": [
13-
"staking-native"
13+
"privacy"
1414
],
1515
"links": [
1616
{

0 commit comments

Comments
 (0)