From b0404d97910255468e22aed1664da097dc1a5830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=BA=C3=B1ez?= Date: Wed, 18 Sep 2024 16:27:31 +0200 Subject: [PATCH] Update Coordinator ABI on mainnet registry --- deployment/artifacts/mainnet.json | 84 ++++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) diff --git a/deployment/artifacts/mainnet.json b/deployment/artifacts/mainnet.json index bb622619..5e797e90 100644 --- a/deployment/artifacts/mainnet.json +++ b/deployment/artifacts/mainnet.json @@ -2665,6 +2665,33 @@ } ] }, + { + "type": "error", + "name": "AddressEmptyCode", + "inputs": [ + { + "name": "target", + "type": "address", + "internalType": "address" + } + ] + }, + { + "type": "error", + "name": "AddressInsufficientBalance", + "inputs": [ + { + "name": "account", + "type": "address", + "internalType": "address" + } + ] + }, + { + "type": "error", + "name": "FailedInnerCall", + "inputs": [] + }, { "type": "error", "name": "InvalidInitialization", @@ -2691,6 +2718,17 @@ } ] }, + { + "type": "error", + "name": "SafeERC20FailedOperation", + "inputs": [ + { + "name": "token", + "type": "address", + "internalType": "address" + } + ] + }, { "type": "event", "name": "AggregationPosted", @@ -3236,6 +3274,30 @@ } ] }, + { + "type": "function", + "name": "expectedTranscriptSize", + "stateMutability": "pure", + "inputs": [ + { + "name": "dkgSize", + "type": "uint16", + "internalType": "uint16" + }, + { + "name": "threshold", + "type": "uint16", + "internalType": "uint16" + } + ], + "outputs": [ + { + "name": "", + "type": "uint256", + "internalType": "uint256" + } + ] + }, { "type": "function", "name": "extendRitual", @@ -3811,6 +3873,13 @@ ], "outputs": [] }, + { + "type": "function", + "name": "initializeNumberOfRituals", + "stateMutability": "nonpayable", + "inputs": [], + "outputs": [] + }, { "type": "function", "name": "initiateRitual", @@ -4116,7 +4185,7 @@ "stateMutability": "view", "inputs": [ { - "name": "", + "name": "ritualId", "type": "uint256", "internalType": "uint256" } @@ -4326,6 +4395,19 @@ } ], "outputs": [] + }, + { + "type": "function", + "name": "withdrawAllTokens", + "stateMutability": "nonpayable", + "inputs": [ + { + "name": "token", + "type": "address", + "internalType": "contract IERC20" + } + ], + "outputs": [] } ], "tx_hash": "0x2a7f64225d9884b6b854ba7454283ecd4730785cbc862b72d4d8111224688e13",