@goodaofi/bonds-sdk 3.0.174 → 3.0.175
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/main.js +0 -3
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -65519,9 +65519,6 @@ function useCurrencyPrice(currency, chainId) {
|
|
|
65519
65519
|
chainId: chainId,
|
|
65520
65520
|
};
|
|
65521
65521
|
}
|
|
65522
|
-
console.log('tokenPrices: ', tokenPrices?.find((tokenPrice) => chainId &&
|
|
65523
|
-
tokenPrice.chainId === chainId &&
|
|
65524
|
-
tokenPrice?.address?.toLowerCase() === tokenAddress?.toLowerCase()));
|
|
65525
65522
|
return tokenPrices?.find((tokenPrice) => chainId &&
|
|
65526
65523
|
tokenPrice.chainId === chainId &&
|
|
65527
65524
|
tokenPrice?.address?.toLowerCase() === tokenAddress?.toLowerCase());
|