Skip to content

Commit

Permalink
fix: bump proxy contract versions (#3388)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk authored Nov 13, 2024
1 parent 9a17971 commit 2b624a1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/thirty-waves-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels": patch
---

fix: bump proxy contract versions
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.96.0
Fuels version: 0.96.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.96.0
Fuels version: 0.96.1
*/

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.96.0
Fuels version: 0.96.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.96.0
Fuels version: 0.96.1
*/

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

0 comments on commit 2b624a1

Please sign in to comment.