Skip to content

Commit

Permalink
update proxy contract
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Oct 3, 2024
1 parent 540d4e2 commit 3659e50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.94.7
Fuels version: 0.94.8
*/

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.94.7
Fuels version: 0.94.8
*/

import { Contract, ContractFactory, decompressBytecode } 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.94.7
Fuels version: 0.94.8
*/

/**
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.94.7
Fuels version: 0.94.8
*/

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

0 comments on commit 3659e50

Please sign in to comment.