Skip to content

Commit

Permalink
change endpoint to toncenter
Browse files Browse the repository at this point in the history
  • Loading branch information
doronaviguy committed Nov 11, 2024
1 parent e7ea093 commit 26eaeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type RawCommonMessageInfoInternal = {
};

const client = new TonClient({
endpoint: "https://mainnet.tonhubapi.com/jsonRPC",
endpoint: "https://toncenter.com/api/v2/jsonRPC",
});

export function parseQuery(queryString: string) {
Expand Down

0 comments on commit 26eaeaf

Please sign in to comment.