Skip to content

Commit

Permalink
Merge branch 'master' into st/fix/rename-abi-message-id-property
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk authored Sep 19, 2024
2 parents 6c5e3ad + 47b5cd3 commit dbf68cb
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/brown-forks-fly.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 to forc `0.63.6`
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(
'0xf62e682e05fa17455999758d00875449bd6f06cdbe003a6431aa944f2d652642'
'0xebefb535f39d996a31dec819ab1b370a72cb8842dff4a9453a85ab53f3a50b45'
);
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"name": "AMOUNT",
"concreteTypeId": "d7649d428b9ff33d188ecbf38a7e4d8fd167fa01b2e10fe9a8f9308e52f1d7cc",
"offset": 920,
"offset": 952,
},
],
}
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.5
0.63.6
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.5',
FORC: '0.63.6',
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.5"
forc = "0.63.6"
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.5"
forc = "0.63.6"
fuel-core = "0.36.0"

0 comments on commit dbf68cb

Please sign in to comment.