Skip to content

Commit

Permalink
fix delay
Browse files Browse the repository at this point in the history
  • Loading branch information
killroy192 committed Jul 28, 2024
1 parent 4f13a0a commit 76c5c77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/fuel/depositERC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ export async function initERCFuelDeposits(token: Hex) {
const EVMWallets = await getEVMWallets();

for (const wallet of EVMWallets) {
if (wallet === EVMWallets[0]) {
continue;
}
const [, balance] = await getBalance({
walletAddress: wallet.address,
tokenAddress: token,
Expand Down

0 comments on commit 76c5c77

Please sign in to comment.