Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [email protected], [email protected], and create-fuels toolchains #3265

Merged
merged 10 commits into from
Oct 7, 2024
8 changes: 8 additions & 0 deletions .changeset/afraid-pets-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@fuel-ts/versions": patch
danielbate marked this conversation as resolved.
Show resolved Hide resolved
"@fuel-ts/account": patch
"fuels": patch
"create-fuels": patch
---

chore: upgrade `[email protected]`
2 changes: 1 addition & 1 deletion internal/fuel-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.37.0
0.37.1
2 changes: 1 addition & 1 deletion packages/account/src/providers/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ describe('Provider', () => {

const version = await provider.getVersion();

expect(version).toEqual('0.37.0');
expect(version).toEqual('0.37.1');
});

it('can call()', async () => {
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 @@ -3,7 +3,7 @@ import type { Versions } from './types';
export function getBuiltinVersions(): Versions {
return {
FORC: '0.64.0',
FUEL_CORE: '0.37.0',
FUEL_CORE: '0.37.1',
FUELS: '0.94.9',
};
}
2 changes: 1 addition & 1 deletion templates/nextjs/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channel = "testnet"

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

[components]
forc = "0.64.0"
fuel-core = "0.37.0"
fuel-core = "0.37.1"
Loading