You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to reproduce your issue and was unable to do so.
We use GitHub issues as a place to track bugs and other development-related issues. If your issue persists, please write us back using our “Chat Support” icon located on our TON Help Center
You can include a link to this issue in the message content.
Alternatively, you can also search for an answer in our help documentation or get help from other users on our community forums.
I have encountered a problem, please help me solve it!
My source code:
`
import { HttpApi, fromNano, toNano, address } from "ton";
async function main() {
const apiKey = "15db77b27d8ddcc452cc3b77685f766d166bd076f94c4b1fceb50e5d5822ef12"
const endpoint = "https://testnet.toncenter.com/api/v2/jsonRPC";
const httpClient = new HttpApi(
endpoint,
{apiKey:apiKey}
);
}
main().finally(() => console.log("Exiting..."));
`
The error info:
The text was updated successfully, but these errors were encountered: