We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We export artifacts based on the future id, which includes the # symbol as a separator:
#
When imported via vite it fails to resolve the import:
[vite] Internal server error: Failed to resolve import ...
This was first raised on discord: https://discord.com/channels/750408878008827925/1153426756901032037/1234168682490364017
The text was updated successfully, but these errors were encountered:
Looking at vite, they seem to have made the call not to support # in file paths:
vite
vitejs/vite#13123
Sorry, something went wrong.
I think we should consider adding an hre.ignition.getArtifact or hre.artifacts.readIgnitionArtifact or similar to hardhat v3
hre.ignition.getArtifact
hre.artifacts.readIgnitionArtifact
Maybe even a separate utility function not attached to anything, in case a user doesn't want to import the entire hre just for that function
hre
No branches or pull requests
We export artifacts based on the future id, which includes the
#
symbol as a separator:When imported via vite it fails to resolve the import:
This was first raised on discord: https://discord.com/channels/750408878008827925/1153426756901032037/1234168682490364017
The text was updated successfully, but these errors were encountered: