Skip to content

Commit

Permalink
update base min eth (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzywang authored Oct 22, 2024
1 parent 5e9f4e6 commit 32ce723
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 @@ -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
],
Expand Down

0 comments on commit 32ce723

Please sign in to comment.