diff --git a/src/test/contracts/native-functions.tact b/src/test/contracts/native-functions.tact index e9c0812d5..6d91dc7c6 100644 --- a/src/test/contracts/native-functions.tact +++ b/src/test/contracts/native-functions.tact @@ -1,4 +1,5 @@ @name(hello_world) native helloWorld(): Int; + @name(__tact_compute_contract_address) native contractAddressExt(chain: Int, code: Cell, data: Cell): Address;