From a019226f5b717bf5e2f9e46544b52ac3a79af868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hussein?= <80422357+nhussein11@users.noreply.github.com> Date: Thu, 9 Jan 2025 08:53:40 -0300 Subject: [PATCH] Update develop/toolkit/api-libraries/smart-contracts/ethers-js.md Co-authored-by: 0xLucca <95830307+0xLucca@users.noreply.github.com> --- develop/toolkit/api-libraries/smart-contracts/ethers-js.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/develop/toolkit/api-libraries/smart-contracts/ethers-js.md b/develop/toolkit/api-libraries/smart-contracts/ethers-js.md index b241ed70..e00694be 100644 --- a/develop/toolkit/api-libraries/smart-contracts/ethers-js.md +++ b/develop/toolkit/api-libraries/smart-contracts/ethers-js.md @@ -79,7 +79,8 @@ To compile this contract, use the following script: --8<-- 'code/develop/smart-contracts/evm-toolkit/ethers-js/compile.js' ``` -Note that the script above is tailored to the `Storage.sol` contract. It can be adjusted for other contracts by changing the file name or modifying the ABI and bytecode paths accordingly. +!!!note + The script above is tailored to the `Storage.sol` contract. It can be adjusted for other contracts by changing the file name or modifying the ABI and bytecode paths accordingly. After executing the script, the Solidity contract will be compiled into the required `polkavm` bytecode format. The ABI and bytecode will be saved into files with `.json` and `.polkavm` extensions, respectively. You can now proceed with deploying the contract to the Asset Hub network, as outlined in the next section.