Skip to content

Commit

Permalink
feat(ekubo_fetcher):
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Oct 24, 2024
1 parent c73bafd commit 115889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pragma-sdk/pragma_sdk/common/fetchers/fetchers/ekubo.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
GET_PRICES_SELECTOR = get_selector_from_name("get_prices")
PERIOD = 3600 # one hour
MIN_TOKENS = 0
MIN_TOKENS = int(1e18)


class EkuboStatus(IntEnum):
Expand Down

0 comments on commit 115889a

Please sign in to comment.