Skip to content

Commit

Permalink
Merge pull request #40 from stakedotlink/chore/add-stLINK-reward-pool…
Browse files Browse the repository at this point in the history
…-to-deployments
  • Loading branch information
hellobart authored Sep 5, 2023
2 parents d1f32dc + ca75c6b commit e84e375
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/test/setup-test-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ async function main() {
tx = await delegatorPool.addToken(LINK_StakingPool.address, stLINK_DelegatorRewardsPool.address)
await tx.wait()

updateDeployments(
{
stLINK_DelegatorRewardsPool: stLINK_DelegatorRewardsPool.address,
},
{
stLINK_DelegatorRewardsPool: 'RewardsPool',
}
)

// ETH Liquid SD Index

const lidoAdapter = (await deployUpgradeable('LSDIndexAdapterMock', [
Expand Down

0 comments on commit e84e375

Please sign in to comment.