Uniswap / v2-core

🦄 🦄 Core smart contracts of Uniswap V2
https://uniswap.org/docs
GNU General Public License v3.0
2.92k stars 3.13k forks source link

Error: VM Exception while processing transaction: revert UniswapV2: FORBIDDEN #113

Closed pegahcarter closed 3 years ago

pegahcarter commented 3 years ago

Coming up on this error when I'm running on a local ganache instance (v6.12.0). I found where the check is in the code.

I start by running ganache-cli -l 10000000 --fork https://mainnet.infura.io/v3/2f4ac5ce683c4da09f88b2b564d44199 -d -i 1 and then run my scripts using npx buidler test --network ganache.

pegahcarter commented 3 years ago

My mistake on not including the repo that fails... Here it is

moodysalem commented 3 years ago

Github is for issues, you can find more help from the community in the Discord