Skip to content

Commit

Permalink
feat: re-enable usdt [OTE-724] (#584)
Browse files Browse the repository at this point in the history
Co-authored-by: mobile-build-bot-git <[email protected]>
  • Loading branch information
yogurtandjam and mobile-build-bot authored Aug 22, 2024
1 parent f3bc02f commit d51fc82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ allprojects {
}

group = "exchange.dydx.abacus"
version = "1.8.97"
version = "1.8.98"

repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,17 +248,7 @@ internal class SkipProcessor(
}
}

/*
Context: https://dydx-team.slack.com/archives/C0738MMRX9C/p1722978579167729?thread_ts=1722974628.149899&cid=C0738MMRX9C
We are hitting ibc rate limits for USDT https://ibc.range.org/ibc/rate-limits
As a result, users' funds are getting stuck mid transfers for USDT Axelar swaps into cosmos.
To remediate this, skip has limited high value transfers while we are hiding the route from the UI
*/
return tokensWithSkipDenom.filter {
val token = parser.asMap(it)
val tokenSymbol = parser.asString(token?.get("symbol"))
tokenSymbol?.contains("USDT") != true
}
return tokensWithSkipDenom
}

override fun defaultTokenAddress(chainId: String?): String? {
Expand Down
2 changes: 1 addition & 1 deletion v4_abacus.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'v4_abacus'
spec.version = '1.8.97'
spec.version = '1.8.98'
spec.homepage = 'https://github.com/dydxprotocol/v4-abacus'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit d51fc82

Please sign in to comment.