How to deploy a contract to the in-memory local node via hardhat #67
-
What should my hardhat.config.ts file look like? How do I specify an ethNetwork rpc url when I'm only trying to deploy to the layer 2? Is there any way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
uF4No
Jul 17, 2023
Replies: 1 comment 1 reply
-
To run against the in-memory node, your network in
will just need to update the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just adding that the network details are available in our docs