Reduce transfer amount for newly funded account
All checks were successful
Tests / sdk_tests (pull_request) Successful in 20m3s

This commit is contained in:
neeraj 2024-03-13 14:47:51 +05:30
parent 6c04a94b7d
commit c38f7d0835

View File

@ -98,7 +98,7 @@ const namingTests = () => {
const mnenonic2 = Account.generateMnemonic();
const otherAccount2 = await Account.generateFromMnemonic(mnenonic2);
await otherAccount2.init();
await registry.sendCoins({ denom: DENOM, amount: '10000', destinationAddress: otherAccount2.address }, otherAccount1.getPrivateKey(), fee);
await registry.sendCoins({ denom: DENOM, amount: '1000', destinationAddress: otherAccount2.address }, otherAccount1.getPrivateKey(), fee);
const subAuthority = `halo.${authorityName}`;
await registry.reserveAuthority({ name: subAuthority, owner: otherAccount1.address }, privateKey, fee);