From 6bf744ac6bd83c3911f14588a3e2f7695cd3a445 Mon Sep 17 00:00:00 2001 From: samina <57885104+saminacodes@users.noreply.github.com> Date: Mon, 17 Mar 2025 10:59:13 -0600 Subject: [PATCH 1/2] Update page.mdx Signed-off-by: samina <57885104+saminacodes@users.noreply.github.com> --- apps/portal/src/app/connect/pay/faqs/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portal/src/app/connect/pay/faqs/page.mdx b/apps/portal/src/app/connect/pay/faqs/page.mdx index 31a633f51e3..2a2fe86b1a6 100644 --- a/apps/portal/src/app/connect/pay/faqs/page.mdx +++ b/apps/portal/src/app/connect/pay/faqs/page.mdx @@ -12,11 +12,11 @@ export const metadata = createMetadata({ # FAQs
-thirdweb takes a 1% fee on all Buy With Fiat transactions. Additional processing fees will depend on the selected onramp vendor. +thirdweb does not charge any fees for buy with fiat. Any fees on onramping are based on the onramp provider.
-thirdweb takes a 1% fee on all Buy With Crypto transactions. +For buying with crypto, thirdweb charges 0.3% and the application developer may charge up to 0.7% on each transaction
From b455559bbab9f0427e187fc21b9891ea514a80ad Mon Sep 17 00:00:00 2001 From: gregfromstl Date: Mon, 17 Mar 2025 10:09:47 -0700 Subject: [PATCH 2/2] pin pnpm --- .github/composite-actions/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/composite-actions/install/action.yml b/.github/composite-actions/install/action.yml index cf3f9047017..57aecf82ecf 100644 --- a/.github/composite-actions/install/action.yml +++ b/.github/composite-actions/install/action.yml @@ -12,7 +12,7 @@ runs: # pnpm for our dependencies - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 with: - version: 9 + version: 9.11.0 - name: Setup Node.js uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: