Skip to content

Commit a7b218d

Browse files
committed
test: update fork test with new shorter test
1 parent 3897412 commit a7b218d

File tree

1 file changed

+4
-6
lines changed
  • v2/scripts/20260302-claim-signature-registry-v2/test

1 file changed

+4
-6
lines changed

v2/scripts/20260302-claim-signature-registry-v2/test/task.fork.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ describeForkTest('ClaimSignatureRegistryV2', 'mainnet', 24572000, function () {
1010
let claimSignatureRegistry: Contract;
1111

1212
const message: string =
13-
'I accept the T&Cs applicable to this claim, incl. all provisions of the Balancer ToU & all relevant Balancer governance resolutions.\n\n' +
14-
'I acknowledge & agree that my acceptance constitutes a full & final settlement & release of any & all past, present, & future claims, liabilities, demands, actions, causes of action, damages, or losses of any kind -whether known or unknown- arising out of or related to the Balancer V2 exploit.\n\n' +
15-
'This waiver expressly incl. claims against the Balancer Foundation, Balancer OpCo Ltd., Balancer Onchain Ltd. & all affiliated entities, as well as their respective officers, directors, contributors, service providers, employees, contractors, advisors, agents, successors, & assigns (collectively, the "Released Parties").\n\n' +
16-
'I acknowledge the limitation of liability, mandatory arbitration & all risk disclosures set forth in the Balancer ToU.\n\n' +
17-
'I waive & relinquish any right to participate in any class or collective action related to the V2 exploit or the Balancer Protocol.\n\n' +
18-
'I acknowledge & agree to the SEAL Safe Harbor Agreement (approved by governance resolution) which can offer legal protection to whitehats who aid in the recovery of assets during an active exploit.\n\n' +
13+
'I ACCEPT BALANCER\'S T&C APPLICABLE TO THIS CLAIM, INCL. ALL PROVISIONS OF THE ToU AND RELEVANT GOV RESOLUTIONS, INCL. LIMITATION OF LIABILITY, MANDATORY ARBITRATION AND RISK DISCLOSURES. I HEREBY CONFIRM & AGREE TO THE FOLLOWING:\n\n' +
14+
'My acceptance constitutes full final settlement & release of any past, present, & future claims, liabilities, demands, actions, causes of action, damages, or losses of any kind, known or unknown, arising out of or related to the Balancer exploit.\n' +
15+
'This waiver incl. claims and any right to participate in any class or collective action against the Balancer Foundation & all affiliated entities, as well as their respective officers, directors, contributors, service providers, employees, contractors, advisors, agents, successors, & assigns.\n' +
16+
'I acknowledge & agree to the Safe Harbor Agreement in all its terms (as approved by Balancer governance resolution).\n' +
1917
'I understand that my claim will not be processed unless I accept these terms in full & without modification.';
2018

2119
// Remove last character to make it different

0 commit comments

Comments
 (0)