Skip to content

Commit

Permalink
chore(deps): bump nucypher-contracts version to 0.23.0 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
theref authored Aug 29, 2024
2 parents a2f8e6b + 9cbb904 commit 5efda67
Show file tree
Hide file tree
Showing 9 changed files with 523 additions and 493 deletions.
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@nucypher/nucypher-contracts": "^0.22.0",
"@nucypher/nucypher-contracts": "^0.23.0",
"@nucypher/nucypher-core": "*",
"axios": "^1.6.8",
"deep-equal": "^2.2.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/shared/src/contracts/agents/coordinator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,12 @@ export class DkgCoordinatorAgent {
providers: ChecksumAddress[],
authority: string,
duration: BigNumberish,
feeModel: string,
accessController: string,
): Promise<number> {
const coordinator = await this.connectReadWrite(provider, domain, signer);
const tx = await coordinator.initiateRitual(
feeModel,
providers,
authority,
duration,
Expand Down
Loading

0 comments on commit 5efda67

Please sign in to comment.