Skip to content

Commit

Permalink
imp: regen abi
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Feb 6, 2025
1 parent 26816b0 commit 319ce10
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions abi/ICS20Transfer.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,22 @@
}
]
},
{
"type": "error",
"name": "StringsInsufficientHexLength",
"inputs": [
{
"name": "value",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "length",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"type": "error",
"name": "UUPSUnauthorizedCallContext",
Expand Down
2 changes: 1 addition & 1 deletion abigen/ics20transfer/contract.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 319ce10

Please sign in to comment.