@excswap/token-lists
Version:
[](https://github.com/Excswap/token-lists/actions?query=workflow%3ATests) [](https://unpkg.com/@excswap/token-lists@latest/)
9 lines (8 loc) • 359 B
TypeScript
import { VersionUpgrade } from './getVersionUpgrade';
import { TokenInfo } from './types';
/**
* Returns the minimum version bump for the given list
* @param baseList the base list of tokens
* @param updatedList the updated list of tokens
*/
export declare function minVersionBump(baseList: TokenInfo[], updatedList: TokenInfo[]): VersionUpgrade;