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;