Skip to content

Conversation

@evgeny-stakewise
Copy link
Contributor

No description provided.

calls.append((os_token_redeemer_contract.contract_address, call_data))

_, results = await multicall_contract.aggregate(calls, block_number=block_number)
return [Wei(Web3.to_int(res)) for res in results]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switched back to using the multicall contract, since native web3 batches don’t support specifying a block parameter—so if we ever need to execute this batch at a specific block, multicall is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants