Skip to content

Commit

Permalink
remove morpho empty test (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergarces authored Jun 5, 2024
1 parent 37c43df commit 011fd5f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ export const testCases: TestCase[] = [
},
blockNumber: 19259859 + 1,
},
{
chainId: Chain.Ethereum,
method: 'profits',
key: '3',
input: {
userAddress: '0x306c9b45050F1FF0a4470f9801CCBCe97a2aC5A2',
timePeriod: TimePeriod.oneDay,
includeRawValues: true,
filterProtocolTokens: [],
},
blockNumber: 19223914 + 1,
},
{
chainId: Chain.Ethereum,
method: 'tvl',
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters-library/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const ConfigSchema = z
.default(
parseNumberEnv(
process.env.DEFI_ADAPTERS_MAX_BATCH_SIZE_OPTIMISM,
100,
20,
),
),
bsc: z
Expand Down

0 comments on commit 011fd5f

Please sign in to comment.