Robinhood Chain Deployments
Review Uniswap v3 deployment addresses and contract references for Robinhood Chain integrations.
The latest version of @uniswap/v3-core, @uniswap/v3-periphery, and @uniswap/swap-router-contracts are deployed at the addresses listed below. Integrators should no longer assume that they are deployed to the same addresses across chains and be extremely careful to confirm mappings below.
Robinhood Chain is an Arbitrum Orbit L2 (chainId 4663) with ETH as the gas token. Confirm any deployment on the Robinhood Chain explorer.
These addresses are final and were deployed from these npm package versions:
Uniswap v3 Staker
An up-to-date list of deploy addresses by chain is hosted on GitHub for the UniswapV3Staker contract.
Universal Router
The UniversalRouter contract is the current preferred entrypoint for ERC20 and NFT swaps, replacing, among other contracts, SwapRouter02. An up-to-date list of deploy addresses by chain is hosted on GitHub.
Uniswap Pool Deployments
Every Uniswap pool is a unique instance of the UniswapV3Pool contract and is deployed at its own unique address. The contract source code of the pool will be auto-verified on the explorer. You can browse Robinhood Chain contracts on the explorer to confirm any deployment.
You can look up the address of an existing pool on Uniswap Info or by calling the getPool function on the UniswapV3Factory contract.
getPool("0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", 3000)