ApeWorX / ape-foundry

Foundry network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
33 stars 13 forks source link

add method to set balance of impersonated acc in mainnet-fork #26

Closed bout3fiddy closed 1 year ago

bout3fiddy commented 1 year ago

Overview

Provide methods for setting eth/native token balance of any address.

Specification

acc = ape.account[0x...]
acc.balance += 10**18
antazoey commented 1 year ago

https://github.com/ApeWorX/ape-foundry/blob/main/ape_foundry/providers.py#L295

fubuloubu commented 1 year ago

Sorry about the confusion