Skip to content

Commit

Permalink
Update manifest api
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Jan 15, 2025
1 parent 291f5fe commit 661e9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/service/tonConnect/connectService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const getManifestResponse = async (manifestUrl: string) => {
/**
* Request file with CORS header;
*/
return await fetch(`https://manifest-proxy.nkuznetsov.workers.dev/${manifestUrl}`);
return await fetch(`https://c.tonapi.io/json?url=${btoa(manifestUrl)}`);
}
};

Expand Down

0 comments on commit 661e9e6

Please sign in to comment.