Commit ea1a66f 1 parent 28fb34a commit ea1a66f Copy full SHA for ea1a66f
File tree 4 files changed +10
-7
lines changed
smartchain/assets/0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,6 @@ validators_settings:
89
89
- id : staking
90
90
name : Staking
91
91
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.
96
92
- id : privacy
97
93
name : Privacy
98
94
description : Privacy tokens.
@@ -111,6 +107,11 @@ validators_settings:
111
107
- id : gamefi
112
108
name : GameFi
113
109
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.
114
115
115
116
trading_pair_settings :
116
117
uniswap :
Original file line number Diff line number Diff line change 9
9
"decimals" : 18 ,
10
10
"status" : " active" ,
11
11
"tags" : [
12
- " staking-native" ,
13
12
" defi"
14
13
],
15
14
"links" : [
Original file line number Diff line number Diff line change 7
7
"symbol" : " OSMO" ,
8
8
"type" : " coin" ,
9
9
"decimals" : 6 ,
10
- "status" : " active"
10
+ "status" : " active" ,
11
+ "tags" : [
12
+ " staking-native"
13
+ ]
11
14
}
Original file line number Diff line number Diff line change 10
10
"status" : " active" ,
11
11
"id" : " 0xBFEf6cCFC830D3BaCA4F6766a0d4AaA242Ca9F3D" ,
12
12
"tags" : [
13
- " staking-native "
13
+ " privacy "
14
14
],
15
15
"links" : [
16
16
{
You can’t perform that action at this time.
0 commit comments