We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40eb5d commit 60aafe4Copy full SHA for 60aafe4
src/aleph/sdk/conf.py
@@ -99,7 +99,7 @@ class Settings(BaseSettings):
99
VOUCHER_SOL_REGISTRY: str = "https://api.claim.twentysix.cloud/v1/registry/sol"
100
VOUCHER_ORIGIN_ADDRESS: str = "0xB34f25f2c935bCA437C061547eA12851d719dEFb"
101
102
- ALEPH_AGGREGATE_ADDRESS = "0xFba561a84A537fCaa567bb7A2257e7142701ae2A"
+ ALEPH_AGGREGATE_ADDRESS: str = "0xFba561a84A537fCaa567bb7A2257e7142701ae2A"
103
104
# Web3Provider settings
105
TOKEN_DECIMALS: ClassVar[int] = 18
0 commit comments