Skip to content

Commit

Permalink
fix: use new version of fuel-core
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Dec 11, 2023
1 parent 7275afe commit 219d9f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion docker/fuel-core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/fuellabs/fuel-core:v0.21.0
FROM ghcr.io/fuellabs/fuel-core:sha-1a8970b

ARG FUEL_IP=0.0.0.0
ARG FUEL_PORT=4001
Expand Down
2 changes: 0 additions & 2 deletions packages/fungible-token/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ This project uses the general contract message relaying script/predicate from th

### Building Sway

Each Sway project uses a `fuel-toolchain.toml` file with pinned versions so `forc` will install the correct versions for you if you do not have them installed.

In the root of the repository run the following command to build all the Sway programs.

```bash
Expand Down

This file was deleted.

0 comments on commit 219d9f7

Please sign in to comment.