Skip to content

Commit

Permalink
update base min eth
Browse files Browse the repository at this point in the history
  • Loading branch information
mzywang committed Oct 18, 2024
1 parent ec5afeb commit d1d8fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,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
],
Expand Down

0 comments on commit d1d8fd6

Please sign in to comment.