Skip to content

Commit

Permalink
nftAbi change
Browse files Browse the repository at this point in the history
  • Loading branch information
urko94 committed Sep 5, 2023
1 parent 6b5c9c5 commit 655e4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/nftAbi.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ const nftAbi = [
'function transferOwnership(address newOwner)',
'function updateRoyaltyRecipient(address newRoyaltyRecipient)',
'function walletOfOwner(address _owner) view returns (uint256[])',
'function withdrawRaised(address to, uint256 amount)',
'function withdrawRaised(address to, uint256 amount)'
]
export default nftAbi

0 comments on commit 655e4e6

Please sign in to comment.