Skip to content

Commit

Permalink
add setClosedVault function to ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
scolear committed Aug 28, 2024
1 parent edd90da commit 2727745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploymentFiles/arbitrum/DLCManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"function setValueMinted(bytes32 uuid, uint256 valueMinted)",
"function setWhitelistingEnabled(bool isWhitelistingEnabled)",
"function setupVault() returns (bytes32)",
"function setClosedVault(bytes32 uuid)",
"function supportsInterface(bytes4 interfaceId) view returns (bool)",
"function transferTokenContractOwnership(address newOwner)",
"function tssCommitment() view returns (bytes32)",
Expand Down

0 comments on commit 2727745

Please sign in to comment.