From 9ce6705e587395222633eee7c32bdd4553fa1526 Mon Sep 17 00:00:00 2001 From: Aniket Date: Tue, 27 Jan 2026 17:42:04 +0530 Subject: [PATCH] Update DjedABI.json --- djed-sdk/src/artifacts/DjedABI.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/djed-sdk/src/artifacts/DjedABI.json b/djed-sdk/src/artifacts/DjedABI.json index ed248b8..52a1927 100644 --- a/djed-sdk/src/artifacts/DjedABI.json +++ b/djed-sdk/src/artifacts/DjedABI.json @@ -1,6 +1,6 @@ { "contractName": "Djed", -"abi": [ + "abi": [ { "inputs": [ { @@ -48,6 +48,11 @@ "name": "_thresholdSupplySC", "type": "uint256" }, + { + "internalType": "uint256", + "name": "_rcInitialPrice", + "type": "uint256" + }, { "internalType": "uint256", "name": "_rcMinPrice", @@ -701,4 +706,4 @@ "type": "function" } ] -} \ No newline at end of file +}