Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Aug 1, 2024
1 parent bae4061 commit 43bc981
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dockernet/ts-tests/test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ beforeAll(async () => {
// init accounts as an empty object, then add the accounts in the loop
accounts = {};
for (const { name, mnemonic } of mnemonics) {
// @ts-expect-error
// init accounts[name] as an empty object, then add the fields one by one
accounts[name] = {};

// setup signer
//
// IMPORTANT: we're using Secp256k1HdWallet from @cosmjs/amino because sending amino txs tests both amino and direct.
Expand Down

0 comments on commit 43bc981

Please sign in to comment.