Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mantasfam committed Jul 27, 2023
1 parent 7a9e63b commit 843a2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/factory/providers/zksync-era/mute/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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 843a2a7

Please sign in to comment.