Skip to content

Commit e0adedb

Browse files
committed
fix: add rate limit to Subscan API configuration
1 parent 4e7ab98 commit e0adedb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

blockapi/v2/api/subscan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def _get_api_options(blockchain: Blockchain, base_url: str) -> ApiOptions:
143143
return ApiOptions(
144144
blockchain=blockchain,
145145
base_url=base_url,
146+
rate_limit=1,
146147
start_offset=0,
147148
max_items_per_page=100,
148149
page_offset_step=1,

0 commit comments

Comments
 (0)