update coordinator registry entry

pull/3133/head
Kieran Prasch 2023-05-24 20:03:24 +02:00
parent 9305d4d76c
commit a5940b2dc6
1 changed files with 16 additions and 1 deletions

View File

@ -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",