File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ pub const FUEL_TOOLCHAIN_TOML_FILE: &str = "fuel-toolchain.toml";
5
5
pub const FUELS_VERSION_FILE : & str = "fuels_version" ;
6
6
7
7
pub const CHANNEL_LATEST_URL : & str =
8
- "https://raw.githubusercontent.com/FuelLabs/fuelup/gh-pages/channel-fuel-beta-5 .toml" ;
9
- pub const CHANNEL_LATEST_FILE_NAME : & str = "channel-fuel-beta-5 .toml" ;
8
+ "https://raw.githubusercontent.com/FuelLabs/fuelup/gh-pages/channel-fuel-testnet .toml" ;
9
+ pub const CHANNEL_LATEST_FILE_NAME : & str = "channel-fuel-testnet .toml" ;
10
10
pub const CHANNEL_NIGHTLY_FILE_NAME : & str = "channel-fuel-nightly.toml" ;
11
11
pub const CHANNEL_BETA_1_FILE_NAME : & str = "channel-fuel-beta-1.toml" ;
12
12
pub const CHANNEL_BETA_2_FILE_NAME : & str = "channel-fuel-beta-2.toml" ;
Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ fn fuelup_component_add() -> Result<()> {
15
15
let _ = cfg. fuelup ( & [ "component" , "add" , "fuel-core" ] ) ;
16
16
expect_files_exist (
17
17
& cfg. toolchain_bin_dir ( "my_toolchain" ) ,
18
- & [ "fuel-core" , "fuel-core-keygen" ] ,
18
+ & [
19
+ "fuel-core" ,
20
+ "fuel-core-keygen" ,
21
+ "fuel-core-wasm-executor.wasm" ,
22
+ ] ,
19
23
) ;
20
24
} ) ?;
21
25
You can’t perform that action at this time.
0 commit comments