Skip to content

Commit 71e9aed

Browse files
authored
update xlayer v4 stable token pool to OKB/USDT0 (#75)
1 parent 090974a commit 71e9aed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/utils/chains.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -667,11 +667,11 @@ export function getSubgraphConfig(): SubgraphConfig {
667667
const DAI = '0xC5015b9d9161Dca7e18e32f6f25C4aD850731Fd4'.toLowerCase()
668668
const xETH = '0xE7B000003A45145decf8a28FC755aD5eC5EA025A'.toLowerCase()
669669
const xSOL = '0x505000008DE8748DBd4422ff4687a4FC9bEba15b'.toLowerCase()
670-
const nativeToUSDC = '0x9072107b33ad70c231602b537d91774a43c1837f9b28040ee9bf8cad0a0ab4a1'.toLowerCase()
670+
const nativeToUSDT0 = '0xf8096cd5528d825ddeb799c32ea793e5952b72b91f016ed19314981fcd142cb8'.toLowerCase()
671671

672672
return {
673673
poolManagerAddress: '0x360E68faCcca8cA495c1B759Fd9EEe466db9FB32'.toLowerCase(),
674-
stablecoinWrappedNativePoolId: nativeToUSDC,
674+
stablecoinWrappedNativePoolId: nativeToUSDT0,
675675
stablecoinIsToken0: false,
676676
wrappedNativeAddress: WOKB,
677677
minimumNativeLocked: BigDecimal.fromString('25'),
@@ -772,7 +772,7 @@ export function getSubgraphConfig(): SubgraphConfig {
772772
// Hooks that represent USD-stable <> USD-stable aggregator pools where pool price should be treated as parity.
773773
export function getUSDStableStableHookAddresses(): string[] {
774774
if (dataSource.network() == TEMPO_NETWORK_NAME) {
775-
return ['0x717c31c3Ea5F9070297f239FaFD63d21Afdaa888']
775+
return ['0x717c31c3ea5f9070297f239fafd63d21afdaa888']
776776
}
777777
return []
778778
}

0 commit comments

Comments
 (0)