Skip to content

Commit

Permalink
fix: corrected lusd address in apy calculations (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstashh committed Jun 22, 2021
1 parent 9910300 commit 5b1b3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apy.py
Expand Up @@ -48,7 +48,7 @@ def main():

def lusd():
samples = get_samples()
address = "0xA74d4B67b3368E83797a35382AFB776bAAE4F5C8"
address = "0x5fA5B62c8AF877CB37031e0a3B2f34A78e3C56A6"
vault = VaultV2.from_address(address)
print(json.dumps(dataclasses.asdict(vault.apy(samples)), indent=2))

Expand Down

0 comments on commit 5b1b3f8

Please sign in to comment.