From a5940b2dc69fb1d18970bf0b672d755572c2c175 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Wed, 24 May 2023 20:03:24 +0200 Subject: [PATCH] update coordinator registry entry --- .../mumbai/contract_registry.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/nucypher/blockchain/eth/contract_registry/mumbai/contract_registry.json b/nucypher/blockchain/eth/contract_registry/mumbai/contract_registry.json index 6a0d6f926..c3ab8e679 100644 --- a/nucypher/blockchain/eth/contract_registry/mumbai/contract_registry.json +++ b/nucypher/blockchain/eth/contract_registry/mumbai/contract_registry.json @@ -889,7 +889,7 @@ [ "Coordinator", "v0.0.0", - "0x14EB9BB700E45D2Ee9233056b8cc341276c688Ba", + "0xc7590Ba497d1A7AB82c1BD61f7Dcd2685990986e", [ { "inputs": [ @@ -1145,6 +1145,11 @@ "internalType": "bytes", "name": "transcript", "type": "bytes" + }, + { + "internalType": "bytes", + "name": "requestEncryptingKey", + "type": "bytes" } ], "internalType": "struct Coordinator.Participant", @@ -1181,6 +1186,11 @@ "internalType": "bytes", "name": "transcript", "type": "bytes" + }, + { + "internalType": "bytes", + "name": "requestEncryptingKey", + "type": "bytes" } ], "internalType": "struct Coordinator.Participant[]", @@ -1296,6 +1306,11 @@ "internalType": "struct BLS12381.G1Point", "name": "publicKey", "type": "tuple" + }, + { + "internalType": "bytes", + "name": "requestEncryptingKey", + "type": "bytes" } ], "name": "postAggregation",