Skip to content

Commit

Permalink
Revert "fix: s3 mainnet after asynced load_streams (#584)"
Browse files Browse the repository at this point in the history
This reverts commit 9711c1a.
  • Loading branch information
BobTheBuidler committed Sep 6, 2023
1 parent 9c2133d commit 03746cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def wrap_vault(
}
]
else:
strategies = [{"address": str(strategy.strategy), "name": strategy.name} for strategy in vault.strategies]
strategies = [{"address": str(strategy.strategy), "name": strategy.name} for strategy in await vault.strategies]

token_alias = aliases[str(vault.token)]["symbol"] if str(vault.token) in aliases else await ERC20(vault.token, asynchronous=True).symbol
vault_alias = token_alias
Expand Down

0 comments on commit 03746cd

Please sign in to comment.