@uniswap/unsupported-token-list 7.2.0 → 7.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-04-
|
|
3
|
+
"timestamp": "2025-04-17T18:01:01.414Z",
|
|
4
4
|
"version": {
|
|
5
5
|
"major": 7,
|
|
6
|
-
"minor":
|
|
6
|
+
"minor": 3,
|
|
7
7
|
"patch": 0
|
|
8
8
|
},
|
|
9
9
|
"tags": {},
|
|
@@ -5434,6 +5434,13 @@
|
|
|
5434
5434
|
"name": "Paypal usd",
|
|
5435
5435
|
"chainId": 8453
|
|
5436
5436
|
},
|
|
5437
|
+
{
|
|
5438
|
+
"chainId": 8453,
|
|
5439
|
+
"address": "0xD4E1993Fb37eBf2Ef4d4397D9e3a25CA9275D584",
|
|
5440
|
+
"name": "PayPal USD",
|
|
5441
|
+
"symbol": "PYUSD",
|
|
5442
|
+
"decimals": 18
|
|
5443
|
+
},
|
|
5437
5444
|
{
|
|
5438
5445
|
"chainId": 8453,
|
|
5439
5446
|
"address": "0xEcE7B98bD817ee5B1F2f536dAf34D0B6af8Bb542",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniswap/unsupported-token-list",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"description": "◦ The Uniswap unsupported token list",
|
|
5
5
|
"main": "build/uniswap-unsupported.tokenlist.json",
|
|
6
6
|
"scripts": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"homepage": "https://github.com/Uniswap/unsupported-token-list#readme",
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@ethersproject/address": "^5.0.2",
|
|
32
|
-
"@uniswap/token-list-bridge-utils": "^2.
|
|
32
|
+
"@uniswap/token-list-bridge-utils": "^2.10.0",
|
|
33
33
|
"@uniswap/token-lists": "^1.0.0-beta.34",
|
|
34
34
|
"ajv": "^6.12.3",
|
|
35
35
|
"chai": "^4.2.0",
|
|
36
36
|
"mocha": "^8.0.1",
|
|
37
37
|
"rimraf": "^3.0.2"
|
|
38
38
|
}
|
|
39
|
-
}
|
|
39
|
+
}
|