Add support for using auto fee calculation #22

Merged
nabarun merged 19 commits from deep-stack/registry-sdk:iv-add-tx-info-test into main 2024-09-06 09:07:58 +00:00
Showing only changes of commit cc3e1faa1d - Show all commits

View File

@ -49,7 +49,7 @@ const registryTests = () => {
beforeAll(async () => {
// Fund 10 new accounts for the test
accounts = await createTestAccounts(10);
accounts = await createTestAccounts(5);
for (let i = 0; i < accounts.length; i++) {
await registry.sendCoins({ denom: DENOM, amount: '1000000', destinationAddress: accounts[i].address }, privateKey, fee);
}