Skip to content

Commit

Permalink
fix: bump nft quest fee limit (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va authored and itsacoyote committed Dec 12, 2024
1 parent 5f88afe commit 5bc8740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nft-quest/stores/connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const useConnectorStore = defineStore("connector", () => {
},
authServerUrl: runtimeConfig.public.authServerUrl,
session: {
feeLimit: parseEther("0.002"),
feeLimit: parseEther("0.004"),
contractCalls: [
callPolicy({
address: runtimeConfig.public.contracts.nft as Hash,
Expand Down

0 comments on commit 5bc8740

Please sign in to comment.