Skip to content

Commit

Permalink
Upgrade Lynx coordinator
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusv committed Sep 16, 2024
1 parent 57a9047 commit 034365c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions deployment/artifacts/lynx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3964,6 +3964,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",
Expand Down

0 comments on commit 034365c

Please sign in to comment.