Skip to content

Commit 3aef505

Browse files
authored
feat: add /import-contract admin rpc endpoint (#309)
* feat: admin rpc * test: rpc * chore: remove token id param
1 parent 1a1d83f commit 3aef505

File tree

6 files changed

+546
-3
lines changed

6 files changed

+546
-3
lines changed

package-lock.json

Lines changed: 210 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"eslint-plugin-tsdoc": "^0.2.17",
4545
"husky": "^8.0.3",
4646
"jest": "^29.7.0",
47+
"nock": "^14.0.5",
4748
"openapi-typescript": "^7.4.1",
4849
"prettier": "^2.7.1",
4950
"redoc-cli": "^0.13.20",
@@ -60,6 +61,7 @@
6061
"@hirosystems/api-toolkit": "^1.7.1",
6162
"@hirosystems/chainhook-client": "^2.4.0",
6263
"@sinclair/typebox": "^0.28.17",
64+
"@stacks/blockchain-api-client": "^8.11.1",
6365
"@stacks/transactions": "^6.1.0",
6466
"@types/node": "^20.16.1",
6567
"bignumber.js": "^9.1.2",

0 commit comments

Comments
 (0)