Skip to content

Commit

Permalink
Merge pull request #361 from tonkeeper/feature/manifest-api
Browse files Browse the repository at this point in the history
Update manifest api
  • Loading branch information
KuznetsovNikita authored Jan 15, 2025
2 parents 291f5fe + 661e9e6 commit 18a7bae
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 18a7bae

Please sign in to comment.