diff --git a/src/constants/lacchain/public.directory.abi.ts b/src/constants/lacchain/public.directory.abi.ts index f600602..04d1756 100644 --- a/src/constants/lacchain/public.directory.abi.ts +++ b/src/constants/lacchain/public.directory.abi.ts @@ -71,7 +71,7 @@ export const PUBLIC_DIRECTORY_ABI = [ anonymous: false, inputs: [ { - indexed: true, + indexed: false, internalType: 'string', name: 'did', type: 'string' @@ -96,7 +96,7 @@ export const PUBLIC_DIRECTORY_ABI = [ anonymous: false, inputs: [ { - indexed: true, + indexed: false, internalType: 'string', name: 'did', type: 'string' @@ -140,7 +140,7 @@ export const PUBLIC_DIRECTORY_ABI = [ type: 'uint256' }, { - indexed: true, + indexed: false, internalType: 'string', name: 'did', type: 'string' @@ -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',