fix: prettier
This commit is contained in:
@@ -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)));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user