@brave/wallet-lists 1.34.5 → 1.35.1
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.
- package/coingecko-ids.json +1 -0
- package/package.json +1 -7
package/coingecko-ids.json
CHANGED
|
@@ -18958,6 +18958,7 @@
|
|
|
18958
18958
|
"0x501ebf66d76a96d4fb26ccead42957653e16b8b8": "evausdt",
|
|
18959
18959
|
"0xc17c30e98541188614df99239cabd40280810ca3": "everrise",
|
|
18960
18960
|
"0x42006ab57701251b580bdfc24778c43c9ff589a1": "evoverses",
|
|
18961
|
+
"0x0e16eee9240561ebb2d2fe2e7a86c87b492af768": "exim",
|
|
18961
18962
|
"0x61f23250451305f6c4426e81c50ae535edf94a02": "fautor",
|
|
18962
18963
|
"0x5c09a9ce08c4b332ef1cc5f7cadb1158c32767ce": "fbomb",
|
|
18963
18964
|
"0xe5caef4af8780e59df925470b050fb23c43ca68c": "ferrum-network",
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brave/wallet-lists",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.1",
|
|
4
4
|
"description": "Manages custom token lists for Brave Wallet",
|
|
5
5
|
"dependencies": {},
|
|
6
6
|
"devDependencies": {},
|
|
7
|
-
"main": "index.js",
|
|
8
7
|
"scripts": {},
|
|
9
8
|
"repository": {
|
|
10
9
|
"type": "git",
|
|
@@ -16,11 +15,6 @@
|
|
|
16
15
|
"url": "https://github.com/brave/token-lists/issues"
|
|
17
16
|
},
|
|
18
17
|
"homepage": "https://github.com/brave/token-lists#readme",
|
|
19
|
-
"pnpm": {
|
|
20
|
-
"overrides": {
|
|
21
|
-
"diff": "^9.0.0"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
18
|
"packageManager": "pnpm@11.0.9",
|
|
25
19
|
"publishConfig": {
|
|
26
20
|
"access": "public"
|