()
| 110 | } |
| 111 | |
| 112 | const withdrawLP2MasterChef = async () => { |
| 113 | const tx = await masterchefContract.withdraw(1, lpBalance.toString(), overrides) |
| 114 | tx.wait(1); |
| 115 | console.log(chalk.green(`Successfully withdraw LP token from masterchef`)); |
| 116 | return tx; |
| 117 | } |
| 118 | |
| 119 | const removeLPFromRouter = async () => { |
| 120 | const tx = await routerContract.removeLiquidity( |