Skip to content

Commit

Permalink
chore: upgrade [email protected] (#3215)
Browse files Browse the repository at this point in the history
* chore: [email protected]

* chore: changeset

* chore: update changeset

* test: update bytecode tests
  • Loading branch information
danielbate authored Sep 26, 2024
1 parent fff7047 commit 127ade0
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .changeset/smart-worms-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fuel-ts/versions": patch
"@internal/forc": patch
"create-fuels": patch
---

chore: upgrade `[email protected]`
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ describe('Transaction Request', () => {
// #endregion transaction-request-7

expect(transactionId).toBe(
'0xebefb535f39d996a31dec819ab1b370a72cb8842dff4a9453a85ab53f3a50b45'
'0x489c8694c5e20bf9202150728cb6ccad4b21e215c509d6ef065a5c9354e0ba08'
);
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"name": "AMOUNT",
"concreteTypeId": "d7649d428b9ff33d188ecbf38a7e4d8fd167fa01b2e10fe9a8f9308e52f1d7cc",
"offset": 952,
"offset": 944,
},
],
}
Expand Down
2 changes: 1 addition & 1 deletion internal/forc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.63.6
0.64.0
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,17 @@ const abi = {
{
"name": "SHOULD_RETURN",
"concreteTypeId": "b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903",
"offset": 2776
"offset": 2768
},
{
"name": "AN_OPTION",
"concreteTypeId": "2da102c46c7263beeed95818cd7bee801716ba8303dddafdcd0f6c9efda4a0f1",
"offset": 2752
"offset": 2744
},
{
"name": "A_GENERIC_STRUCT",
"concreteTypeId": "71df88006611ffff852cf617defb70f77adaf507305088cedd41d276c783aab0",
"offset": 2768
"offset": 2760
}
]
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const abi = {
{
"name": "SHOULD_RETURN",
"concreteTypeId": "b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903",
"offset": 760
"offset": 752
}
]
};
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 @@ -2,7 +2,7 @@ import type { Versions } from './types';

export function getBuiltinVersions(): Versions {
return {
FORC: '0.63.6',
FORC: '0.64.0',
FUEL_CORE: '0.36.0',
FUELS: '0.94.6',
};
Expand Down
2 changes: 1 addition & 1 deletion templates/nextjs/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
channel = "testnet"

[components]
forc = "0.63.6"
forc = "0.64.0"
fuel-core = "0.36.0"
2 changes: 1 addition & 1 deletion templates/vite/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
channel = "testnet"

[components]
forc = "0.63.6"
forc = "0.64.0"
fuel-core = "0.36.0"

0 comments on commit 127ade0

Please sign in to comment.