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

syncPricePerShare on Polygon #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

syncPricePerShare on Polygon #2

wants to merge 2 commits into from

Conversation

atvanguard
Copy link
Member

No description provided.

@atvanguard atvanguard changed the title State transfer syncPricePerShare on Polygon Jul 6, 2021
Comment on lines +1396 to +1400
address public fxChild;
address public fxRootTunnel;
uint public pricePerShare;

event PricePerShareUpdated(uint indexed pricePerShare);
Copy link
Member Author

Choose a reason for hiding this comment

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

These are being added to a proxy that already has been deployed. Please verify that adding variables at the end is safe.

Choose a reason for hiding this comment

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

Adding vars at the end won't be an issue if this contract isn't used as a parent contract of another

Comment on lines +1396 to +1400
address public fxChild;
address public fxRootTunnel;
uint public pricePerShare;

event PricePerShareUpdated(uint indexed pricePerShare);

Choose a reason for hiding this comment

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

Adding vars at the end won't be an issue if this contract isn't used as a parent contract of another

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.

None yet

2 participants