@swapkit/helpers 1.0.0-rc.70 → 1.0.0-rc.72

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/src/types.ts CHANGED
@@ -11,20 +11,20 @@ import type {
11
11
  TraderjoeList,
12
12
  UniswapList,
13
13
  WoofiList,
14
- } from '@swapkit/tokens';
14
+ } from "@swapkit/tokens";
15
15
 
16
16
  export type TokenTax = { buy: number; sell: number };
17
17
 
18
18
  export type TokenNames =
19
- | (typeof ThorchainList)['tokens'][number]['identifier']
20
- | (typeof CoinGeckoList)['tokens'][number]['identifier']
21
- | (typeof MayaList)['tokens'][number]['identifier']
22
- | (typeof PancakeswapETHList)['tokens'][number]['identifier']
23
- | (typeof PancakeswapList)['tokens'][number]['identifier']
24
- | (typeof PangolinList)['tokens'][number]['identifier']
25
- | (typeof StargateARBList)['tokens'][number]['identifier']
26
- | (typeof SushiswapList)['tokens'][number]['identifier']
27
- | (typeof TraderjoeList)['tokens'][number]['identifier']
28
- | (typeof WoofiList)['tokens'][number]['identifier']
29
- | (typeof UniswapList)['tokens'][number]['identifier']
30
- | (typeof ChainflipList)['tokens'][number]['identifier'];
19
+ | (typeof ThorchainList)["tokens"][number]["identifier"]
20
+ | (typeof CoinGeckoList)["tokens"][number]["identifier"]
21
+ | (typeof MayaList)["tokens"][number]["identifier"]
22
+ | (typeof PancakeswapETHList)["tokens"][number]["identifier"]
23
+ | (typeof PancakeswapList)["tokens"][number]["identifier"]
24
+ | (typeof PangolinList)["tokens"][number]["identifier"]
25
+ | (typeof StargateARBList)["tokens"][number]["identifier"]
26
+ | (typeof SushiswapList)["tokens"][number]["identifier"]
27
+ | (typeof TraderjoeList)["tokens"][number]["identifier"]
28
+ | (typeof WoofiList)["tokens"][number]["identifier"]
29
+ | (typeof UniswapList)["tokens"][number]["identifier"]
30
+ | (typeof ChainflipList)["tokens"][number]["identifier"];