UNPKG

hapi-ton-sdk

Version:

SDK for managing HAPI attestations on TON network

1 lines 612 B
{"version":3,"sources":["../../src/utils/index.ts"],"sourcesContent":["import { toNano } from \"@ton/core\";\n\nexport const delay = async (time = 1000): Promise<void> => {\n return new Promise((res) => setTimeout(res, time));\n};\n\nexport const TON_DEFAULT_GAS = toNano(\"0.05\");\nexport const TON_MIN_COMMISSION = toNano(\"0.01\");\nexport const TON_MIN_JETTON_STORAGE = toNano(\"0.001\");\n"],"mappings":";AAAA,SAAS,cAAc;AAEhB,IAAM,QAAQ,OAAO,OAAO,QAAwB;AACzD,SAAO,IAAI,QAAQ,CAAC,QAAQ,WAAW,KAAK,IAAI,CAAC;AACnD;AAEO,IAAM,kBAAkB,OAAO,MAAM;AACrC,IAAM,qBAAqB,OAAO,MAAM;AACxC,IAAM,yBAAyB,OAAO,OAAO;","names":[]}