Skip to content

Commit

Permalink
Merge pull request #962 from balancer/v3-canary
Browse files Browse the repository at this point in the history
publish to prod
  • Loading branch information
gmbronco committed Sep 20, 2024
2 parents 7070e05 + 7205177 commit 469f24b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# backend

## 1.20.5

### Patch Changes

- 0ab785d: fetch token rates for gyro2 pools

## 1.20.4

### Patch Changes
Expand Down
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.20.4",
"version": "1.20.5",
"description": "Backend service for Beethoven X and Balancer",
"repository": "https://github.com/balancer/backend",
"author": "Beethoven X",
Expand Down

0 comments on commit 469f24b

Please sign in to comment.