We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50262c8 commit 34af866Copy full SHA for 34af866
src/utils/chains.ts
@@ -463,7 +463,7 @@ export function getSubgraphConfig(): SubgraphConfig {
463
} else if (selectedNetwork == UNICHAIN_NETWORK_NAME) {
464
return {
465
factoryAddress: '0x1f98400000000000000000000000000000000003',
466
- stablecoinWrappedNativePoolAddress: '0xe4e90705598e9fa297eab1774573651759667258', // DAI/WETH
+ stablecoinWrappedNativePoolAddress: '0x8927058918e3cff6f55efe45a58db1be1f069e49', // USDC/WETH
467
stablecoinIsToken0: true,
468
wrappedNativeAddress: '0x4200000000000000000000000000000000000006', // WETH
469
minimumNativeLocked: BigDecimal.fromString('1'),
0 commit comments