Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rickcomics authored Oct 26, 2024
1 parent 9b8f1d9 commit 48663d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ <h3>Тонкоин нативный токен блокчейна тон</h3>
const tonConnectUI = new TON_CONNECT_UI.TonConnectUI({
manifestUrl: 'https://github.com/rickcomics/ton.github.io/tonconnect-manifest.json',
buttonRootId: '<YOUR_CONNECT_BUTTON_ANCHOR_ID>'
const currentWallet = tonConnectUI.wallet;
const currentWalletInfo = tonConnectUI.walletInfo;
const currentAccount = tonConnectUI.account;
const currentIsConnectedStatus = tonConnectUI.connected;
});
</script>
<h3>Это единственный токен сети</h3>
Expand Down

0 comments on commit 48663d4

Please sign in to comment.