Skip to content

Commit

Permalink
Merge pull request #92 from balancer/add-missing-gyro3-type
Browse files Browse the repository at this point in the history
fix: Add missing gyro3 to SupportedRawPoolTypes.
  • Loading branch information
johngrantuk authored Oct 12, 2023
2 parents ff7748f + 7004561 commit 3771c06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-ties-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@balancer/sdk": patch
---

Add missing gyro3 to SupportedRawPoolTypes.
1 change: 1 addition & 0 deletions src/data/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export type SupportedRawPoolTypes =
| 'Element'
| 'FX'
| 'Gyro2'
| 'Gyro3'
| 'GyroE';
type LinearPoolType = `${string}Linear`;

Expand Down

0 comments on commit 3771c06

Please sign in to comment.