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
contract-addresses.json is used to store the address of all the contracts you've deployed.
However, right now it stores at most a single address per contract type (as seen in addAddress)). This isn't sufficient for games that require deploying multiple contracts of the same type.
The text was updated successfully, but these errors were encountered:
contract-addresses.json
is used to store the address of all the contracts you've deployed.However, right now it stores at most a single address per contract type (as seen in
addAddress
)). This isn't sufficient for games that require deploying multiple contracts of the same type.The text was updated successfully, but these errors were encountered: