Skip to content

Commit

Permalink
chore: upgrading fuel-core to 0.20.8 (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya authored Oct 26, 2023
1 parent 88e7772 commit 036de78
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/clean-yaks-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fuel-ts/fuel-core": patch
"@fuel-ts/providers": patch
"@fuel-ts/versions": patch
---

Upgrading `fuel-core` to `0.20.8`
2 changes: 2 additions & 0 deletions .changeset/two-meals-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/fuel-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.7
0.20.8
2 changes: 1 addition & 1 deletion packages/providers/test/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Provider', () => {

const version = await provider.getVersion();

expect(version).toEqual('0.20.7');
expect(version).toEqual('0.20.8');
});

it('can call()', async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/versions/src/lib/getSupportedVersions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function getSupportedVersions() {
return {
FORC: '0.46.1',
FUEL_CORE: '0.20.7',
FUEL_CORE: '0.20.8',
FUELS: '0.64.1',
};
}

0 comments on commit 036de78

Please sign in to comment.