Updated on 2026-08-14
This commit is contained in:
parent
069605e151
commit
36516c900f
234 changed files with 902 additions and 1618 deletions
|
|
@ -102,8 +102,11 @@ internal class SwapRepositoryImpl @Inject constructor(
|
|||
}
|
||||
}
|
||||
|
||||
override suspend fun checkTokensSpendAllowance(networkId: String, tokenAddress: String, walletAddress: String):
|
||||
AggregatedSwapDataModel<String> {
|
||||
override suspend fun checkTokensSpendAllowance(
|
||||
networkId: String,
|
||||
tokenAddress: String,
|
||||
walletAddress: String,
|
||||
): AggregatedSwapDataModel<String> {
|
||||
return withContext(coroutineDispatcher.io) {
|
||||
try {
|
||||
val response = oneInchErrorsHandler.handleOneInchResponse(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue