Skip to content

Commit

Permalink
fix: tx-gas test using sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroga committed Nov 24, 2021
1 parent 035cb75 commit 92f0c5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/utils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ export function setNonce(privateKey, _nonce) {
nonceDict[privateKey] = _nonce;
}

export function getNonce(privateKey) {
return nonceDict[privateKey];
}

export async function getAccounts() {
if (process.env.FROM_ADDRESS) return [process.env.FROM_ADDRESS];
const accounts = web3.eth.getAccounts();
Expand Down

0 comments on commit 92f0c5d

Please sign in to comment.