Skip to content

Commit

Permalink
fix: working on eas module
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Aug 15, 2024
1 parent 29d71bd commit 62a8df1
Show file tree
Hide file tree
Showing 7 changed files with 609 additions and 805 deletions.
6 changes: 3 additions & 3 deletions src/eas/constants/attestation.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ export const REVOKE_TYPED_SIGNATURE =
export const ATTEST_PRIMARY_TYPE = 'Attest'
export const REVOKE_PRIMARY_TYPE = 'Revoke'
export const ATTEST_TYPE = [
{ name: 'attester', type: 'address' },
// { name: 'attester', type: 'address' },
{ name: 'schema', type: 'bytes32' },
{ name: 'recipient', type: 'address' },
{ name: 'expirationTime', type: 'uint64' },
{ name: 'revocable', type: 'bool' },
{ name: 'refUID', type: 'bytes32' },
{ name: 'data', type: 'bytes' },
{ name: 'value', type: 'uint256' },
// { name: 'value', type: 'uint256' },
{ name: 'nonce', type: 'uint256' },
{ name: 'deadline', type: 'uint64' },
// { name: 'deadline', type: 'uint64' },
]
export const REVOKE_TYPE = [
{ name: 'revoker', type: 'address' },
Expand Down
Loading

0 comments on commit 62a8df1

Please sign in to comment.