hapi-ton-sdk
Version:
SDK for managing HAPI attestations on TON network
18 lines • 493 B
JavaScript
// src/config.ts
var config = {
apiStaging: "https://hapi-one.stage.hapi.farm",
apiProduction: "https://score-be.hapi.mobi",
ton: {
score: "kQC60vGFCtYeQi-S0p6Lhfghd0vYS1YcTiHDWhEmuQ39QpCh",
nodeUrl: "https://tonapi.io"
},
tonTestnet: {
score: "kQC60vGFCtYeQi-S0p6Lhfghd0vYS1YcTiHDWhEmuQ39QpCh",
nodeUrl: "https://testnet.tonapi.io"
},
tonApiPath: (hash) => `/v2/blockchain/messages/${hash}/transaction`
};
export {
config
};
//# sourceMappingURL=config.mjs.map