Skip to content

Commit

Permalink
Fixing GAS_USED_BY_POST
Browse files Browse the repository at this point in the history
  • Loading branch information
shahafn committed Aug 24, 2021
1 parent eef8673 commit 6f81845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const IQuoter = artifacts.require('IQuoter')
// as we are using forked mainnet, we will need to impersonate an account with a lot of DAI & UNI
const MAJOR_DAI_AND_UNI_HOLDER = '0x47ac0fb4f2d84898e4d9e7b4dab3c24507a6d503'

const GAS_USED_BY_POST = 199009
const GAS_USED_BY_POST = 197508
const MAX_POSSIBLE_GAS = 1e6
const PERMIT_DATA_LENGTH = 0
const POOL_FEE = 3000
Expand Down

0 comments on commit 6f81845

Please sign in to comment.