Skip to content

Commit

Permalink
chore: change receive tip address
Browse files Browse the repository at this point in the history
  • Loading branch information
0xExp-po committed Sep 18, 2024
1 parent 6585585 commit d649abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/service/PaymentService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as StellarSdk from "@stellar/stellar-sdk";
async function sendXLM(donateAmount: string, projectAddress: string, tipAmount: string): Promise<boolean> {
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");
Expand Down

0 comments on commit d649abb

Please sign in to comment.