Factory deployer
[blockchain/ethereum/Uniswap/v2/Factory deployer]
Deployes UniswapV2Factory contract to the chain
Input ports
fee setter address:
string
Optional. Account address of fee setter. See: https://ethereum.org/en/developers/tutorials/uniswap-v2-annotated-code/#UniswapV2Factory
config:
factory contract:
Output ports
events:
Muliplexed events. Use a Demultiplexer to separate them if needed.
error:
{"error": string}
Sends out any error that happened during deployment
confirmation:
Sends out the confirmation(s) of the deployment as received from the chain.
Last updated