We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It might be better if we can pass a object as the following to setting up all the contract addresses once, instead of passing it every time we invoke.
example :
const globalAddressMap= { emulator:{ SomeContract :"some address" }, testnet:{ SomeContract :"some address" }, production:{ SomeContract :"some address" } } cadut.setGlobalAddressMap(globalAddressMap)
and then cadut will decide to use address map network depend on environment
The text was updated successfully, but these errors were encountered:
One of the ideas was to utilize flow.json file, which should have these mappings. Let's use this issue to track the work in that direction :)
flow.json
Sorry, something went wrong.
hope it gonna be implement soon :v
MaxStalker
No branches or pull requests
It might be better if we can pass a object as the following to setting up all the contract addresses once, instead of passing it every time we invoke.
example :
and then cadut will decide to use address map network depend on environment
The text was updated successfully, but these errors were encountered: