Skip to content

Commit

Permalink
fixup! refactor(orchestration): remove circular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Apr 3, 2024
1 parent dcf7770 commit 5427003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vats/src/core/types-ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ type ChainBootstrapSpaceT = {
namesByAddress: import('../types.js').NameHub;
namesByAddressAdmin: import('../types.js').NamesByAddressAdmin;
networkVat: NetworkVat;
orchestration: import('@agoric/vats/src/orchestration').Orchestration;
orchestration: import('@agoric/orchestration/src/orchestration.js').Orchestration;
pegasusConnections: import('@agoric/vats').NameHubKit;
pegasusConnectionsAdmin: import('@agoric/vats').NameAdmin;
priceAuthorityVat: Awaited<PriceAuthorityVat>;
Expand Down

0 comments on commit 5427003

Please sign in to comment.