@goodaofi/bonds-sdk 3.0.173 → 3.0.174

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 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -73007,8 +73007,6 @@ const TokenSelectorPanel = ({ typedValue, setTypedValue, selectedToken, chainId,
73007
73007
  const { address: account } = useAccount();
73008
73008
  const tokenBalanceString = tokenBalance ? new BigNumber$1(tokenBalance).toPrecision(5) : 'loading';
73009
73009
  const splited = typeof selectedToken !== 'string' ? selectedToken?.symbol?.split('-') : undefined;
73010
- console.log(getSymbol(selectedToken, chainId));
73011
- console.log(lodashExports.isArray(splited));
73012
73010
  const handleInputChange = (event) => {
73013
73011
  setTypedValue(event.target.value);
73014
73012
  };
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.173",
6
+ "version": "3.0.174",
7
7
  "proxy": "https://realtime-api-pr-99.herokuapp.com",
8
8
  "module": "dist/main.js",
9
9
  "type": "module",