Skip to content

Commit 74245e5

Browse files
committed
update contract id
1 parent 125ab19 commit 74245e5

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 = 0xa0bd14bee0207967a110067c18deffc7e0ea073f7c3c0ddf059af8181f2f4f93; // AUTO-CONTRACT-ID ../../test_contracts/increment_contract --release
9+
const CONTRACT_ID = 0x1b13c6d5b84d8416db2ec97ca158d8d4f4e30059b1ba7df6622a6cb834d934b1; // 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)