We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c7962 commit 94ae668Copy full SHA for 94ae668
fees/hipo/index.ts
@@ -35,8 +35,6 @@ export default {
35
throw new Error('Expected a zero exit code, but got ' + getTreasuryState.exit_code)
36
}
37
38
- await sleep(1000)
39
-
40
const response2 = await postURL('https://toncenter.com/api/v2/runGetMethod', {
41
address,
42
method: 'get_times',
@@ -90,7 +88,3 @@ function normalizer(durationInSeconds: number): ((x: number) => string) {
90
88
return (x * oneDayInSeconds / durationInSeconds).toFixed(9)
91
89
92
93
94
-function sleep(ms: number) {
95
- return new Promise((resolve) => setTimeout(resolve, ms))
96
-}
0 commit comments