Skip to content

Commit

Permalink
fix(site): decrease transfer amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Oct 18, 2023
1 parent 2b4b70b commit 1eb0407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/src/lib/transferDemo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const sendUnoToEthereum = async () => {
},
'auto',
undefined,
[{ denom: 'muno', amount: '10000' }]
[{ denom: 'muno', amount: '1000' }]
);
};

Expand Down
2 changes: 1 addition & 1 deletion site/src/lib/transferFromSepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const sendUnoToUnion = async () => {
uAccount.address,
[[MUNO_ERC20_ADDRESS, 1000]],
3,
10000000000
800000000
);

await tx.wait();
Expand Down

0 comments on commit 1eb0407

Please sign in to comment.