Skip to content

Commit 6408553

Browse files
committed
fix: install the sdk in each scs
1 parent 6ea27fc commit 6408553

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

bun.lock

100755100644
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"hardhat": "2.22.17",
1515
"solhint": "5.0.4",
1616
},
17+
"devDependencies": {
18+
"@settlemint/sdk-cli": "1.0.0",
19+
},
1720
},
1821
},
1922
"trustedDependencies": [
@@ -284,6 +287,8 @@
284287

285288
"@sentry/utils": ["@sentry/utils@5.30.0", "", { "dependencies": { "@sentry/types": "5.30.0", "tslib": "^1.9.3" } }, "sha512-zaYmoH0NWWtvnJjC9/CBseXMtKHm/tm40sz3YfJRxeQjyzRqNQPgivpd9R/oDJCYj999mzdW382p/qi2ypjLww=="],
286289

290+
"@settlemint/sdk-cli": ["@settlemint/sdk-cli@1.0.0", "", { "dependencies": { "hardhat": "2.22.17" }, "bin": { "settlemint": "dist/cli.js" } }, "sha512-PtBHg44DCA8Zu8mV/xnzOBJOw1aB21TCtMQDuNdStso4xMiswtmFoaJAMLgBksNcEmPk7OQ+aq9vnYKLkqgj5Q=="],
291+
287292
"@sindresorhus/is": ["@sindresorhus/is@5.6.0", "", {}, "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g=="],
288293

289294
"@solidity-parser/parser": ["@solidity-parser/parser@0.19.0", "", {}, "sha512-RV16k/qIxW/wWc+mLzV3ARyKUaMUTBy9tOLMzFhtNSKYeTAanQ3a5MudJKf/8arIFnA2L27SNjarQKmFg0w/jA=="],

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,8 @@
5353
"keccak",
5454
"protobufjs",
5555
"secp256k1"
56-
]
56+
],
57+
"devDependencies": {
58+
"@settlemint/sdk-cli": "1.0.0"
59+
}
5760
}

0 commit comments

Comments
 (0)