Skip to content

Commit

Permalink
Update 1inch config
Browse files Browse the repository at this point in the history
  • Loading branch information
abdrasulov committed Mar 11, 2025
1 parent 0dced4a commit 7ca879f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object OneInchProvider : EvmSwapProvider() {
override val icon = R.drawable.oneinch
override val priority = 100
private val oneInchKit by lazy { OneInchKit.getInstance(App.appConfigProvider.oneInchApiKey) }
private const val PARTNER_FEE: Float = 0.3F
private const val PARTNER_FEE: Float = 0.5F
private const val PARTNER_ADDRESS: String = "0xe42BBeE8389548fAe35C09072065b7fEc582b590"

// TODO take evmCoinAddress from oneInchKit
Expand Down

0 comments on commit 7ca879f

Please sign in to comment.