Skip to content

Commit

Permalink
ton connect
Browse files Browse the repository at this point in the history
  • Loading branch information
rise1507 committed Apr 1, 2024
1 parent 89f0bc2 commit 075346f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (IS_TESTNET) {
// TONCONNECT

const tonConnectUI = new TonConnectUI({
manifestUrl: 'https://vesting.ton.org/tonconnect-manifest.json',
manifestUrl: 'https://multisig.ton.org/tonconnect-manifest.json',
buttonRootId: 'tonConnectButton'
});

Expand Down
5 changes: 5 additions & 0 deletions tonconnect-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://multisig.ton.org",
"name": "TON Multisig",
"iconUrl": "https://multisig.ton.org/assets/logo.png"
}

0 comments on commit 075346f

Please sign in to comment.