@uniswap/unsupported-token-list 5.14.0 → 5.15.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": "2023-12-14T21:24:02.962Z",
3
+ "timestamp": "2023-12-18T16:44:23.079Z",
4
4
  "version": {
5
5
  "major": 5,
6
- "minor": 14,
6
+ "minor": 15,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -559,6 +559,13 @@
559
559
  "decimals": 9,
560
560
  "symbol": "JORDAN"
561
561
  },
562
+ {
563
+ "chainId": 1,
564
+ "name": "LaRryFiNkCOiN",
565
+ "address": "0x1630CDce26A064E5573521F9022902072C3E823B",
566
+ "decimals": 18,
567
+ "symbol": "LARRY"
568
+ },
562
569
  {
563
570
  "chainId": 1,
564
571
  "name": "LINKETH 2x Long",
@@ -2748,6 +2755,13 @@
2748
2755
  "decimals": 9,
2749
2756
  "symbol": "JORDAN"
2750
2757
  },
2758
+ "1_0x1630CDce26A064E5573521F9022902072C3E823B": {
2759
+ "chainId": 1,
2760
+ "name": "LaRryFiNkCOiN",
2761
+ "address": "0x1630CDce26A064E5573521F9022902072C3E823B",
2762
+ "decimals": 18,
2763
+ "symbol": "LARRY"
2764
+ },
2751
2765
  "1_0x70cDD88638cB569f1Ae1d4bD3529cc7FB331cbab": {
2752
2766
  "chainId": 1,
2753
2767
  "name": "LINKETH 2x Long",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "5.14.0",
3
+ "version": "5.15.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {