-
Say I want to deploy on Goerli, there the addresses are different than Mainnet. |
Beta Was this translation helpful? Give feedback.
Answered by
alvatar
Jun 16, 2023
Replies: 1 comment 1 reply
-
By setting the target network in |
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
Thanks! I think the answer is related to local contracts (defined in the project), whereas I was asking about external ones.
But I think I got the answer: the
networks.ts
file had theNETWORKS_EXTRA_DATA
variable that I can use to add these external addresses.