Skip to content

Commit

Permalink
Update ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarkushin committed Sep 27, 2023
1 parent 9a21de6 commit 7c54cff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hyperspace/ethereum/src/abi/ics20-transfer-bank-abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint64",
"name": "sequence",
"type": "uint64"
}
],
"name": "TransferInitiated",
"type": "event"
},
{
"inputs": [
{
Expand Down

0 comments on commit 7c54cff

Please sign in to comment.