@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.
- package/dist/sdk.cjs.development.js +1 -1
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js +1 -1
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/helpers/priceFetcher.ts +0 -1
package/package.json
CHANGED
|
@@ -280,7 +280,6 @@ export async function fetchUnderlyingTokensPrices(provider: providers.Provider):
|
|
|
280
280
|
function shouldFetchFromKyberSwap(address: string) {
|
|
281
281
|
address = address.toLowerCase();
|
|
282
282
|
return (
|
|
283
|
-
address == networkAddresses.tokens.AURORA ||
|
|
284
283
|
address == networkAddresses.tokens.TRI ||
|
|
285
284
|
address == networkAddresses.tokens.META ||
|
|
286
285
|
address == networkAddresses.tokens.STADER
|