mirror of
https://github.com/stxer/stxer-sdk.git
synced 2026-01-12 15:34:01 +08:00
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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stxer",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"license": "MIT",
|
||||
"author": "Kyle Fang",
|
||||
"repository": {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user