@uniswap/unsupported-token-list 5.19.0 → 5.21.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": "2024-02-12T12:41:59.717Z",
3
+ "timestamp": "2024-03-01T16:11:54.575Z",
4
4
  "version": {
5
5
  "major": 5,
6
- "minor": 19,
6
+ "minor": 21,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -970,6 +970,13 @@
970
970
  "symbol": "oYFI-8500P-09/18/20",
971
971
  "decimals": 7
972
972
  },
973
+ {
974
+ "chainId": 1,
975
+ "address": "0xF65d7DDD39917b6CB6E9FD92eC2C6924473015C8",
976
+ "name": "CryptoPunks",
977
+ "symbol": "PUNK",
978
+ "decimals": 18
979
+ },
973
980
  {
974
981
  "chainId": 1,
975
982
  "address": "0x5247C0DB4044FB6F97f32C7E1B48758019A5A912",
@@ -1644,6 +1651,13 @@
1644
1651
  "symbol": "uUSDwETH-DEC",
1645
1652
  "decimals": 18
1646
1653
  },
1654
+ {
1655
+ "chainId": 1,
1656
+ "address": "0x7BbAc6a28a8268a50bd3B4Fed47809843cc18a5A",
1657
+ "name": "BlackRocket",
1658
+ "symbol": "V69",
1659
+ "decimals": 18
1660
+ },
1647
1661
  {
1648
1662
  "name": "Gold Tether",
1649
1663
  "address": "0x4922a015c4407F87432B179bb209e125432E4a2A",
@@ -3232,6 +3246,13 @@
3232
3246
  "symbol": "oYFI-8500P-09/18/20",
3233
3247
  "decimals": 7
3234
3248
  },
3249
+ "1_0xF65d7DDD39917b6CB6E9FD92eC2C6924473015C8": {
3250
+ "chainId": 1,
3251
+ "address": "0xF65d7DDD39917b6CB6E9FD92eC2C6924473015C8",
3252
+ "name": "CryptoPunks",
3253
+ "symbol": "PUNK",
3254
+ "decimals": 18
3255
+ },
3235
3256
  "1_0x5247C0DB4044FB6F97f32C7E1B48758019A5A912": {
3236
3257
  "chainId": 1,
3237
3258
  "address": "0x5247C0DB4044FB6F97f32C7E1B48758019A5A912",
@@ -3906,6 +3927,13 @@
3906
3927
  "symbol": "uUSDwETH-DEC",
3907
3928
  "decimals": 18
3908
3929
  },
3930
+ "1_0x7BbAc6a28a8268a50bd3B4Fed47809843cc18a5A": {
3931
+ "chainId": 1,
3932
+ "address": "0x7BbAc6a28a8268a50bd3B4Fed47809843cc18a5A",
3933
+ "name": "BlackRocket",
3934
+ "symbol": "V69",
3935
+ "decimals": 18
3936
+ },
3909
3937
  "1_0x4922a015c4407F87432B179bb209e125432E4a2A": {
3910
3938
  "name": "Gold Tether",
3911
3939
  "address": "0x4922a015c4407F87432B179bb209e125432E4a2A",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "5.19.0",
3
+ "version": "5.21.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {