@uniswap/default-token-list 13.0.0 → 13.1.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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "Uniswap Labs Default",
3
- "timestamp": "2025-01-16T18:03:49.336Z",
3
+ "timestamp": "2025-01-22T22:57:48.963Z",
4
4
  "version": {
5
5
  "major": 13,
6
- "minor": 0,
6
+ "minor": 1,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -7548,6 +7548,14 @@
7548
7548
  }
7549
7549
  }
7550
7550
  },
7551
+ {
7552
+ "chainId": 8453,
7553
+ "address": "0xAC1Bd2486aAf3B5C0fc3Fd868558b082a531B2B4",
7554
+ "name": "Toshi",
7555
+ "symbol": "TOSHI",
7556
+ "decimals": 18,
7557
+ "logoURI": "https://coin-images.coingecko.com/coins/images/31126/large/Toshi_Logo_-_Circular.png?1721677476"
7558
+ },
7551
7559
  {
7552
7560
  "chainId": 8453,
7553
7561
  "address": "0xA81a52B4dda010896cDd386C7fBdc5CDc835ba23",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "13.0.0",
3
+ "version": "13.1.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {