Skip to content

Commit 2ab9ac9

Browse files
committed
fix: revert install sugar-sdk from github
1 parent baf8272 commit 2ab9ac9

File tree

6 files changed

+138
-35
lines changed

6 files changed

+138
-35
lines changed

packages/apps/ability-aerodrome-swap/eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ module.exports = [
1919
ignoredDependencies: [
2020
// It's a peerDependency to ensure people don't try to use the wrong VincentAbilityClient with it -- not directly used.
2121
'@lit-protocol/vincent-app-sdk',
22-
// Installing from Github release URL causes eslint to throw an error about the package version not being found.
23-
'sugar-sdk',
2422
],
2523
},
2624
],

packages/apps/ability-aerodrome-swap/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@lit-protocol/vincent-ability-sdk": "workspace:*",
99
"ethers": "^5.8.0",
10-
"sugar-sdk": "https://github.com/velodrome-finance/sdk.js/releases/download/v0.3.0-alpha.1/sugar-sdk-0.3.0-alpha.1.tgz",
10+
"sugar-sdk": "file:vendor/sugar-sdk-0.3.0-alpha.1.tgz",
1111
"tslib": "2.8.1",
1212
"zod": "^3.25.64"
1313
},
@@ -24,6 +24,7 @@
2424
"types": "./dist/src/index.d.ts",
2525
"files": [
2626
"dist/**",
27-
"*.md"
27+
"*.md",
28+
"vendor/**"
2829
]
2930
}

packages/apps/ability-aerodrome-swap/src/generated/lit-action.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"ipfsCid": "QmVkqmUqWR4Qs41dEViG5sW5yaQJf76o4t7ktfcC8wDHt3"
2+
"ipfsCid": "QmR2apoP9sVTZ5oqZFKTFZ2EV7UvSZ5cZnbPw5KeiK6Mhn"
33
}
Binary file not shown.

0 commit comments

Comments
 (0)