Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
@ -34,7 +34,7 @@ pragma solidity ^0.8.24;
|
||||
|
||||
const udvt = ({ type, name }) => `\
|
||||
/**
|
||||
* @dev UDVT that represents a slot holding a ${type}.
|
||||
* @dev UDVT that represents a slot holding ${type == 'address' ? 'an' : 'a'} ${type}.
|
||||
*/
|
||||
type ${name}Slot is bytes32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user