Skip to content

Commit

Permalink
fixup! refactor: consistent example contract filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 20, 2024
1 parent c42ada4 commit c382b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/orchestration/src/proposals/start-stakeBld.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const trace = makeTracer('StartStakeBld', true);
* installation: {
* consume: {
* stakeBld: Installation<
* import('../../src/examples/stakeBld.contract.js').start
* import('../../src/examples/stake-bld.contract.js').start
* >;
* };
* };
Expand Down Expand Up @@ -50,7 +50,7 @@ export const startStakeBld = async ({

/**
* @type {StartUpgradableOpts<
* import('../../src/examples/stakeBld.contract.js').start
* import('../../src/examples/stake-bld.contract.js').start
* >}
*/
const startOpts = {
Expand Down

0 comments on commit c382b96

Please sign in to comment.