Skip to content

Conversation

@gfournierPro
Copy link
Contributor

@gfournierPro gfournierPro commented Jul 23, 2025

Adds a dedicated GitHub Actions workflow for configuring LayerZero bridges between deployed contracts on supported chain pairs

@gfournierPro gfournierPro requested a review from Copilot July 23, 2025 09:56

This comment was marked as outdated.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Jul 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@9029aa7). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #81   +/-   ##
=======================================
  Coverage        ?   83.78%           
=======================================
  Files           ?        4           
  Lines           ?      111           
  Branches        ?        7           
=======================================
  Hits            ?       93           
  Misses          ?       17           
  Partials        ?        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gfournierPro gfournierPro requested a review from Copilot July 23, 2025 13:25
@gfournierPro gfournierPro self-assigned this Jul 23, 2025
@gfournierPro gfournierPro marked this pull request as ready for review July 23, 2025 13:25
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a GitHub Actions workflow to configure bridge contracts between supported blockchain networks. The workflow enables manual triggering to set up bidirectional bridges between testnet and mainnet chain pairs.

Key changes:

  • Implements input validation to ensure only valid chain pairs can be configured
  • Adds automated bridge configuration for both directions (source→target and target→source)
  • Includes artifact saving to commit configuration changes back to the repository

- name: Save bridge configuration artifacts
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'chore: save bridge configuration artifacts for ${{ inputs.source_chain }}↔${{ inputs.target_chain }} (Github run_id: ${{ github.run_id }})'
Copy link

Copilot AI Jul 23, 2025

Choose a reason for hiding this comment

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

The word 'Github' should be 'GitHub' (with capital H).

Suggested change
commit_message: 'chore: save bridge configuration artifacts for ${{ inputs.source_chain }}↔${{ inputs.target_chain }} (Github run_id: ${{ github.run_id }})'
commit_message: 'chore: save bridge configuration artifacts for ${{ inputs.source_chain }}↔${{ inputs.target_chain }} (GitHub run_id: ${{ github.run_id }})'

Copilot uses AI. Check for mistakes.
@gfournierPro gfournierPro changed the title feat: add support for configuring bridges contracts on testnets and … feat: configuring bridges contracts on CI Jul 23, 2025
@gfournierPro gfournierPro merged commit 09761d4 into main Jul 25, 2025
4 checks passed
@gfournierPro gfournierPro deleted the feature/config-bridge-ci branch July 25, 2025 07:40
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