Skip to content

Commit

Permalink
chore: new tonconnect manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed May 27, 2024
1 parent 5f13508 commit 2eba017
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/send/TonConnectProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class TonConnectProvider implements SendProvider {
this.#connector = new TonConnect({
storage: new TonConnectStorage(storage),
manifestUrl:
'https://raw.githubusercontent.com/ton-defi-org/tonconnect-manifest-temp/main/tonconnect-manifest.json',
'https://raw.githubusercontent.com/ton-org/blueprint/main/tonconnect/manifest.json',
});
this.#ui = ui;
}
Expand Down
Binary file added tonconnect/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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://github.com/ton-org/blueprint",
"name": "TON Blueprint Project",
"iconUrl": "https://raw.githubusercontent.com/ton-org/blueprint/main/tonconnect/logo.png"
}

0 comments on commit 2eba017

Please sign in to comment.