@uniswap/default-token-list 13.9.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:02:34.964Z",
3
+ "timestamp": "2025-03-01T00:09:57.673Z",
4
4
  "version": {
5
5
  "major": 13,
6
- "minor": 9,
6
+ "minor": 11,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -15476,6 +15476,14 @@
15476
15476
  "decimals": 18,
15477
15477
  "logoURI": "https://basescan.org/token/images/aerodrome_32.png"
15478
15478
  },
15479
+ {
15480
+ "chainId": 8453,
15481
+ "address": "0x4F9Fd6Be4a90f2620860d680c0d4d5Fb53d1A825",
15482
+ "name": "aixbt by Virtuals",
15483
+ "symbol": "AIXBT",
15484
+ "decimals": 18,
15485
+ "logoURI": "https://coin-images.coingecko.com/coins/images/51784/large/3.png?1731981138"
15486
+ },
15479
15487
  {
15480
15488
  "chainId": 8453,
15481
15489
  "address": "0x97c806e7665d3AFd84A8Fe1837921403D59F3Dcc",
@@ -16071,6 +16079,14 @@
16071
16079
  }
16072
16080
  }
16073
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
+ },
16074
16090
  {
16075
16091
  "chainId": 8453,
16076
16092
  "address": "0x7002458B1DF59EccB57387bC79fFc7C29E22e6f7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "13.9.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": {