Skip to content

Commit

Permalink
fix: always show polygon based data on first step
Browse files Browse the repository at this point in the history
  • Loading branch information
pociej committed Feb 1, 2024
1 parent 967616d commit 14024e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/hooks/useRate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const useOnboardingExchangeRates = (chainId?: NetworkType) => {
Math.pow(10, 6),
[contracts.USDC.address, contracts.wrappedNativeToken.address],
],
chainId: 137,
}
)

Expand All @@ -58,6 +59,7 @@ export const useOnboardingExchangeRates = (chainId?: NetworkType) => {
Math.pow(10, 18),
[contracts.wrappedNativeToken.address, contracts.GLM.address],
],
chainId: 137,
})

useEffect(() => {
Expand Down

0 comments on commit 14024e1

Please sign in to comment.