@airdropfeed/snap 1.2.0 → 1.2.2

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/images/icon.svg CHANGED
@@ -1,15 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
2
- <defs>
3
- <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
4
- <stop offset="0%" style="stop-color:#6366F1"/>
5
- <stop offset="100%" style="stop-color:#8B5CF6"/>
6
- </linearGradient>
7
- </defs>
8
- <circle cx="16" cy="16" r="16" fill="url(#bg)"/>
9
- <!-- Feed signal arcs — outer to inner, opacity builds toward receiver -->
10
- <path d="M7 15 A 12 12 0 0 1 25 15" fill="none" stroke="rgba(255,255,255,0.18)" stroke-width="1.8" stroke-linecap="round"/>
11
- <path d="M10 18 A 8 8 0 0 1 22 18" fill="none" stroke="rgba(255,255,255,0.38)" stroke-width="1.8" stroke-linecap="round"/>
12
- <path d="M13 21 A 4.2 4.2 0 0 1 19 21" fill="none" stroke="rgba(255,255,255,0.62)" stroke-width="1.8" stroke-linecap="round"/>
13
- <!-- Receiver dot -->
14
- <circle cx="16" cy="24" r="2" fill="white"/>
15
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><circle cx="16" cy="16" r="16" fill="#7c5cfc"/><circle cx="16" cy="24" r="2" fill="#ffffff"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airdropfeed/snap",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Scan EVM chains for eligible airdrops. Get notified when tokens are claimable.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.0",
2
+ "version": "1.2.2",
3
3
  "description": "Scan EVM chains for eligible airdrops. Get notified when tokens are claimable.",
4
4
  "proposedName": "Airdrop Feed",
5
5
  "repository": {
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/airdropfeed/snap.git"
8
8
  },
9
9
  "source": {
10
- "shasum": "pD+a0M3IdzRdnCJFJs1a2e+mzpMFGFLX75m9Rgjtgxc=",
10
+ "shasum": "xlxU3boP/V/uzvJ6hdowOFYGBfZfdIDdPfeVwVgEZVw=",
11
11
  "location": {
12
12
  "npm": {
13
13
  "filePath": "dist/bundle.js",