@yodlpay/tokenlists 0.9.7 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +210 -14
- package/dist/ccip-CTW8a_vN.js +184 -0
- package/dist/index-Cso5F8p5.js +33269 -0
- package/dist/index.js +31 -6
- package/dist/tokens/tokenlist-featured.json +905 -0
- package/dist/tokens/tokenlist-generated.json +4635 -0
- package/package.json +29 -16
- package/dist/abis-ts/YodlRouterV0.1.abi.d.ts +0 -131
- package/dist/abis-ts/YodlRouterV0.2.abi.d.ts +0 -417
- package/dist/abis-ts/YodlRouterV0.3.abi.d.ts +0 -447
- package/dist/abis-ts/YodlRouterV0.4.abi.d.ts +0 -459
- package/dist/abis-ts/YodlRouterV0.5.abi.d.ts +0 -458
- package/dist/abis-ts/YodlRouterV0.6.abi.d.ts +0 -796
- package/dist/abis-ts/YodlRouterV0.7.abi.d.ts +0 -695
- package/dist/abis-ts/YodlRouterV0.8.abi.d.ts +0 -986
- package/dist/abis-ts/YodlRouterV0.9.abi.d.ts +0 -978
- package/dist/abis.d.ts +0 -67
- package/dist/chainlist-v1.json +0 -193
- package/dist/curve.json +0 -30
- package/dist/diffTokenLists.d.ts +0 -30
- package/dist/fiatCurrencies.json +0 -158
- package/dist/getVersionUpgrade.d.ts +0 -17
- package/dist/index.d.ts +0 -5576
- package/dist/isVersionUpdate.d.ts +0 -5
- package/dist/minVersionBump.d.ts +0 -8
- package/dist/nextVersion.d.ts +0 -8
- package/dist/pricefeeds.json +0 -18429
- package/dist/routerlist-v1.d.ts +0 -14
- package/dist/schema.tokenlist-v1.json +0 -329
- package/dist/tokenlist-featured.json +0 -1616
- package/dist/tokenlist-generated.json +0 -3407
- package/dist/tokenlists.cjs.development.js +0 -30414
- package/dist/tokenlists.cjs.development.js.map +0 -1
- package/dist/tokenlists.cjs.production.min.js +0 -2
- package/dist/tokenlists.cjs.production.min.js.map +0 -1
- package/dist/tokenlists.esm.js +0 -30382
- package/dist/tokenlists.esm.js.map +0 -1
- package/dist/types.d.ts +0 -98
- package/dist/update.d.ts +0 -86
- package/dist/versionComparator.d.ts +0 -8
package/dist/minVersionBump.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { VersionUpgrade } from './getVersionUpgrade';
|
|
2
|
-
import { TokenInfo } from './types';
|
|
3
|
-
/**
|
|
4
|
-
* Returns the minimum version bump for the given list
|
|
5
|
-
* @param baseList the base list of tokens
|
|
6
|
-
* @param updatedList the updated list of tokens
|
|
7
|
-
*/
|
|
8
|
-
export declare function minVersionBump(baseList: TokenInfo[], updatedList: TokenInfo[]): VersionUpgrade;
|
package/dist/nextVersion.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { VersionUpgrade } from './getVersionUpgrade';
|
|
2
|
-
import { Version } from './types';
|
|
3
|
-
/**
|
|
4
|
-
* Returns the next version of the list given a base version and the upgrade type
|
|
5
|
-
* @param base current version
|
|
6
|
-
* @param bump the upgrade type
|
|
7
|
-
*/
|
|
8
|
-
export declare function nextVersion(base: Version, bump: VersionUpgrade): Version;
|