Update abi to return bytes[][]

ltyu/sp1-lightclient-ism
Le Yu 1 month ago
parent 2a4681e346
commit 69cafaafb2
  1. 2
      typescript/ccip-server/src/abis/ProofsServiceAbi.ts

@ -1,7 +1,7 @@
// This is the ABI for the ProofsService. // This is the ABI for the ProofsService.
// This is used to 1) Select the function 2) encode output // This is used to 1) Select the function 2) encode output
const ProofsServiceAbi = [ const ProofsServiceAbi = [
'function getProofs(address target, bytes32 storageKey, uint256 slot) public view returns (string[][])', 'function getProofs(address target, bytes32 storageKey, uint256 slot) public view returns (bytes[][])',
]; ];
export { ProofsServiceAbi }; export { ProofsServiceAbi };

Loading…
Cancel
Save