Skip to content

Commit

Permalink
fix: EIP type for changeStatusesInList
Browse files Browse the repository at this point in the history
  • Loading branch information
fermentfan committed Sep 16, 2022
1 parent 9bfdf1c commit 684c203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export {
EIP712DomainName,
EIP712ChangeStatusType,
EIP712ChangeStatusDelegatedType,
EIP712ChangeStatusInListType,
EIP712ChangeStatusesInListType,
EIP712ChangeStatusesInListDelegatedType,
EIP712ChangeListOwnerType,
EIP712AddListDelegateType,
Expand Down
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const EIP712ChangeStatusDelegatedType = {
]
}

export const EIP712ChangeStatusInListType = {
export const EIP712ChangeStatusesInListType = {
ChangeStatusesInList: [
{name: 'revoked', type: 'bool[]'},
{name: 'namespace', type: 'address'},
Expand Down

0 comments on commit 684c203

Please sign in to comment.