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
Currently, some (but not all) contracts have singleton-style addresses saved in the TestContext. This is incorrect because the TestContext does not allow storing addresses per chain. Rather, the LocalChain should store these addresses per-chain. Making this change would not alter the external API for localic-utils.
The text was updated successfully, but these errors were encountered:
Currently, some (but not all) contracts have singleton-style addresses saved in the
TestContext
. This is incorrect because theTestContext
does not allow storing addresses per chain. Rather, theLocalChain
should store these addresses per-chain. Making this change would not alter the external API for localic-utils.The text was updated successfully, but these errors were encountered: