Skip to content

Commit

Permalink
change amount to deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
PiVortex committed Aug 26, 2024
1 parent c8c99a7 commit f760840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/wallets/near.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class Wallet {
{
type: "Transfer",
params: {
amount: "10000000000000000000000",
deposit: "10000000000000000000000",
},
},
],
Expand Down

0 comments on commit f760840

Please sign in to comment.