Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Aug 1, 2023
1 parent 77fd70b commit b2a9430
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions packages/ensjs/deploy/00_register_wrapped.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ const names = [
label: 'wrapped-with-expiring-subnames',
namedOwner: 'owner',
fuses: encodeFuses({
child: {
named: ['CANNOT_UNWRAP'],
input: {
child: {
named: ['CANNOT_UNWRAP'],
},
},
}),
subnames: [
Expand All @@ -79,15 +81,19 @@ const names = [
namedOwner: 'owner2',
expiry: Math.floor(Date.now() / 1000),
fuses: encodeFuses({
parent: { named: ['PARENT_CANNOT_CONTROL'] },
input: {
parent: { named: ['PARENT_CANNOT_CONTROL'] },
},
}),
},
{
label: 'pcc',
namedOwner: 'owner2',
expiry: MAX_DATE_INT,
fuses: encodeFuses({
parent: { named: ['PARENT_CANNOT_CONTROL'] },
input: {
parent: { named: ['PARENT_CANNOT_CONTROL'] },
},
}),
},
],
Expand Down

0 comments on commit b2a9430

Please sign in to comment.