Skip to content

Conversation

@shark0der
Copy link
Contributor

Modifies fork test to use deployed contract and generates transaction builder json for safe

@shark0der shark0der force-pushed the chore/v3-migration-phase-2-fork-test branch from 7967819 to 4b288d4 Compare October 29, 2025 13:40
// require('../../scripts/v3-migration/push-assessment-stake');
// require('../../scripts/v3-migration/push-assessment-rewards');

it('should run phase 2: migrate members', async function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

should we skip this part as well as its executed?

Comment on lines +360 to +370
const limitOrdersImplementation = await deployContract('LimitOrders', [
addresses.NXMToken,
addresses.wETH,
'0xA2dB05Ab09b00725f0C0327df6EFcbdA3F584C97', // internal solver
]);

const stakingProductsImplementation = await deployContract('StakingProducts', [
addresses.Cover,
addresses.StakingPoolFactory,
]);

Copy link
Contributor

Choose a reason for hiding this comment

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

its missing the non-proxy deploys.

maybe we should have this change on top of the deployCreate2 PR?

Image

Base automatically changed from audit/governance-and-assessments-august-2025 to release-candidate October 30, 2025 12:29
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