Skip to content

Commit

Permalink
Revert "Update index.ts"
Browse files Browse the repository at this point in the history
This reverts commit 843a2a7.
  • Loading branch information
mantasfam committed Jul 27, 2023
1 parent 843a2a7 commit 937285e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/factory/providers/zksync-era/mute/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const MUTE_TOKEN = '0x0e97c7a0f8b2c9885c8ac9fc6136e829cbc21d42';

async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
const { block, chain, provider, web3 } = params;

if (block < START_BLOCK) {
return { balances: {} };
}
Expand Down

0 comments on commit 937285e

Please sign in to comment.