From 5bc87404627e01f3c8bcabd4924bf38fd4c10e07 Mon Sep 17 00:00:00 2001 From: Lyova Potyomkin Date: Thu, 12 Dec 2024 15:39:12 +0200 Subject: [PATCH] fix: bump nft quest fee limit (#39) --- examples/nft-quest/stores/connector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nft-quest/stores/connector.ts b/examples/nft-quest/stores/connector.ts index 5b4554e..090bb61 100644 --- a/examples/nft-quest/stores/connector.ts +++ b/examples/nft-quest/stores/connector.ts @@ -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,