From 5e17fdacac9e5e7ff788ea23d4fcd6c14eea07a3 Mon Sep 17 00:00:00 2001 From: Gabriel Buragev Date: Mon, 10 Jul 2023 22:22:16 +0200 Subject: [PATCH] frontend: update FeeSub ABI --- frontend/src/assets/abi/FeeSub.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/frontend/src/assets/abi/FeeSub.json b/frontend/src/assets/abi/FeeSub.json index e67e82c7c..2cb69bc3c 100644 --- a/frontend/src/assets/abi/FeeSub.json +++ b/frontend/src/assets/abi/FeeSub.json @@ -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",