Export variable from deploy script #1569
-
How is it possible to export variable (tokenUris array) from 02-deploy-random-ipfs-nft.js, so I will be able to use it in my tests. I know that there is a solution with creating config file, but I want to achieve this w/o config. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
@woojiq You can do the same way, as we are doing helper and hardhat file. |
Beta Was this translation helpful? Give feedback.
@woojiq You can do the same way, as we are doing helper and hardhat file.