Skip to content

Commit 34af866

Browse files
committed
use new usdc/weth pool
1 parent 50262c8 commit 34af866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ export function getSubgraphConfig(): SubgraphConfig {
463463
} else if (selectedNetwork == UNICHAIN_NETWORK_NAME) {
464464
return {
465465
factoryAddress: '0x1f98400000000000000000000000000000000003',
466-
stablecoinWrappedNativePoolAddress: '0xe4e90705598e9fa297eab1774573651759667258', // DAI/WETH
466+
stablecoinWrappedNativePoolAddress: '0x8927058918e3cff6f55efe45a58db1be1f069e49', // USDC/WETH
467467
stablecoinIsToken0: true,
468468
wrappedNativeAddress: '0x4200000000000000000000000000000000000006', // WETH
469469
minimumNativeLocked: BigDecimal.fromString('1'),

0 commit comments

Comments
 (0)