Skip to content

Commit

Permalink
frontend: update FeeSub ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBuragev committed Jul 10, 2023
1 parent 57dde78 commit 5e17fda
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/src/assets/abi/FeeSub.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "uint256", "name": "targetChainId", "type": "uint256" },
{ "internalType": "address", "name": "tokenAddress", "type": "address" },
{ "internalType": "uint256", "name": "amount", "type": "uint256" }
],
"name": "tokenAmountCanBeSubsidized",
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }],
"name": "transferOwnership",
Expand Down

0 comments on commit 5e17fda

Please sign in to comment.