Skip to content

Commit

Permalink
Increase gas limit on init
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Jul 12, 2021
1 parent 9c6e601 commit f0625c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const init = async () => {
fcl.proposer(authz),
fcl.payer(authz),
fcl.authorizations([authz]),
fcl.limit(90),
fcl.limit(200),
]).then(fcl.decode)
console.log("TX", txId)
const txStatus = await fcl.tx(txId).onceSealed()
Expand Down

0 comments on commit f0625c0

Please sign in to comment.