@uniswap/default-token-list 13.10.0 → 13.11.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-03-01T00:05:37.410Z",
3
+ "timestamp": "2025-03-01T00:09:57.673Z",
4
4
  "version": {
5
5
  "major": 13,
6
- "minor": 10,
6
+ "minor": 11,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -16079,6 +16079,14 @@
16079
16079
  }
16080
16080
  }
16081
16081
  },
16082
+ {
16083
+ "chainId": 8453,
16084
+ "address": "0xca73ed1815e5915489570014e024b7EbE65dE679",
16085
+ "name": "Odos Token",
16086
+ "symbol": "ODOS",
16087
+ "decimals": 18,
16088
+ "logoURI": "https://coin-images.coingecko.com/coins/images/52914/large/odos.jpg?1734678948"
16089
+ },
16082
16090
  {
16083
16091
  "chainId": 8453,
16084
16092
  "address": "0x7002458B1DF59EccB57387bC79fFc7C29E22e6f7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "13.10.0",
3
+ "version": "13.11.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {