From 881ff70a1c5b7ff3d7632696c84273ed500f3da0 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 22 Jan 2025 20:23:46 +0300 Subject: [PATCH] try fix buffer --- src/pages/root/steps/royalty-step/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/root/steps/royalty-step/index.tsx b/src/pages/root/steps/royalty-step/index.tsx index 853b938..a64f5de 100644 --- a/src/pages/root/steps/royalty-step/index.tsx +++ b/src/pages/root/steps/royalty-step/index.tsx @@ -13,6 +13,9 @@ import { ConfirmModal } from "~/pages/root/steps/royalty-step/components/confirm import { useRootStore } from "~/shared/stores/root"; import { BackButton } from "~/shared/ui/back-button"; import { useTonConnectUI } from "@tonconnect/ui-react"; +import { Buffer } from 'buffer'; + +window.Buffer = Buffer; type RoyaltyStepProps = { prevStep(): void;