Skip to content

Commit

Permalink
fix: increase nft-quest fee limit (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce authored Dec 12, 2024
1 parent b41caba commit e2afb8a
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.004"),
feeLimit: parseEther("0.04"),
contractCalls: [
callPolicy({
address: runtimeConfig.public.contracts.nft as Hash,
Expand Down

0 comments on commit e2afb8a

Please sign in to comment.