Skip to content

Commit

Permalink
Update Safe ABI to handle on-chain signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Mar 12, 2021
1 parent 3ac3cd8 commit c4dde5d
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions src/abis/SafeAbiV1-2-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,46 @@
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "bytes32",
"name": "hashToApprove",
"type": "bytes32"
}
],
"name": "approveHash",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
},
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"name": "approvedHashes",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]

0 comments on commit c4dde5d

Please sign in to comment.