Skip to content

Commit

Permalink
✅ Cleanup ERC20 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed Feb 5, 2022
1 parent 32edfe8 commit 5d14be0
Show file tree
Hide file tree
Showing 3 changed files with 633 additions and 64 deletions.
10 changes: 5 additions & 5 deletions .gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ testApprove() (gas: 26558)
testMetaData() (gas: 6966)
testTransferFrom() (gas: 388134)
testFailTransferFromInsufficientBalance() (gas: 359401)
testFailPermitPastDeadline() (gas: 2197)
testFailPermitReplay() (gas: 59949)
testFailPermitPastDeadline() (gas: 1489)
testFailPermitReplay() (gas: 59241)
testMint() (gas: 49180)
testFailTransferFromInsufficientAllowance() (gas: 358925)
testTransfer() (gas: 75628)
testBurn() (gas: 52492)
testPermit() (gas: 56782)
testPermit() (gas: 56074)
testFailTransferInsufficientBalance() (gas: 48240)
testFailPermitBadDeadline() (gas: 30486)
testFailPermitBadNonce() (gas: 30436)
testFailPermitBadDeadline() (gas: 29778)
testFailPermitBadNonce() (gas: 29728)
testFailRedeemWithNoShareAmount() (gas: 7821)
testFailRedeemWithNotEnoughShareAmount() (gas: 172439)
testFailWithdrawWithNoUnderlyingAmount() (gas: 7817)
Expand Down
Loading

0 comments on commit 5d14be0

Please sign in to comment.