Skip to content

Commit

Permalink
Update Coordinator ABI on mainnet registry
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusv committed Sep 18, 2024
1 parent 75c2b97 commit b0404d9
Showing 1 changed file with 83 additions and 1 deletion.
84 changes: 83 additions & 1 deletion deployment/artifacts/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -2691,6 +2718,17 @@
}
]
},
{
"type": "error",
"name": "SafeERC20FailedOperation",
"inputs": [
{
"name": "token",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "event",
"name": "AggregationPosted",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -3811,6 +3873,13 @@
],
"outputs": []
},
{
"type": "function",
"name": "initializeNumberOfRituals",
"stateMutability": "nonpayable",
"inputs": [],
"outputs": []
},
{
"type": "function",
"name": "initiateRitual",
Expand Down Expand Up @@ -4116,7 +4185,7 @@
"stateMutability": "view",
"inputs": [
{
"name": "",
"name": "ritualId",
"type": "uint256",
"internalType": "uint256"
}
Expand Down Expand Up @@ -4326,6 +4395,19 @@
}
],
"outputs": []
},
{
"type": "function",
"name": "withdrawAllTokens",
"stateMutability": "nonpayable",
"inputs": [
{
"name": "token",
"type": "address",
"internalType": "contract IERC20"
}
],
"outputs": []
}
],
"tx_hash": "0x2a7f64225d9884b6b854ba7454283ecd4730785cbc862b72d4d8111224688e13",
Expand Down

0 comments on commit b0404d9

Please sign in to comment.