Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-07 10:56:56 +03:00
parent e4e6499d4d
commit e5876470de
4 changed files with 11 additions and 10 deletions

View file

@ -51,7 +51,7 @@ class OneInchApisModule {
}
companion object {
private const val ONE_INCH_BASE_URL = "https://api.1inch.io/v5.0/"
private const val ONE_INCH_BASE_URL = "https://api-tangem.1inch.io/v5.0/"
private const val ONE_INCH_ETH_PATH = "1/"
private const val ONE_INCH_BSC_PATH = "56/"
private const val ONE_INCH_POLYGON_PATH = "137/"