Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/arb-token-bridge-ui/src/util/TokenUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export async function isValidErc20({

try {
await Promise.all([
// we don't reallly care about the balance in this call, so we're just using vitalik.eth
// we don't really care about the balance in this call, so we're just using vitalik.eth
// didn't want to use address zero in case contracts have checks for it
erc20.balanceOf('0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'),
erc20.totalSupply()
Expand Down