Skip to content

Commit

Permalink
defer
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Apr 25, 2024
1 parent cc00e01 commit 529ed8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export const buildRootObject = async () => {
* @param {any} devices
*/
bootstrap: async (vats, devices) => {
// @ts-expect-error XXX adminNode
vatAdmin = await E(vats.vatAdmin).createVatAdminService(devices.vatAdmin);
({ feeMintAccess, zoeService } = await E(vats.zoe).buildZoe(
vatAdmin,
Expand Down Expand Up @@ -215,6 +216,7 @@ export const buildRootObject = async () => {
governorFacets = await E(zoeService).startInstance(
NonNullish(installations.puppetContractGovernor),
undefined,
// @ts-expect-error XXX timer
governorTerms,
{
governed: {
Expand Down

0 comments on commit 529ed8b

Please sign in to comment.