Skip to content

Commit

Permalink
chore: update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Dec 20, 2024
1 parent b9ae5bf commit d12d202
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/recipes/src/types/Src14OwnedProxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.97.0
Fuels version: 0.97.2
*/

import { Contract, type InvokeFunction } from '@fuel-ts/program';
Expand Down
2 changes: 1 addition & 1 deletion packages/recipes/src/types/Src14OwnedProxyFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.97.0
Fuels version: 0.97.2
*/

import { ContractFactory, type DeployContractOptions } from '@fuel-ts/contract';
Expand Down
2 changes: 1 addition & 1 deletion packages/recipes/src/types/common.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.97.0
Fuels version: 0.97.2
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/recipes/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.97.0
Fuels version: 0.97.2
*/

export { Src14OwnedProxy } from './Src14OwnedProxy';
Expand Down

0 comments on commit d12d202

Please sign in to comment.