@swapkit/tokens 1.0.0-rc.22 → 1.0.0-rc.24

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/dist/index.d.ts CHANGED
@@ -22950,7 +22950,7 @@ export declare const MayaList: {
22950
22950
  readonly decimals: 18;
22951
22951
  }];
22952
22952
  readonly count: 9;
22953
- readonly logo: "https://static.thorswap.finance/logo.png";
22953
+ readonly logo: "https://static.thorswap.net/logo.png";
22954
22954
  };
22955
22955
 
22956
22956
  export declare const NativeList: {
@@ -23029,7 +23029,7 @@ export declare const NativeList: {
23029
23029
  readonly decimals: 8;
23030
23030
  }];
23031
23031
  readonly count: 15;
23032
- readonly logo: "https://static.thorswap.finance/logo.png";
23032
+ readonly logo: "https://static.thorswap.net/logo.png";
23033
23033
  };
23034
23034
 
23035
23035
  export declare const OneInchList: {
@@ -28787,7 +28787,7 @@ export declare const ThorchainList: {
28787
28787
  readonly decimals: 8;
28788
28788
  }];
28789
28789
  readonly count: 33;
28790
- readonly logo: "https://app.thorswap.finance/assets/asset-rune-43bdc185.svg";
28790
+ readonly logo: "https://static.thorswap.net/token-list/images/thor.rune.png";
28791
28791
  };
28792
28792
 
28793
28793
  export declare const TraderjoeList: {
package/dist/index.es.js CHANGED
@@ -27753,7 +27753,7 @@ const e = {
27753
27753
  }
27754
27754
  ],
27755
27755
  count: 9,
27756
- logo: "https://static.thorswap.finance/logo.png"
27756
+ logo: "https://static.thorswap.net/logo.png"
27757
27757
  }, i = {
27758
27758
  name: "native-l1",
27759
27759
  timestamp: "2023-10-17T00:00:00.000Z",
@@ -27777,7 +27777,7 @@ const e = {
27777
27777
  { chain: "THOR", identifier: "THOR.RUNE", decimals: 8 }
27778
27778
  ],
27779
27779
  count: 15,
27780
- logo: "https://static.thorswap.finance/logo.png"
27780
+ logo: "https://static.thorswap.net/logo.png"
27781
27781
  }, E = {
27782
27782
  name: "PancakeSwap Extended",
27783
27783
  timestamp: "2023-10-23T06:33:51.482Z",
@@ -34338,7 +34338,7 @@ const e = {
34338
34338
  { chain: "THOR", identifier: "THOR.RUNE", decimals: 8 }
34339
34339
  ],
34340
34340
  count: 33,
34341
- logo: "https://app.thorswap.finance/assets/asset-rune-43bdc185.svg"
34341
+ logo: "https://static.thorswap.net/token-list/images/thor.rune.png"
34342
34342
  }, s = {
34343
34343
  name: "Trader Joe Default",
34344
34344
  timestamp: "2021-11-20T00:00:00+00:00",
package/package.json CHANGED
@@ -7,9 +7,9 @@
7
7
  "fs-extra": "11.1.1",
8
8
  "vite": "4.5.0",
9
9
  "vitest": "0.34.6",
10
- "@internal/config": "0.0.0-rc.7",
11
- "@swapkit/api": "1.0.0-rc.21",
12
- "@swapkit/types": "1.0.0-rc.21"
10
+ "@internal/config": "0.0.0-rc.9",
11
+ "@swapkit/api": "1.0.0-rc.23",
12
+ "@swapkit/types": "1.0.0-rc.23"
13
13
  },
14
14
  "eslintConfig": {
15
15
  "extends": "../../../internal/eslint-config"
@@ -37,7 +37,7 @@
37
37
  "repository": "https://github.com/thorswap/SwapKit.git",
38
38
  "type": "module",
39
39
  "types": "./dist/index.d.ts",
40
- "version": "1.0.0-rc.22",
40
+ "version": "1.0.0-rc.24",
41
41
  "scripts": {
42
42
  "build": "vite build",
43
43
  "generate-tokens": "node ./scripts/fetchTokenLists.js",
@@ -27,5 +27,5 @@ export const list = {
27
27
  },
28
28
  ],
29
29
  count: 9,
30
- logo: 'https://static.thorswap.finance/logo.png',
30
+ logo: 'https://static.thorswap.net/logo.png',
31
31
  } as const;
@@ -21,5 +21,5 @@ export const list = {
21
21
  { chain: 'THOR', identifier: 'THOR.RUNE', decimals: 8 },
22
22
  ],
23
23
  count: 15,
24
- logo: 'https://static.thorswap.finance/logo.png',
24
+ logo: 'https://static.thorswap.net/logo.png',
25
25
  } as const;
@@ -129,5 +129,5 @@ export const list = {
129
129
  { chain: 'THOR', identifier: 'THOR.RUNE', decimals: 8 },
130
130
  ],
131
131
  count: 33,
132
- logo: 'https://app.thorswap.finance/assets/asset-rune-43bdc185.svg',
132
+ logo: 'https://static.thorswap.net/token-list/images/thor.rune.png',
133
133
  } as const;