You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a developer creates a new hardhat project, installs the default dependency hardhat-toolbox and want to run test/Lock.ts with sapphire-localnet it will fail, because the used hardhat-network-helpers are working only with the hardhat node.
Additionally the the @nomicfoundation/hardhat-chai-matchers will only work with view calls, not for sending transactions.
This info could be helpful in the docs for new Sapphire developers.