Skip to content

Commit

Permalink
fix: add correct return types for sale tiers configs hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Oct 5, 2022
1 parent 315ce4c commit 4d1b9ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const useSaleTiersConfigs = ({
}: Config) => {
const contractInterface = useMemo(() => {
return new ethers.utils.Interface([
'function tiers(uint256) view returns (bytes)',
'function tiers(uint256) view returns ((uint256,uint256,address,uint256,uint256,bytes32,uint256,uint256))',
]);
}, []);

Expand Down

0 comments on commit 4d1b9ed

Please sign in to comment.