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(governance): add Base supports for cross-chain calls using Connext bridge #13679

Merged
merged 3 commits into from Apr 26, 2024

Conversation

clemsos
Copy link
Member

@clemsos clemsos commented Apr 26, 2024

Description

This adds info about the governance contracts deployed on Base to perform cross governance tasks

Issues

Fixes #
Refs #13463

Checklist:

  • 1 PR, 1 purpose: my Pull Request applies to a single purpose
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the docs to reflect my changes if applicable
  • I have added tests (and stories for frontend components) that prove my fix is effective or that my feature works
  • I have performed a self-review of my own code
  • If my code involves visual changes, I am adding applicable screenshots to this thread

Release Note Draft Snippet

@clemsos clemsos requested a review from julien51 April 26, 2024 09:14
@cla-bot cla-bot bot added the cla-signed label Apr 26, 2024
const daoChainId = 1
const daoDomainId = allNetworks.networks[daoChainId].governanceBridge.domainId

// in seconds
const ONE_DAY = 24 * 3600

// if any network is present this array, only these will be executed
const only = ['polygon', 'gnosis', 'bsc', 'arbitrum', 'optimism']
const only = ['polygon', 'gnosis', 'bsc', 'arbitrum', 'optimism', 'base']
Copy link
Member

Choose a reason for hiding this comment

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

We should mobve that config to the package network. Maybe a flag there?

Copy link
Member Author

Choose a reason for hiding this comment

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

I dont think we gain much by automating it here. The script is just a parser to show command line, it does not actually execute anything

@clemsos clemsos merged commit 396cdf4 into master Apr 26, 2024
12 checks passed
@clemsos clemsos deleted the base-connext-bridge branch April 26, 2024 13:30
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.

None yet

2 participants