File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ async def _fetch_voucher_update(self):
28
28
"""
29
29
30
30
post_filter = PostFilter (
31
- types = ["vouchers-update" ], addresses = [settings .VOUCHER_SENDER ]
31
+ types = ["vouchers-update" ], addresses = [settings .VOUCHER_ORIGIN_ADDRESS ]
32
32
)
33
33
vouchers_post : PostsResponse = await self ._client .get_posts (
34
34
post_filter = post_filter , page_size = 1
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ class Settings(BaseSettings):
96
96
"https://claim.twentysix.cloud/sbt/metadata/{}.json"
97
97
)
98
98
VOUCHER_SOL_REGISTRY : str = "https://api.claim.twentysix.cloud/v1/registry/sol"
99
- VOUCHER_SENDER : str = "0xB34f25f2c935bCA437C061547eA12851d719dEFb"
99
+ VOUCHER_ORIGIN_ADDRESS : str = "0xB34f25f2c935bCA437C061547eA12851d719dEFb"
100
100
101
101
# Web3Provider settings
102
102
TOKEN_DECIMALS : ClassVar [int ] = 18
You can’t perform that action at this time.
0 commit comments