Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Mar 11, 2024
1 parent 345221f commit 14434ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethernaut-interact/src/tasks/balance.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function getETHBalance(address, hre) {
}

async function getTokenBalance(address, token, hre) {
const contract = await getContract('ERC20', token, hre)
const contract = await getContract('erc20', token, hre)

const rawBalance = await contract.balanceOf(address)
const decimals = await contract.decimals()
Expand Down

0 comments on commit 14434ea

Please sign in to comment.