Skip to content

Commit 83730dd

Browse files
author
Alberto Gualis
authored
Merge pull request #5883 from balancer/fix/newChainsVoting
Fix: Add FRAXTAL and MODE to voting list
2 parents 25383db + 95733ac commit 83730dd

File tree

4 files changed

+1901
-495
lines changed

4 files changed

+1901
-495
lines changed

src/composables/queries/mappers.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ test('Maps API pool types', async () => {
2626
expect(mapApiPoolType(GqlPoolType.Gyro3)).toBe(PoolType.Gyro3);
2727
expect(mapApiPoolType(GqlPoolType.Gyroe)).toBe(PoolType.GyroE);
2828
expect(mapApiPoolType(GqlPoolType.Investment)).toBe(PoolType.Investment);
29-
expect(mapApiPoolType(GqlPoolType.Linear)).toBe(PoolType.Linear);
3029
expect(mapApiPoolType(GqlPoolType.LiquidityBootstrapping)).toBe(
3130
PoolType.LiquidityBootstrapping
3231
);

0 commit comments

Comments
 (0)