File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ Foundry allows you to run Solidity Scripts to interact with a remote network usi
189189See [ _ Scripting with Solidity_ ] ( https://book.getfoundry.sh/guides/scripting-with-solidity ) for more information on the topic.
190190
191191To enable Foundry Scripts to work with HTS, you can use ` htsSetup() ` as described in the previous section.
192- You can include
193192For example
194193
195194``` solidity examples/foundry-hts/script/CreateToken.s.sol
@@ -258,6 +257,10 @@ previewnet = "https://previewnet.hashio.io/api"
258257localnode = " http://localhost:7546"
259258```
260259
260+ > [ !IMPORTANT]
261+ > Make sure to include the ` --skip-simulation ` flag when running ` forge script ` .
262+ > Otherwise you will get [ ` EvmError: InvalidFEOpcode ` ] ( ./FAQ.md#what-causes-the-error-evmerror-invalidfeopcode ) .
263+
261264## Hardhat plugin
262265
263266We provide a Hardhat plugin that enables fork testing when using HTS Tokens.
You can’t perform that action at this time.
0 commit comments