me-foundation / magicdrop

MagicDrop is a collection of EVM minting protocols that enable the multi stage minting, per stage WL management, per stage supply limit, and crossmint support.
MIT License
54 stars 37 forks source link

Use changeEtherBalances to test withdraw #23

Closed macelai closed 2 years ago

macelai commented 2 years ago

The problem was that it was using changeEtherBalance that expects only an account. Now it uses changeEtherBalances that expects an method call.