Skip to content

Instantly share code, notes, and snippets.

@marekkirejczyk
Created January 18, 2019 15:55
Show Gist options
  • Save marekkirejczyk/d1da339b0bd7d25b7e618439010363ab to your computer and use it in GitHub Desktop.
Save marekkirejczyk/d1da339b0bd7d25b7e618439010363ab to your computer and use it in GitHub Desktop.
Waffle: Fixture
async function fixture(provider, [wallet]) {
const token = await deployContract(wallet, BasicTokenMock, [wallet.address, 1000]);
return {token, wallet};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment