build_vaults
Documentation for eth_defi.tokenised_fund.asseto.backfill.build_vaults function.
- build_vaults(web3, products, token_cache)
Build Asseto vault adapters and attach deployment block hints.
- Parameters
web3 (web3.main.Web3) – Connected chain Web3 instance.
products (list[eth_defi.tokenised_fund.asseto.constants.AssetoProduct]) – Selected products on this chain.
token_cache (eth_defi.token.TokenDiskCache) – Shared token metadata cache.
- Returns
Configured Asseto vault adapters.
- Return type