Skip to content

Commit 60aafe4

Browse files
committed
fix: missing typing for ALEPH_AGGREGATE_ADDRESS in settings
1 parent e40eb5d commit 60aafe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/sdk/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class Settings(BaseSettings):
9999
VOUCHER_SOL_REGISTRY: str = "https://api.claim.twentysix.cloud/v1/registry/sol"
100100
VOUCHER_ORIGIN_ADDRESS: str = "0xB34f25f2c935bCA437C061547eA12851d719dEFb"
101101

102-
ALEPH_AGGREGATE_ADDRESS = "0xFba561a84A537fCaa567bb7A2257e7142701ae2A"
102+
ALEPH_AGGREGATE_ADDRESS: str = "0xFba561a84A537fCaa567bb7A2257e7142701ae2A"
103103

104104
# Web3Provider settings
105105
TOKEN_DECIMALS: ClassVar[int] = 18

0 commit comments

Comments
 (0)