Skip to content

Commit

Permalink
Merge pull request #5883 from balancer/fix/newChainsVoting
Browse files Browse the repository at this point in the history
Fix: Add FRAXTAL and MODE to voting list
  • Loading branch information
agualis authored Jul 9, 2024
2 parents 25383db + 95733ac commit 83730dd
Show file tree
Hide file tree
Showing 4 changed files with 1,901 additions and 495 deletions.
1 change: 0 additions & 1 deletion src/composables/queries/mappers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ test('Maps API pool types', async () => {
expect(mapApiPoolType(GqlPoolType.Gyro3)).toBe(PoolType.Gyro3);
expect(mapApiPoolType(GqlPoolType.Gyroe)).toBe(PoolType.GyroE);
expect(mapApiPoolType(GqlPoolType.Investment)).toBe(PoolType.Investment);
expect(mapApiPoolType(GqlPoolType.Linear)).toBe(PoolType.Linear);
expect(mapApiPoolType(GqlPoolType.LiquidityBootstrapping)).toBe(
PoolType.LiquidityBootstrapping
);
Expand Down
Loading

0 comments on commit 83730dd

Please sign in to comment.