Skip to content

Commit

Permalink
ci(scripts): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent 670a50d commit 589b1a8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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.1
*/

import { Contract, Interface } from "../../../../..";
Expand Down
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.1
*/

import { ContractFactory, decompressBytecode } from "../../../../..";
Expand All @@ -31,7 +31,7 @@ export class Src14OwnedProxyFactory extends ContractFactory<Src14OwnedProxy> {
static deploy (
wallet: Account,
options: DeployContractOptions = {}
): ReturnType<Src14OwnedProxyFactory['deploy']> {
) {
const factory = new Src14OwnedProxyFactory(wallet);
return factory.deploy(options);
}
Expand Down
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.1
*/

/**
Expand Down
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.1
*/

export { Src14OwnedProxy } from './Src14OwnedProxy';
Expand Down
2 changes: 1 addition & 1 deletion packages/versions/src/lib/getBuiltinVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export function getBuiltinVersions(): Versions {
return {
FORC: '0.66.4',
FUEL_CORE: '0.40.0',
FUELS: '0.97.0',
FUELS: '0.97.1',
};
}

0 comments on commit 589b1a8

Please sign in to comment.