From de4b4f493081f36d301f66f77a3b37c96656ecb6 Mon Sep 17 00:00:00 2001 From: Bucur David Date: Mon, 4 Mar 2024 14:52:31 +0200 Subject: [PATCH] feat:new sft minter abi file BREAKING CHANGE: mint endpoint includes bond lock period --- src/abis/datanftmint.abi.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/abis/datanftmint.abi.json b/src/abis/datanftmint.abi.json index 114d61b..9edc433 100644 --- a/src/abis/datanftmint.abi.json +++ b/src/abis/datanftmint.abi.json @@ -118,7 +118,7 @@ "type": "bytes" }, { - "name": "lock_period", + "name": "lock_period_sec", "type": "u64" } ], @@ -921,6 +921,11 @@ "name": "price", "type": "BigUint", "indexed": true + }, + { + "name": "bond_amount", + "type": "BigUint", + "indexed": true } ] },