Skip to content

Commit

Permalink
[APP-812] update dydx info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwonhyukjoon committed Oct 27, 2023
1 parent 67125bb commit 5528884
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/wannabit/io/cosmostaion/base/chains/Dydx.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ class Dydx : ChainConfig() {

override fun dexSupport(): Boolean { return false }
override fun wcSupport(): Boolean { return false }
override fun authzSupport(): Boolean { return true }
override fun authzSupport(): Boolean { return false }

override fun grpcUrl(): String { return "grpc-dydx.cosmostation.io" }
override fun explorerUrl(): String { return BaseConstant.EXPLORER_BASE_URL + "quasar/" }
override fun homeInfoLink(): String { return "https://dydx.exchange/" }
override fun blogInfoLink(): String { return "https://dydx.exchange/blog/" }
override fun coingeckoLink(): String { return BaseConstant.COINGECKO_URL + "dydx" }
override fun coingeckoLink(): String { return "" }
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ public void onClick(View v) {
unBondingTimeImage = R.drawable.img_delegate_28_warning;
} else if (dpDay == 7) {
unBondingTimeImage = R.drawable.dialogicon_undelegate_7;
} else if (dpDay == 30) {
unBondingTimeImage = R.drawable.img_delegate_30_warning;
}
}
CommonAlertDialog.showHeaderImageDoubleButton(getSActivity(), getString(R.string.str_delegate_warn_title), getString(R.string.str_delegate_warn_msg),
Expand Down
Binary file modified app/src/main/res/drawable-hdpi/chain_mintstation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-mdpi/chain_mintstation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xhdpi/chain_mintstation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xxhdpi/chain_mintstation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xxxhdpi/chain_mintstation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5528884

Please sign in to comment.