Commit 370a348c authored by Will Cory's avatar Will Cory Committed by GitHub

Update packages/contracts-periphery/contracts/foundry-tests/Optimist.t.sol

parent ebf59833
......@@ -25,7 +25,6 @@ contract Optimist_Initializer is Test {
function attestBaseuri(string memory _baseUri) internal {
AttestationStation.AttestationData[]
memory attestationData = new AttestationStation.AttestationData[](1);
// we are using true but it can be any non empty value
attestationData[0] = AttestationStation.AttestationData(
address(optimist),
bytes32("optimist.base-uri"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment