Skip to content

Commit

Permalink
feat: make peek public
Browse files Browse the repository at this point in the history
  • Loading branch information
fxp3 committed Mar 22, 2024
1 parent a5c161b commit fe6f11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/scripts/utils/ArbScript.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ contract ArbScript is Anvil, Scripted, ArbDeployAddr {
states_noVaultFees();
}

function peekAccount(address account, bool fetch) internal {
function peekAccount(address account, bool fetch) public {
if (fetch) fetchPyth();
IDataV1.DAccount memory acc = dataV1.getAccount(pythView, account);
Log.sr();
Expand Down

0 comments on commit fe6f11f

Please sign in to comment.