Skip to content

Commit

Permalink
chore: updated mainnet migration contract
Browse files Browse the repository at this point in the history
  • Loading branch information
VladasZ committed Dec 3, 2024
1 parent 885159c commit e85b634
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/migrations/score_jars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async fn migrate_to_score_jars() -> Result<()> {
build_contract("build-integration".into())?;

let ft_code = load_wasm("res/sweat.wasm");
let jar_old_code = load_wasm("res_test/sweat_jar_pre_score_jars.wasm");
let jar_old_code = load_wasm("res_test/sweat_jar_pre_step_jars.wasm");
let jar_new_code = load_wasm("res/sweat_jar.wasm");

let worker = near_workspaces::sandbox().await?;
Expand Down
Binary file modified res/sweat_jar.wasm
Binary file not shown.
Binary file removed res_test/sweat_jar_pre_score_jars.wasm
Binary file not shown.
Binary file added res_test/sweat_jar_pre_step_jars.wasm
Binary file not shown.

0 comments on commit e85b634

Please sign in to comment.