Skip to content

Commit

Permalink
Update 1inch API url
Browse files Browse the repository at this point in the history
  • Loading branch information
omurovch committed Oct 23, 2023
1 parent fe96dfa commit 94bb971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class OneInchService(
apiKey: String
) {
private val logger = Logger.getLogger("OneInchService")
private val url = "https://api-unstoppable.1inch.io/v5.2/${chain.id}/"
private val url = "https://api.1inch.dev/swap/v5.2/${chain.id}/"
private val service: OneInchServiceApi

init {
Expand Down

0 comments on commit 94bb971

Please sign in to comment.