From c82857eca37b376b3d2b0ef5408f7fa47896ea60 Mon Sep 17 00:00:00 2001 From: david405 Date: Tue, 14 May 2024 10:59:05 +0100 Subject: [PATCH] updated the Oracle ABI --- contracts/abis/Oracle.json | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/contracts/abis/Oracle.json b/contracts/abis/Oracle.json index ac68760..2325e15 100644 --- a/contracts/abis/Oracle.json +++ b/contracts/abis/Oracle.json @@ -284,19 +284,6 @@ "stateMutability": "view", "type": "function" }, - { - "inputs": [], - "name": "getAuthorizedSigner", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, { "inputs": [], "name": "getNonce", @@ -422,19 +409,6 @@ "stateMutability": "view", "type": "function" }, - { - "inputs": [], - "name": "nonce", - "outputs": [ - { - "internalType": "uint256", - "name": "", - "type": "uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, { "inputs": [ {