diff --git a/dapp/src/service/PaymentService.ts b/dapp/src/service/PaymentService.ts index a09dd2c..98a9892 100644 --- a/dapp/src/service/PaymentService.ts +++ b/dapp/src/service/PaymentService.ts @@ -4,7 +4,7 @@ import * as StellarSdk from "@stellar/stellar-sdk"; async function sendXLM(donateAmount: string, projectAddress: string, tipAmount: string): Promise { const senderPublicKey = loadedPublicKey(); - const tansuAddress = import.meta.env.PUBLIC_TANSU_CONTRACT_ID; + const tansuAddress = import.meta.env.PUBLIC_TANSU_OWNER_ID; if (!senderPublicKey) { alert("Please connect your wallet first");