dappuniversity / price-bot

397 stars 392 forks source link

Wrong Uniswap Factory Address for Ropsten #4

Closed codemedici closed 3 years ago

codemedici commented 3 years ago

The address used in this code is the mainnet one, not ropsten:

const UNISWAP_FACTORY_ADDRESS = '0x9c83dCE8CA20E9aAF9D3efc003b2ea62aBC08351' // Ropsten
// const UNISWAP_FACTORY_ADDRESS = '0xc0a47dfe034b400b47bdad5fecda2621de6c4d95' // mainnet

See https://uniswap.org/docs/v1/frontend-integration/connect-to-uniswap/