Skip to content

Commit

Permalink
Merge pull request #568 from josebarrosepam/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericHgorski authored Jun 22, 2023
2 parents bd1d816 + b63ad75 commit dc945d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/wallet-kit/wallet-kit-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Be aware that you will not see any tokens if your wallet is empty.
export default function Query() {
const lcd = useLcdClient(); // LCD stands for Light Client Daemon
const connected = useConnectedWallet();
const [balance, setBalance] = useStat('');
const [balance, setBalance] = useState('');
const chainID = 'phoenix-1'; // or any other mainnet or testnet chainID supported by station (e.g. osmosis-1)
useEffect(() => {
Expand Down

0 comments on commit dc945d2

Please sign in to comment.