diff --git a/scripts/constants.ts b/scripts/constants.ts index 80cb283e..867174bb 100644 --- a/scripts/constants.ts +++ b/scripts/constants.ts @@ -15,6 +15,7 @@ export const stableLPMakerV2Address = "0x2DF95Be842cd68062Ecdb7a30cA8dD400a8ab86 export const stableLPMakerV3Address = "0x84c1b1986766fD32cfAC340f947217bd1fB8ADed"; export const stableLPMakerV4Address = "0x5174F1F043A9C66C58f62C3b81a24fb0F31DE94A"; export const usdcMakerAddress = "0x5EBd5e963A00500B6a1234c621811c52AF0aAade"; +export const gUniRouterAddress = "0x49eb1F160e167aa7bA96BdD88B6C1f2ffda5212A" export const wethAddress = "0xC9BdeEd33CD01541e1eeD10f90519d2C06Fe3feB"; export const wnearAddress = "0xC42C30aC6Cc15faC9bD938618BcaA1a1FaE8501d"; diff --git a/scripts/vaults/addLiquidityVault.ts b/scripts/vaults/addLiquidityVault.ts new file mode 100644 index 00000000..eef9bd04 --- /dev/null +++ b/scripts/vaults/addLiquidityVault.ts @@ -0,0 +1,79 @@ +// We require the Hardhat Runtime Environment explicitly here. This is optional +// but useful for running the script in a standalone fashion through `node