@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.
- package/dist/main.js +0 -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
|
};
|