Skip to content

Commit

Permalink
removed block number
Browse files Browse the repository at this point in the history
  • Loading branch information
MSamiTariq committed Oct 21, 2024
1 parent 9a94716 commit 8ee8fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/scenario/utils/TokenSourcer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export async function sourceTokens({
} else if (amount.isNegative()) {
await removeTokens(dm, amount.abs(), asset, address);
} else {
await addTokens(dm, amount, asset, address, [address].concat(blacklist), 2755000);
await addTokens(dm, amount, asset, address, [address].concat(blacklist));
}
}

Expand Down

0 comments on commit 8ee8fde

Please sign in to comment.