Skip to content

Commit

Permalink
fix: Add missing gyro3 to SupportedRawPoolTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrantuk committed Sep 4, 2023
1 parent ff7748f commit 0f72357
Showing 1 changed file with 1 addition and 0 deletions.
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 0f72357

Please sign in to comment.