Skip to content

Commit 5453923

Browse files
committed
Fix e2e tests
1 parent 547785e commit 5453923

File tree

1 file changed

+1
-1
lines changed
  • test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/asset_ops_test/src

1 file changed

+1
-1
lines changed

test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/asset_ops_test/src/main.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use test_fuel_coin_abi::*;
99
#[cfg(experimental_new_encoding = false)]
1010
const FUEL_COIN_CONTRACT_ID = 0xec2277ebe007ade87e3d797c3b1e070dcd542d5ef8f038b471f262ef9cebc87c;
1111
#[cfg(experimental_new_encoding = true)]
12-
const FUEL_COIN_CONTRACT_ID = 0x4b651789d4867c17419e95cefd50f49bdc78e8778118373b7aab6bcab2ca3d1e;
12+
const FUEL_COIN_CONTRACT_ID = 0xf2fecff29038dab2ef571397ea5507359265c9154608e7de36ccbea20ed5c8aa;
1313

1414
#[cfg(experimental_new_encoding = false)]
1515
const BALANCE_CONTRACT_ID = 0xf6cd545152ac83225e8e7df2efb5c6fa6e37bc9b9e977b5ea8103d28668925df;

0 commit comments

Comments
 (0)