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
From a very quick look, I think removing this check from the CLI may actually behave alright (from a CLI perspective). The main thing there is to be sure it doesn't try to auto-deploy any contracts... seems like it won't, but worth a double-check.
I think the bigger issue may be that the https://github.com/hyperledger/firefly-tokens-erc1155 container will have issues if it's started without a CONTRACT_ADDRESS or ETHCONNECT_INSTANCE. There's no reason it can't function without a built-in factory now (because you can point it at the address of one with each pool you create) - but I think it was coded to not come up unless it has a pre-deployed contract.
Currently initializing a remote blockchain stack with an erc-1155 token connector as follows:
Throws the following due to a check in the CLI:
firefly-cli/cmd/init.go
Line 216 in 8ad1838
This check was created to prevent automatic deployment of factory contracts for erc1155.
Steps for solution:
1- Build CLI with check disabled
2- Address any issues that arise from the CLI or connector
The text was updated successfully, but these errors were encountered: