Skip to content

Commit

Permalink
update abis
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Dec 18, 2024
1 parent 1d6f725 commit 2eec78d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions abis/Swan.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"internalType": "string"
},
{
"name": "_feeRoyalty",
"name": "_listingFee",
"type": "uint96",
"internalType": "uint96"
},
Expand Down Expand Up @@ -233,7 +233,7 @@
"internalType": "uint256"
},
{
"name": "feeRoyalty",
"name": "listingFee",
"type": "uint96",
"internalType": "uint96"
},
Expand Down Expand Up @@ -550,7 +550,7 @@
"internalType": "uint256"
},
{
"name": "feeRoyalty",
"name": "listingFee",
"type": "uint96",
"internalType": "uint96"
},
Expand Down
32 changes: 16 additions & 16 deletions abis/SwanAgent.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"internalType": "string"
},
{
"name": "_feeRoyalty",
"name": "_listingFee",
"type": "uint96",
"internalType": "uint96"
},
Expand Down Expand Up @@ -74,19 +74,6 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "feeRoyalty",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint96",
"internalType": "uint96"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "getRoundPhase",
Expand Down Expand Up @@ -153,6 +140,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "listingFee",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint96",
"internalType": "uint96"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "marketParameterIdx",
Expand Down Expand Up @@ -327,10 +327,10 @@
},
{
"type": "function",
"name": "setFeeRoyalty",
"name": "setListingFee",
"inputs": [
{
"name": "newFeeRoyalty",
"name": "newListingFee",
"type": "uint96",
"internalType": "uint96"
}
Expand Down

0 comments on commit 2eec78d

Please sign in to comment.