@uniswap/unsupported-token-list 10.2.0 → 10.3.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 Unsupported",
3
- "timestamp": "2025-07-18T00:00:44.659Z",
3
+ "timestamp": "2025-07-23T20:01:43.154Z",
4
4
  "version": {
5
5
  "major": 10,
6
- "minor": 2,
6
+ "minor": 3,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -3442,6 +3442,9 @@
3442
3442
  },
3443
3443
  "137": {
3444
3444
  "tokenAddress": "0xF81b4Bec6Ca8f9fe7bE01CA734F55B2b6e03A7a0"
3445
+ },
3446
+ "42161": {
3447
+ "tokenAddress": "0xA970AF1a584579B618be4d69aD6F73459D112F95"
3445
3448
  }
3446
3449
  }
3447
3450
  }
@@ -5725,6 +5728,13 @@
5725
5728
  "decimals": 18,
5726
5729
  "chainId": 8453
5727
5730
  },
5731
+ {
5732
+ "address": "0x0195EA52a14E3be29a40b6E49b934aEA71fa7EfF",
5733
+ "name": "JPmorgan Dollar",
5734
+ "symbol": "JPMD",
5735
+ "decimals": 18,
5736
+ "chainId": 8453
5737
+ },
5728
5738
  {
5729
5739
  "chainId": 8453,
5730
5740
  "address": "0xbC8cE7FEf21210FAEdD5F422b0984ef73251B973",
@@ -6504,6 +6514,20 @@
6504
6514
  "decimals": 18,
6505
6515
  "chainId": 42161
6506
6516
  },
6517
+ {
6518
+ "chainId": 42161,
6519
+ "address": "0xA970AF1a584579B618be4d69aD6F73459D112F95",
6520
+ "name": "Synth sUSD",
6521
+ "symbol": "sUSD",
6522
+ "decimals": 18,
6523
+ "extensions": {
6524
+ "bridgeInfo": {
6525
+ "1": {
6526
+ "tokenAddress": "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51"
6527
+ }
6528
+ }
6529
+ }
6530
+ },
6507
6531
  {
6508
6532
  "chainId": 42161,
6509
6533
  "address": "0x7A5C4216294d5Ea4e05da30b61c5B0E727f76be0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "10.2.0",
3
+ "version": "10.3.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {