Skip to content

Commit

Permalink
fix: update public directory abi
Browse files Browse the repository at this point in the history
  • Loading branch information
eum602 committed Jun 21, 2023
1 parent 1e9bf59 commit f1deb8b
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions src/constants/lacchain/public.directory.abi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const PUBLIC_DIRECTORY_ABI = [
anonymous: false,
inputs: [
{
indexed: true,
indexed: false,
internalType: 'string',
name: 'did',
type: 'string'
Expand All @@ -96,7 +96,7 @@ export const PUBLIC_DIRECTORY_ABI = [
anonymous: false,
inputs: [
{
indexed: true,
indexed: false,
internalType: 'string',
name: 'did',
type: 'string'
Expand Down Expand Up @@ -140,7 +140,7 @@ export const PUBLIC_DIRECTORY_ABI = [
type: 'uint256'
},
{
indexed: true,
indexed: false,
internalType: 'string',
name: 'did',
type: 'string'
Expand Down Expand Up @@ -498,6 +498,19 @@ export const PUBLIC_DIRECTORY_ABI = [
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: 'prevBlock',
outputs: [
{
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: 'proxiableUUID',
Expand Down

0 comments on commit f1deb8b

Please sign in to comment.