Skip to content

Commit

Permalink
feat:new sft minter abi file
Browse files Browse the repository at this point in the history
BREAKING CHANGE: mint endpoint includes bond lock period
  • Loading branch information
bucurdavid committed Mar 4, 2024
1 parent 2055e44 commit de4b4f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/abis/datanftmint.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"type": "bytes"
},
{
"name": "lock_period",
"name": "lock_period_sec",
"type": "u64"
}
],
Expand Down Expand Up @@ -921,6 +921,11 @@
"name": "price",
"type": "BigUint",
"indexed": true
},
{
"name": "bond_amount",
"type": "BigUint",
"indexed": true
}
]
},
Expand Down

0 comments on commit de4b4f4

Please sign in to comment.