File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " app" ,
3- "version" : " 2.14.31 " ,
3+ "version" : " 2.14.32 " ,
44 "private" : true ,
55 "scripts" : {
66 "bump" : " bump patch --tag --commit 'testnet release '" ,
Original file line number Diff line number Diff line change @@ -160,7 +160,10 @@ export default defineComponent({
160160 < NavSidePanelItem
161161 displayName = "Charts"
162162 icon = "navigation/charts"
163- href = "https://dexscreener.com/sifchain/cusdc"
163+ href = ""
164+ class = "opacity-50"
165+ style = "pointer-events: none;"
166+ // href="https://dexscreener.com/sifchain/cusdc"
164167 />
165168 < NavSidePanelItem
166169 icon = "navigation/changelog"
@@ -203,7 +206,10 @@ export default defineComponent({
203206 < NavSidePanelItem
204207 displayName = "Rowan Faucet"
205208 icon = "navigation/rowan"
206- href = "https://stakely.io/faucet/sifchain-rowan"
209+ // href="https://stakely.io/faucet/sifchain-rowan"
210+ href = ""
211+ class = "opacity-50"
212+ style = "pointer-events: none;"
207213 />
208214 ) }
209215 < Tooltip
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default defineComponent({
3232 sortBy : "pairedApr" as PoolPageColumnId ,
3333 sortReverse : false ,
3434 searchQuery : "" ,
35- showSmallPools : true ,
35+ showSmallPools : false ,
3636 } ;
3737 } ,
3838 setup ( ) {
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export default defineComponent({
108108
109109 const searchQuery = ref ( "" ) ;
110110
111- const showSmallPools = ref ( true ) ;
111+ const showSmallPools = ref ( false ) ;
112112
113113 const finalStats = computed ( ( ) => {
114114 return statsRef . value . filter ( ( item ) => {
You can’t perform that action at this time.
0 commit comments