Skip to content

Commit

Permalink
Update ABIs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarkushin committed Mar 15, 2024
1 parent ade199e commit 69a41d9
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions hyperspace/ethereum/src/abi/tendermint-client-abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,30 +148,6 @@
"outputs": [],
"stateMutability": "view"
},
{
"type": "function",
"name": "concatenateStrings",
"inputs": [
{
"name": "str1",
"type": "string",
"internalType": "string"
},
{
"name": "str2",
"type": "string",
"internalType": "string"
}
],
"outputs": [
{
"name": "",
"type": "string",
"internalType": "string"
}
],
"stateMutability": "pure"
},
{
"type": "function",
"name": "concatenateWithDelimiter",
Expand Down

0 comments on commit 69a41d9

Please sign in to comment.