@aurigami/sdk 1.23.0 → 1.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1893,7 +1893,7 @@ function _fetchUnderlyingTokensPrices() {
1893
1893
  }
1894
1894
  function shouldFetchFromKyberSwap(address) {
1895
1895
  address = address.toLowerCase();
1896
- return address == networkAddresses.tokens.AURORA || address == networkAddresses.tokens.TRI || address == networkAddresses.tokens.META || address == networkAddresses.tokens.STADER;
1896
+ return address == networkAddresses.tokens.TRI || address == networkAddresses.tokens.META || address == networkAddresses.tokens.STADER;
1897
1897
  }
1898
1898
  /**
1899
1899
  * Fetch price from Oracle or Coingecko