From 2eec78d4ffabe4aee34558d04b0735d97f82808d Mon Sep 17 00:00:00 2001 From: erhant Date: Thu, 19 Dec 2024 00:39:18 +0300 Subject: [PATCH] update abis --- abis/Swan.json | 6 +++--- abis/SwanAgent.json | 32 ++++++++++++++++---------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/abis/Swan.json b/abis/Swan.json index a96b8ec..49f865f 100644 --- a/abis/Swan.json +++ b/abis/Swan.json @@ -113,7 +113,7 @@ "internalType": "string" }, { - "name": "_feeRoyalty", + "name": "_listingFee", "type": "uint96", "internalType": "uint96" }, @@ -233,7 +233,7 @@ "internalType": "uint256" }, { - "name": "feeRoyalty", + "name": "listingFee", "type": "uint96", "internalType": "uint96" }, @@ -550,7 +550,7 @@ "internalType": "uint256" }, { - "name": "feeRoyalty", + "name": "listingFee", "type": "uint96", "internalType": "uint96" }, diff --git a/abis/SwanAgent.json b/abis/SwanAgent.json index 761b408..2524a2a 100644 --- a/abis/SwanAgent.json +++ b/abis/SwanAgent.json @@ -13,7 +13,7 @@ "internalType": "string" }, { - "name": "_feeRoyalty", + "name": "_listingFee", "type": "uint96", "internalType": "uint96" }, @@ -74,19 +74,6 @@ ], "stateMutability": "view" }, - { - "type": "function", - "name": "feeRoyalty", - "inputs": [], - "outputs": [ - { - "name": "", - "type": "uint96", - "internalType": "uint96" - } - ], - "stateMutability": "view" - }, { "type": "function", "name": "getRoundPhase", @@ -153,6 +140,19 @@ ], "stateMutability": "view" }, + { + "type": "function", + "name": "listingFee", + "inputs": [], + "outputs": [ + { + "name": "", + "type": "uint96", + "internalType": "uint96" + } + ], + "stateMutability": "view" + }, { "type": "function", "name": "marketParameterIdx", @@ -327,10 +327,10 @@ }, { "type": "function", - "name": "setFeeRoyalty", + "name": "setListingFee", "inputs": [ { - "name": "newFeeRoyalty", + "name": "newListingFee", "type": "uint96", "internalType": "uint96" }