[Ethereum] Uniswap V2 Router, Factory on Rinkeby testnet

solidityuniswap

Is it possible to use Uniswap V2 router on rinkeby? What is the contract address of a router? i found only factory contract address ?

Best Answer

The Uniswap V2 router address is '0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D' for all networks.

In the official documentation you can also find the interface to use the Router.

Related Topic