Commit 90cd0b24 authored by platocrat's avatar platocrat Committed by GitHub

fix: remove hardcoded gasLimit (#754)

parent ea4f01c5
...@@ -58,8 +58,7 @@ describe('ERC20 smart contract', () => { ...@@ -58,8 +58,7 @@ describe('ERC20 smart contract', () => {
1000, 1000,
COIN_NAME, COIN_NAME,
NUM_DECIMALS, NUM_DECIMALS,
TICKER, TICKER
{ gasLimit: 8_000_000 }
) )
await ERC20.deployTransaction.wait() await ERC20.deployTransaction.wait()
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment