Simple router to perform buys against UniswapV3 liquidity pools, includes honeypot checker - UNIV3_SIMPLE_ROUTER/tsconfig.json at master · MiguelGGMM/UNIV3_SIMPLE_ROUTER
Simple router to perform buys against UniswapV3 liquidity pools, includes honeypot checker - UNIV3_SIMPLE_ROUTER/README.md at master · MiguelGGMM/UNIV3_SIMPLE_ROUTER
"UniswapV3" ] }; 37 changes: 6 additions & 31 deletions37README.md Original file line numberDiff line numberDiff line change @@ -1,15 +1,11 @@ #HARDHAT_TEST_TEMPLATE #UNIV3_SIMPLE_ROUTER [![Solidity testing CI using hardhat](https://github.com/MiguelGGMM/HARDHAT_TEST_TEMPLATE/actio...
UNIV3_FACTORY_ETH, BUY_TEST_CURRENT, WETH, toWei("1"), ); await IERC20__factory.connect(BUY_TEST_CURRENT, acc).approve(_SimpleRouterV3.target.toString(), BN2(amountOut).mul(BN2(1000)).toString());for (let _i = 0; _i < 2; _i++) { await IERC20__factory.connect(WETH,...
2 changes: 1 addition & 1 deletion 2 test/main_test.ts Original file line numberDiff line numberDiff line change @@ -3,12 +3,12 @@ import { SimpleRouterV3, SimpleRouterV3__factory, IWETH__factory, IERC20__factory } from "../typechain-types"; import { Addressable, BigNumberish ...
Simple router to perform buys against UniswapV3 liquidity pools, includes honeypot checker - openzeppelin -> ^4.9.3 by MiguelGGMM · Pull Request #5 · MiguelGGMM/UNIV3_SIMPLE_ROUTER
Simple router to perform buys against UniswapV3 liquidity pools, includes honeypot checker - Tether compatibility by MiguelGGMM · Pull Request #4 · MiguelGGMM/UNIV3_SIMPLE_ROUTER