1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Fixing bug in deactivateMint gas estimation

This commit is contained in:
Jamie Hewitt 2022-05-20 14:07:50 +03:00
parent 8b9d4f1180
commit 01e646c10f

View File

@ -803,7 +803,7 @@ export class FixedRateExchange {
const estGas = await estimateGas(
address,
this.fixedRateContract.methods.methods.toggleMintState,
this.fixedRateContract.methods.toggleMintState,
exchangeId,
false
)