fix: add clarityVersion parameter to contract deployment

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kyle Fang
2025-11-12 11:36:50 +08:00
parent 4f61c4c4c8
commit ffa915fed2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "stxer",
"version": "0.4.3",
"version": "0.4.4",
"license": "MIT",
"author": "Kyle Fang",
"repository": {

View File

@@ -430,6 +430,7 @@ To get in touch: contact@stxer.xyz
publicKey: '',
postConditionMode: PostConditionMode.Allow,
fee: step.fee,
clarityVersion: step.clarity_version
});
setSender(tx, step.deployer);
txs.push(tx);