fix: prettier
This commit is contained in:
parent
b798556774
commit
649202f1c4
@ -12,4 +12,4 @@ export function getSwerveInfosForPair(takerToken: string, makerToken: string): S
|
||||
|
||||
export function getSnowSwapInfosForPair(takerToken: string, makerToken: string): SnowSwapInfo[] {
|
||||
return Object.values(MAINNET_SNOWSWAP_INFOS).filter(c => [makerToken, takerToken].every(t => c.tokens.includes(t)));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user