Parse send tx response and update package version #8

Merged
nabarun merged 5 commits from nv-update-version into main 2024-03-13 10:29:47 +00:00
Showing only changes of commit c38f7d0835 - Show all commits

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);