Skip to content

Commit 80f092e

Browse files
committed
update contract id
1 parent b29063f commit 80f092e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use dynamic_contract_call::*;
66
#[cfg(experimental_new_encoding = false)]
77
const CONTRACT_ID = 0xd1b4047af7ef111c023ab71069e01dc2abfde487c0a0ce1268e4f447e6c6e4c2;
88
#[cfg(experimental_new_encoding = true)]
9-
const CONTRACT_ID = 0x1578369458cce25c74ac2a50ce742e753f32384f1c112b824b6717e6aff4d4b7; // AUTO-CONTRACT-ID ../../test_contracts/increment_contract --release
9+
const CONTRACT_ID = 0x7e359be4445007ca516d161675b87e5b13cfa8889e22de7077e676e9f46e4d70; // AUTO-CONTRACT-ID ../../test_contracts/increment_contract --release
1010

1111
fn main() -> bool {
1212
let the_abi = abi(Incrementor, CONTRACT_ID);

0 commit comments

Comments
 (0)