From 32ce723ab7bcce7e12e656b1ff63203c9e8a1696 Mon Sep 17 00:00:00 2001 From: Michael Wang <44713145+mzywang@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:54:17 -0400 Subject: [PATCH] update base min eth (#250) --- src/utils/chains.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/chains.ts b/src/utils/chains.ts index 692c8399..a4c47133 100644 --- a/src/utils/chains.ts +++ b/src/utils/chains.ts @@ -151,7 +151,7 @@ export function getSubgraphConfig(): SubgraphConfig { stablecoinWrappedNativePoolAddress: '0x4c36388be6f416a29c8d8eee81c771ce6be14b18', // WETH-USDbC 0.05% pool stablecoinIsToken0: false, wrappedNativeAddress: '0x4200000000000000000000000000000000000006', // WETH - minimumNativeLocked: BigDecimal.fromString('1'), + minimumNativeLocked: BigDecimal.fromString('4'), stablecoinAddresses: [ '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913', // USDC ],