Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Sep 20, 2023
1 parent e7fc19e commit e92f47c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export async function performBasicRpcCalls(provider: SupportedProviders) {
to: accounts[1],
from: accounts[0],
value: '1',
type: 2,
gas: 21000
});
expect(tx.status).toBe(BigInt(1));
Expand Down

0 comments on commit e92f47c

Please sign in to comment.