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
Right now SDK uses getContract and getArtifact functions to get deployment artifacts for various components of smart contract infrastructure on a specific chain.
These must be improved to support local environment simulation:
When "localhost" chain id is supported it:
getArtifact returns data from enviroment specified local directory instead of npm package
getContract supports new parameter allowing to specify contract name to get from a chain
The text was updated successfully, but these errors were encountered:
peersky
changed the title
Add simulation environment to sdk
Add local simulation environment support
Mar 2, 2024
Right now SDK uses
getContract
andgetArtifact
functions to get deployment artifacts for various components of smart contract infrastructure on a specific chain.These must be improved to support local environment simulation:
When "localhost" chain id is supported it:
getArtifact
returns data from enviroment specified local directory instead of npm packagegetContract
supports new parameter allowing to specify contract name to get from a chainThe text was updated successfully, but these errors were encountered: