Skip to content

Commit

Permalink
fetch token rates for gyro2 pools (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Sep 20, 2024
1 parent 459828e commit 0ab785d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-stingrays-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'backend': patch
---

fetch token rates for gyro2 pools
1 change: 1 addition & 0 deletions modules/pool/lib/pool-onchain-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const addPoolTypeSpecificCallsToMulticaller = (type: PoolInput['type'], version
return stableCalls;
case 'META_STABLE':
return metaStableCalls;
case 'GYRO':
case 'GYROE':
if (version === 2) {
return gyroECalls;
Expand Down

0 comments on commit 0ab785d

Please sign in to comment.