@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.
Files changed (2) hide show
  1. package/dist/main.js +0 -3
  2. 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());
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Goo Money Bond SDK",
4
4
  "author": "Goo Money",
5
5
  "license": "MIT",
6
- "version": "3.0.174",
6
+ "version": "3.0.175",
7
7
  "proxy": "https://realtime-api-pr-99.herokuapp.com",
8
8
  "module": "dist/main.js",
9
9
  "type": "module",