From 8adbc2b5ddd05829ecc0ac36b840ab41f6500ada Mon Sep 17 00:00:00 2001 From: Tsahi Zidenberg Date: Tue, 22 Aug 2023 12:45:20 -0600 Subject: [PATCH] arbwasm: rename compile to activate --- src/precompiles/ArbWasm.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/precompiles/ArbWasm.sol b/src/precompiles/ArbWasm.sol index 14716c19d5..e646a246e8 100644 --- a/src/precompiles/ArbWasm.sol +++ b/src/precompiles/ArbWasm.sol @@ -12,7 +12,7 @@ interface ArbWasm { // @notice compile a wasm program // @param program the program to compile // @return version the stylus version the program was compiled against - function compileProgram(address program) external returns (uint16 version); + function activateProgram(address program) external returns (uint16 version); // @notice gets the latest stylus version // @return version the stylus version