Change Metadata of deployed Factories
Once you have deployed a Factory through the FoF, you can change the host and the Factory Metadata. The uri is used to reconstruct the Metadata on the EthereansOS frontend.
The function takes as input:
uint256[]
listPositions
-> a list of positionsaddress[]
newHosts
-> a list of new Hosts (one for each Factory passed inlistPositions
)string[]
newUris
-> a list of new uris (one for each Factory passed inlistPositions
)
The function returns the list of replaced hosts and replaced uris
.
Last updated