Skip to content

Commit

Permalink
lib: new version 1.1.120 (now arbitrator can't change bounty)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonstack committed Sep 10, 2024
1 parent 4248ae1 commit d10c406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hats.finance/shared",
"version": "1.1.119",
"version": "1.1.120",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/src/utils/vaultEditor.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,9 @@ export function editedFormToCreateVaultOnChainCall(
descriptionHash,
bountyGovernanceHAT: formatPercentage(getHatsFee()),
bountyHackerHATVested: formatPercentage(editedVaultDescription.parameters.fixedHatsRewardPercetange ?? 0),
arbitratorCanChangeBeneficiary: true,
arbitratorCanChangeBounty: true,
arbitratorCanSubmitClaims: true,
arbitratorCanChangeBeneficiary: false,
arbitratorCanChangeBounty: false,
arbitratorCanSubmitClaims: false,
isTokenLockRevocable: false,
arbitrator: ChainsConfig[+(editedVaultDescription.committee.chainId ?? "1")].arbitratorContract,
} as ICreateVaultOnChainCall;
Expand Down

0 comments on commit d10c406

Please sign in to comment.