Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rework): implement base-migration #139

Merged
merged 28 commits into from
Jun 10, 2024

Conversation

github-actions[bot]
Copy link

Description

PR to merge from implement-feature/rework/base-migration to feature/rework.

@TuDo1403 TuDo1403 force-pushed the implement-feature/rework/base-migration branch from 6f03dfe to 8585a2c Compare May 17, 2024 04:58
DefaultNetwork.RoninMainnet.envLabel(),
DefaultNetwork.RoninMainnet.explorer()
);
setNetworkInfo(DefaultNetwork.Local.data());
Copy link
Contributor

Choose a reason for hiding this comment

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

This change isn't backward compatible, make sure to update template-smart-contract as well.

@@ -19,6 +32,13 @@ function chainId(DefaultNetwork defaultNetwork) pure returns (uint256) {
revert("DefaultNetwork: Unknown chain id");
}

function blockTime(DefaultNetwork defaultNetwork) pure returns (uint256) {
Copy link
Contributor

@huyhuynh3103 huyhuynh3103 Jun 10, 2024

Choose a reason for hiding this comment

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

Same ^, remember to update template-smart-contract

@TuDo1403 TuDo1403 merged commit c3f9f1c into feature/rework Jun 10, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants