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 and chore: Optimism L1 to L2 message passing and deployment scripts #114

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

kupermind
Copy link
Collaborator

  • Optimism L1 to L2 message passing and deployment scripts.

@kupermind kupermind requested review from 77ph and mariapiamo February 23, 2024 09:57
Comment on lines -24 to +20
function execute(bytes memory payload) external {
(bool success, ) = fxRoot.call(payload);
function execute(bytes memory payload) external payable {
(bool success, ) = fxRoot.call{value: msg.value}(payload);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Our real Timelock has a payable execute() function

Comment on lines -80 to +130
apiURL: "https://blockscout.com/gnosis/chiado/api",
browserURL: "https://blockscout.com/gnosis/chiado",
apiURL: "https://gnosis-chiado.blockscout.com/api",
browserURL: "https://gnosis-chiado.blockscout.com/",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Changed to actual ones.

@mariapiamo mariapiamo merged commit 96ab51f into main Feb 23, 2024
3 checks passed
@mariapiamo mariapiamo deleted the optimism_bridge branch February 23, 2024 15:41
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