# README
Mocks
The mocks in this folder have been generated using the mockery tool. To regenerate the mocks, run the following commands:
BankKeeper
(from used version of Cosmos SDK):
git clone https://github.com/evmos/cosmos-sdk.git
cd cosmos-sdk
git checkout v0.47.5 # or the version currently used
# Go into bank module and generate mock
cd x/bank
mockery --name Keeper
EVMKeeper
(reduced interface defined in ERC20 types):
cd x/erc20/types
mockery --name EVMKeeper