Skip to content

Commit

Permalink
fix_address_format.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
reveloper authored Oct 6, 2024
1 parent b24830c commit ea77a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/dapps/ton-connect/web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const tonConnectUI = new TonConnectUI({ //connect application
const transaction = {
messages: [
{
address: "0:412410771DA82CBA306A55FA9E0D43C9D245E38133CB58F1457DFB8D5CD8892F", // destination address
address: "EQABa48hjKzg09hN_HjxOic7r8T1PleIy1dRd8NvZ3922MP0", // destination address
amount: "20000000" //Toncoin in nanotons
}
]
Expand Down

0 comments on commit ea77a7a

Please sign in to comment.