@swapkit/tokens 1.0.0-rc.10 → 1.0.0-rc.12

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
@@ -22318,8 +22318,12 @@ export declare const MayaList: {
22318
22318
  readonly chain: "ETH";
22319
22319
  readonly identifier: "ETH.USDT-0XDAC17F958D2EE523A2206206994597C13D831EC7";
22320
22320
  readonly decimals: 6;
22321
+ }, {
22322
+ readonly chain: "ETH";
22323
+ readonly identifier: "ETH.WSTETH-0X7F39C581F595B53C5CB19BD0B3F8DA6C935E2CA0";
22324
+ readonly decimals: 18;
22321
22325
  }];
22322
- readonly count: 8;
22326
+ readonly count: 9;
22323
22327
  readonly logo: "https://static.thorswap.finance/logo.png";
22324
22328
  };
22325
22329
 
@@ -29987,8 +29991,13 @@ export declare const UniswapList: {
29987
29991
  readonly chain: "ETH";
29988
29992
  readonly identifier: "ETH.UNIBOT-0XF819D9CB1C2A819FD991781A822DE3CA8607C3C9";
29989
29993
  readonly decimals: 18;
29994
+ }, {
29995
+ readonly address: "0x85614A474dBeED440d5BBDB8aC50b0f22367F997";
29996
+ readonly chain: "ETH";
29997
+ readonly identifier: "ETH.XVG-0x85614A474dBeED440d5BBDB8aC50b0f22367F997";
29998
+ readonly decimals: 18;
29990
29999
  }];
29991
- readonly count: 248;
30000
+ readonly count: 249;
29992
30001
  readonly logo: "https://static.thorswap.net/token-list/images/eth.uni-0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png";
29993
30002
  };
29994
30003
 
package/dist/index.es.js CHANGED
@@ -26994,9 +26994,14 @@ const e = {
26994
26994
  chain: "ETH",
26995
26995
  identifier: "ETH.USDT-0XDAC17F958D2EE523A2206206994597C13D831EC7",
26996
26996
  decimals: 6
26997
+ },
26998
+ {
26999
+ chain: "ETH",
27000
+ identifier: "ETH.WSTETH-0X7F39C581F595B53C5CB19BD0B3F8DA6C935E2CA0",
27001
+ decimals: 18
26997
27002
  }
26998
27003
  ],
26999
- count: 8,
27004
+ count: 9,
27000
27005
  logo: "https://static.thorswap.finance/logo.png"
27001
27006
  }, i = {
27002
27007
  name: "native-l1",
@@ -35762,9 +35767,15 @@ const e = {
35762
35767
  chain: "ETH",
35763
35768
  identifier: "ETH.UNIBOT-0XF819D9CB1C2A819FD991781A822DE3CA8607C3C9",
35764
35769
  decimals: 18
35770
+ },
35771
+ {
35772
+ address: "0x85614A474dBeED440d5BBDB8aC50b0f22367F997",
35773
+ chain: "ETH",
35774
+ identifier: "ETH.XVG-0x85614A474dBeED440d5BBDB8aC50b0f22367F997",
35775
+ decimals: 18
35765
35776
  }
35766
35777
  ],
35767
- count: 248,
35778
+ count: 249,
35768
35779
  logo: "https://static.thorswap.net/token-list/images/eth.uni-0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png"
35769
35780
  }, F = {
35770
35781
  name: "Woofi Avalanche",
package/package.json CHANGED
@@ -8,8 +8,8 @@
8
8
  "vite": "4.4.9",
9
9
  "vitest": "0.34.4",
10
10
  "@internal/config": "0.0.0-rc.1",
11
- "@swapkit/api": "1.0.0-rc.10",
12
- "@swapkit/types": "1.0.0-rc.10"
11
+ "@swapkit/api": "1.0.0-rc.12",
12
+ "@swapkit/types": "1.0.0-rc.12"
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.10",
40
+ "version": "1.0.0-rc.12",
41
41
  "scripts": {
42
42
  "build": "vite build",
43
43
  "generate-tokens": "node ./scripts/fetchTokenLists.js",
@@ -20,7 +20,12 @@ export const list = {
20
20
  identifier: 'ETH.USDT-0XDAC17F958D2EE523A2206206994597C13D831EC7',
21
21
  decimals: 6,
22
22
  },
23
+ {
24
+ chain: 'ETH',
25
+ identifier: 'ETH.WSTETH-0X7F39C581F595B53C5CB19BD0B3F8DA6C935E2CA0',
26
+ decimals: 18,
27
+ },
23
28
  ],
24
- count: 8,
29
+ count: 9,
25
30
  logo: 'https://static.thorswap.finance/logo.png',
26
31
  } as const;
@@ -1491,7 +1491,13 @@ export const list = {
1491
1491
  identifier: 'ETH.UNIBOT-0XF819D9CB1C2A819FD991781A822DE3CA8607C3C9',
1492
1492
  decimals: 18,
1493
1493
  },
1494
+ {
1495
+ address: '0x85614A474dBeED440d5BBDB8aC50b0f22367F997',
1496
+ chain: 'ETH',
1497
+ identifier: 'ETH.XVG-0x85614A474dBeED440d5BBDB8aC50b0f22367F997',
1498
+ decimals: 18,
1499
+ },
1494
1500
  ],
1495
- count: 248,
1501
+ count: 249,
1496
1502
  logo: 'https://static.thorswap.net/token-list/images/eth.uni-0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png',
1497
1503
  } as const;