parent
2a4681e346
commit
69cafaafb2
@ -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…
Reference in new issue