From ef96b159cc58129fc37278e2f5437169904207af Mon Sep 17 00:00:00 2001 From: Ryan Ostrom Date: Fri, 15 Sep 2023 08:58:47 -0500 Subject: [PATCH] Add stSDL to Accounts 9-13 --- scripts/test/setup-test-env.ts | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/scripts/test/setup-test-env.ts b/scripts/test/setup-test-env.ts index 17456725..c17c7498 100644 --- a/scripts/test/setup-test-env.ts +++ b/scripts/test/setup-test-env.ts @@ -226,12 +226,44 @@ async function main() { tx = await ownersRewardsPoolV1.distributeRewards() await tx.wait() - // Account 3 + // stSDL + // Account 3 tx = await sdlToken .connect(signers[3]) .transferAndCall(delegatorPool.address, toEther(1000), '0x') await tx.wait() + + // Account 9 + tx = await sdlToken + .connect(signers[9]) + .transferAndCall(delegatorPool.address, toEther(1000), '0x') + await tx.wait() + + // Account 10 + tx = await sdlToken + .connect(signers[10]) + .transferAndCall(delegatorPool.address, toEther(1000), '0x') + await tx.wait() + + // Account 11 + tx = await sdlToken + .connect(signers[11]) + .transferAndCall(delegatorPool.address, toEther(1000), '0x') + await tx.wait() + + // Account 12 + tx = await sdlToken + .connect(signers[12]) + .transferAndCall(delegatorPool.address, toEther(1000), '0x') + await tx.wait() + + // Account 13 + tx = await sdlToken + .connect(signers[13]) + .transferAndCall(delegatorPool.address, toEther(1000), '0x') + await tx.wait() + tx = await linkToken .connect(signers[3]) .transferAndCall(