@taker007/crypto-guardian-snap 1.0.3 → 1.0.4
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/assets/icon.svg +4 -29
- package/package.json +1 -1
- package/snap.manifest.json +2 -2
package/assets/icon.svg
CHANGED
|
@@ -1,30 +1,5 @@
|
|
|
1
|
-
<svg width="256" height="256" viewBox="0 0 256 256"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<!-- Shield outline -->
|
|
7
|
-
<path d="M128 20
|
|
8
|
-
L200 60
|
|
9
|
-
L200 130
|
|
10
|
-
C200 180 165 215 128 236
|
|
11
|
-
C91 215 56 180 56 130
|
|
12
|
-
L56 60
|
|
13
|
-
Z" fill="none" stroke="#3B82F6" stroke-width="8"></path>
|
|
14
|
-
|
|
15
|
-
<!-- Network nodes -->
|
|
16
|
-
<circle cx="128" cy="95" r="8" fill="#3B82F6"></circle>
|
|
17
|
-
<circle cx="90" cy="135" r="6" fill="#3B82F6"></circle>
|
|
18
|
-
<circle cx="166" cy="135" r="6" fill="#3B82F6"></circle>
|
|
19
|
-
<circle cx="128" cy="165" r="6" fill="#3B82F6"></circle>
|
|
20
|
-
|
|
21
|
-
<!-- Network lines -->
|
|
22
|
-
<line x1="128" y1="95" x2="90" y2="135" stroke="#3B82F6" stroke-width="4"></line>
|
|
23
|
-
<line x1="128" y1="95" x2="166" y2="135" stroke="#3B82F6" stroke-width="4"></line>
|
|
24
|
-
<line x1="90" y1="135" x2="128" y2="165" stroke="#3B82F6" stroke-width="4"></line>
|
|
25
|
-
<line x1="166" y1="135" x2="128" y2="165" stroke="#3B82F6" stroke-width="4"></line>
|
|
26
|
-
|
|
27
|
-
<!-- Checkmark -->
|
|
28
|
-
<path d="M105 135 L120 150 L150 115" fill="none" stroke="#22C55E" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
29
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
2
|
+
<rect width="256" height="256" rx="48" fill="#0B0F1A"/>
|
|
3
|
+
<path d="M128 24 L212 64 V128 C212 180 172 220 128 232 C84 220 44 180 44 128 V64 Z" fill="#14F195"/>
|
|
4
|
+
<circle cx="128" cy="120" r="36" fill="#0B0F1A"/>
|
|
30
5
|
</svg>
|
package/package.json
CHANGED
package/snap.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.
|
|
2
|
+
"version": "1.0.4",
|
|
3
3
|
"description": "Crypto Guardian provides risk signals for Ethereum tokens. Advisory only — does not block transactions.",
|
|
4
4
|
"proposedName": "Crypto Guardian",
|
|
5
5
|
"repository": {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://github.com/taker007/crypto-guardian.git"
|
|
8
8
|
},
|
|
9
9
|
"source": {
|
|
10
|
-
"shasum": "
|
|
10
|
+
"shasum": "QvPrlI+oJpn4O/C53+KEmRQLZXd0u76mTIW091r6zCM=",
|
|
11
11
|
"location": {
|
|
12
12
|
"npm": {
|
|
13
13
|
"filePath": "dist/bundle.js",
|