Skip to content

Commit

Permalink
chore: bump testnet and mainnet to use forc 0.66.4 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty authored Nov 4, 2024
1 parent 1a2dacc commit 88a9468
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 @@ -26,22 +26,22 @@
testnet = {
forc-wallet = "f4052012e05babee66bf3a70ab06c0c8570f56d9";
fuel-core = "eea8c605258d79d5243f3f822c0e1205b0802f3c";
sway = "31486c0b47669612acb7c64d66ecb50aea281282";
sway = "d7dd104dac4394aa7af56f05b720c975744db853";
};

# Commits sourced from:
# https://raw.githubusercontent.com/FuelLabs/fuelup/gh-pages/channel-fuel-mainnet.toml
ignition = {
forc-wallet = "f4052012e05babee66bf3a70ab06c0c8570f56d9";
fuel-core = "eea8c605258d79d5243f3f822c0e1205b0802f3c";
sway = "31486c0b47669612acb7c64d66ecb50aea281282";
sway = "d7dd104dac4394aa7af56f05b720c975744db853";
};

# Commits sourced from:
# https://raw.githubusercontent.com/FuelLabs/fuelup/gh-pages/channel-fuel-mainnet.toml
mainnet = {
forc-wallet = "f4052012e05babee66bf3a70ab06c0c8570f56d9";
fuel-core = "eea8c605258d79d5243f3f822c0e1205b0802f3c";
sway = "31486c0b47669612acb7c64d66ecb50aea281282";
sway = "d7dd104dac4394aa7af56f05b720c975744db853";
};
}

0 comments on commit 88a9468

Please sign in to comment.