Skip to content

Commit

Permalink
generate abi
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Nov 24, 2024
1 parent 2f49530 commit 7a74b4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
85 changes: 0 additions & 85 deletions abi/ICS20Transfer.json
Original file line number Diff line number Diff line change
Expand Up @@ -798,91 +798,6 @@
}
]
},
{
"type": "error",
"name": "ICS20JSONClosingBraceNotFound",
"inputs": [
{
"name": "position",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "actual",
"type": "bytes1",
"internalType": "bytes1"
}
]
},
{
"type": "error",
"name": "ICS20JSONInvalidEscape",
"inputs": [
{
"name": "position",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "actual",
"type": "bytes1",
"internalType": "bytes1"
}
]
},
{
"type": "error",
"name": "ICS20JSONStringClosingDoubleQuoteNotFound",
"inputs": [
{
"name": "position",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "actual",
"type": "bytes1",
"internalType": "bytes1"
}
]
},
{
"type": "error",
"name": "ICS20JSONStringUnclosed",
"inputs": [
{
"name": "bz",
"type": "bytes",
"internalType": "bytes"
},
{
"name": "position",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"type": "error",
"name": "ICS20JSONUnexpectedBytes",
"inputs": [
{
"name": "position",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "expected",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "actual",
"type": "bytes32",
"internalType": "bytes32"
}
]
},
{
"type": "error",
"name": "ICS20UnauthorizedPacketSender",
Expand Down
Loading

0 comments on commit 7a74b4d

Please sign in to comment.