diff --git a/milestones.nix b/milestones.nix index 71a2956f..8c247e5d 100644 --- a/milestones.nix +++ b/milestones.nix @@ -5,24 +5,24 @@ # Commits sourced from: # https://raw.githubusercontent.com/FuelLabs/fuelup/gh-pages/channel-fuel-testnet.toml testnet = { - forc-wallet = "9015e09f45818bbb8068fa644e9cda0e5b5c3809"; - fuel-core = "9827d2115c8e73cf3a13952f2cb3dd596858165c"; - sway = "93ae73db745a60dfd782b340ca21804bdde54aeb"; + forc-wallet = "9fea98d095d72c771f6a6f81f901fa4f8d5ece52"; + fuel-core = "8e34930a63329ce60bb361d38e25f6b9a7429a05"; + sway = "b68a3861db866f33078b3c966eaf5b3379e716cf"; }; # Commits sourced from: # https://raw.githubusercontent.com/FuelLabs/fuelup/gh-pages/channel-fuel-mainnet.toml ignition = { - forc-wallet = "9015e09f45818bbb8068fa644e9cda0e5b5c3809"; - fuel-core = "9827d2115c8e73cf3a13952f2cb3dd596858165c"; - sway = "93ae73db745a60dfd782b340ca21804bdde54aeb"; + forc-wallet = "9fea98d095d72c771f6a6f81f901fa4f8d5ece52"; + fuel-core = "85b2356d510a30cffaa8be7015203bb8ac30fee6"; + sway = "b68a3861db866f33078b3c966eaf5b3379e716cf"; }; # Commits sourced from: # https://raw.githubusercontent.com/FuelLabs/fuelup/gh-pages/channel-fuel-mainnet.toml mainnet = { - forc-wallet = "9015e09f45818bbb8068fa644e9cda0e5b5c3809"; - fuel-core = "9827d2115c8e73cf3a13952f2cb3dd596858165c"; - sway = "93ae73db745a60dfd782b340ca21804bdde54aeb"; + forc-wallet = "9fea98d095d72c771f6a6f81f901fa4f8d5ece52"; + fuel-core = "85b2356d510a30cffaa8be7015203bb8ac30fee6"; + sway = "b68a3861db866f33078b3c966eaf5b3379e716cf"; }; }