Skip to content

Commit 090974a

Browse files
authored
change agg hook address (#74)
1 parent eb997e9 commit 090974a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 ['0x2929d242c6c475f78ea7ce8837c9078bcd9ca088']
775+
return ['0x717c31c3Ea5F9070297f239FaFD63d21Afdaa888']
776776
}
777777
return []
778778
}

0 commit comments

Comments
 (0)