Skip to content

Commit

Permalink
fix(scratch acceptance test): reading ldo address from state
Browse files Browse the repository at this point in the history
  • Loading branch information
arwer13 committed Oct 3, 2023
1 parent 4c66f09 commit 1ef0e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scratch/checks/scratch-acceptance-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function loadDeployedProtocol(state) {
hashConsensusForAO: await artifacts.require('HashConsensus').at(state.hashConsensusForAccounting.address),
elRewardsVault: await artifacts.require('LidoExecutionLayerRewardsVault').at(state.executionLayerRewardsVault.address),
withdrawalQueue: await artifacts.require('WithdrawalQueueERC721').at(state.withdrawalQueueERC721.address),
ldo: await artifacts.require('MiniMeToken').at(state.daoTokenAddress),
ldo: await artifacts.require('MiniMeToken').at(state.ldo.address),
}
}

Expand Down

0 comments on commit 1ef0e4d

Please sign in to comment.