Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobart committed Sep 5, 2023
1 parent 5e27022 commit f14890e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/test/setup-test-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +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: stLINK_DelegatorRewardsPool.address,
},
{
stLINK_DelegatorRewardsPool: 'stLINK_DelegatorRewardsPool'
stLINK_DelegatorRewardsPool: 'stLINK_DelegatorRewardsPool',
}
)

// ETH Liquid SD Index

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

0 comments on commit f14890e

Please sign in to comment.