From 91ef8c92442b2271fb09bf676b0a409f3934a41a Mon Sep 17 00:00:00 2001 From: calebtuttle <1calebtuttle@gmail.com> Date: Thu, 1 Feb 2024 19:15:13 -0500 Subject: [PATCH] update HubV3ABI --- src/constants/HubV3ABI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/HubV3ABI.js b/src/constants/HubV3ABI.js index 4b36b4e..47d6177 100644 --- a/src/constants/HubV3ABI.js +++ b/src/constants/HubV3ABI.js @@ -21,7 +21,7 @@ export default [ "function safeTransferFrom(address,address,uint256)", "function safeTransferFrom(address,address,uint256,bytes)", "function sbtOwners(bytes32) view returns (uint256, bool)", - "function sendSBT(bytes32,uint256,uint256,uint256,uint256,uint256[],bytes) payable", + "function setSBT(bytes32,uint256,uint256,uint256,uint256,uint256[],bytes) payable", "function setApprovalForAll(address,bool)", "function setFee(bytes32,uint256)", "function supportsInterface(bytes4) view returns (bool)",