Skip to content

Conversation

@cwsnt
Copy link
Contributor

@cwsnt cwsnt commented Dec 11, 2024

No description provided.

return { args, governor: "GovernorOwner" };
};

const getArgsSIP0085 = async (hre) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getArgsSIP0085 has been used

Suggested change
const getArgsSIP0085 = async (hre) => {
const getArgsSIP0086 = async (hre) => {

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not addressed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

address in this commit


const basketManagerProxy = await get("BasketManagerV3_Proxy");
const newBasketManagerImpl = await get("BasketManagerV3_Implementation");

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing targetOwnerValidationAddresses.
although might seem not be necessary rn, still worth checking just in case if it takes longer than expected to create SIPs and the owners will change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

address in this commit

return { args, governor: "GovernorOwner" };
};

const getArgsSIP0085 = async (hre) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not addressed

};
});

describe("SIP-0085 Test creation and execution", () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls replace all SIP-0085 mentions with SIP-0086 because SIP-0085 has been used already

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

address in this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants