Skip to content

Commit

Permalink
abigen
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Jan 29, 2025
1 parent 4dc5561 commit ebb37e4
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 74 deletions.
4 changes: 2 additions & 2 deletions abi/IBCERC20.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"internalType": "string"
},
{
"name": "channelId",
"name": "clientId",
"type": "string",
"internalType": "string"
}
Expand Down Expand Up @@ -194,7 +194,7 @@
"internalType": "string"
},
{
"name": "channelId",
"name": "clientId",
"type": "string",
"internalType": "string"
}
Expand Down
27 changes: 4 additions & 23 deletions abi/ICS20Lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
{
"name": "o1",
"type": "tuple",
"internalType": "struct ICS20Lib.FungibleTokenPacketData",
"internalType": "struct ICS20Lib.FungibleTokenPacketDataV2",
"components": [
{
"name": "tokens",
Expand Down Expand Up @@ -112,7 +112,7 @@
"internalType": "string"
},
{
"name": "channelId",
"name": "clientId",
"type": "string",
"internalType": "string"
}
Expand Down Expand Up @@ -163,7 +163,7 @@
"internalType": "string"
},
{
"name": "channelId",
"name": "clientId",
"type": "string",
"internalType": "string"
}
Expand Down Expand Up @@ -249,7 +249,7 @@
"internalType": "string"
},
{
"name": "channelId",
"name": "clientId",
"type": "string",
"internalType": "string"
}
Expand Down Expand Up @@ -313,25 +313,6 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "toHexHash",
"inputs": [
{
"name": "str",
"type": "string",
"internalType": "string"
}
],
"outputs": [
{
"name": "",
"type": "string",
"internalType": "string"
}
],
"stateMutability": "pure"
},
{
"type": "error",
"name": "ICS20InvalidAmount",
Expand Down
8 changes: 4 additions & 4 deletions abi/ICS20Transfer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"internalType": "string"
},
{
"name": "channelId",
"name": "clientId",
"type": "string",
"internalType": "string"
}
Expand Down Expand Up @@ -164,7 +164,7 @@
"internalType": "string"
},
{
"name": "channelId",
"name": "clientId",
"type": "string",
"internalType": "string"
}
Expand Down Expand Up @@ -574,7 +574,7 @@
"internalType": "string"
},
{
"name": "channelId",
"name": "clientId",
"type": "string",
"internalType": "string"
}
Expand Down Expand Up @@ -653,7 +653,7 @@
"internalType": "string"
},
{
"name": "channelId",
"name": "clientId",
"type": "string",
"internalType": "string"
}
Expand Down
6 changes: 3 additions & 3 deletions abigen/ibcerc20/contract.go

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

Loading

0 comments on commit ebb37e4

Please sign in to comment.