Router deployer
[blockchain/ethereum/Uniswap/v2/Router deployer]
Deployes UniswapV2Router02 contract to the chain
Input ports
factory address:
string
Address of the deployed UniswapV2Factory contract
WETH address:
string
Address of the WETH token on the targetet network
config:
{"providerUrl": string, "privateKey": string}
router contract:
Receives the compiled UniswapV2Router02 contract
Output ports
events:
Muliplexed events. Use a Demultiplexer to separate them if needed.
error:
{"error": string}
confirmation:
{"confirmationNumber": number}
Last updated