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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I have my project setup in hub/spoke fashion. All of the projects live in a single file and only one of them is deployed. I want to have access to the ABI for the non-deployed contracts in my test and app environment.
I assume that this would be possible if the contracts were in separate files because that outputs .sol.js for each contract deployed or no but that does not work for my use case. I want some functionality of my hub to only be accessible when called from the spoke contract (as a way of identity management) and that would require a circular import in solidity which does not seem to work.
The text was updated successfully, but these errors were encountered:
I have my project setup in hub/spoke fashion. All of the projects live in a single file and only one of them is deployed. I want to have access to the ABI for the non-deployed contracts in my test and app environment.
I assume that this would be possible if the contracts were in separate files because that outputs .sol.js for each contract deployed or no but that does not work for my use case. I want some functionality of my hub to only be accessible when called from the spoke contract (as a way of identity management) and that would require a circular import in solidity which does not seem to work.
The text was updated successfully, but these errors were encountered: