Skip to content

Commit

Permalink
Revert "disable run current"
Browse files Browse the repository at this point in the history
This reverts commit 269da34.
  • Loading branch information
dtmkeng committed Nov 7, 2023
1 parent 269da34 commit 5c03102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fees/hipo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const address = 'EQBNo5qAG8I8J6IxGaz15SfQVB-kX98YhKV_mT36Xo5vYxUa'
export default {
adapter: {
[CHAIN.TON]: {
runAtCurrTime: false,
runAtCurrTime: true,
start: async () => 1698685200,
meta: {
hallmarks: [
Expand Down

0 comments on commit 5c03102

Please sign in to comment.