Skip to content

Commit

Permalink
fix: Connect KharCoin to Ton network And Save Wallet to backend database
Browse files Browse the repository at this point in the history
  • Loading branch information
Javid Momeni committed Jun 30, 2024
1 parent 318a7a4 commit 48f71f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pages/Boosts.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export function BoostsPage() {
'Content-Type': 'application/json',
},
body: JSON.stringify({
usertgid,
userFriendlyAddress,
id : usertgid,
wallet : userFriendlyAddress,
}),
})
.then(response => response.json())
Expand Down Expand Up @@ -48,8 +48,7 @@ export function BoostsPage() {
<Container>
<Title order={1}>تقویت</Title>
{userFriendlyAddress && (
<>
{userFriendlyAddress}
<>
<div>
<span>کیف پول شما برای بازی <br /> {userFriendlyAddress} <br /> است</span>
</div>
Expand Down

0 comments on commit 48f71f7

Please sign in to comment.