Skip to content

Commit

Permalink
register mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Nov 20, 2024
1 parent acf4ed0 commit f032f9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# - main

env:
HELIXBRIDGE_CLI_VERSION: sha-fe184cd
HELIXBRIDGE_CLI_VERSION: sha-bf41bab

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
HELIXBRIDGE_CLI_VERSION: sha-fe184cd
HELIXBRIDGE_CLI_VERSION: sha-bf41bab

jobs:
deploy:
Expand Down
12 changes: 6 additions & 6 deletions src/bridges.itering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,23 @@ configure:
- include: avalanche-scroll.yml
- include: base-bsc.yml
- include: base-gnosis.yml
# - include: base-mantle.yml
- include: base-mantle.yml
- include: base-op.yml
- include: base-polygon.yml
- include: base-scroll.yml
- include: bsc-gnosis.yml
# - include: bsc-mantle.yml
- include: bsc-mantle.yml
- include: bsc-op.yml
- include: bsc-polygon.yml
- include: bsc-scroll.yml
- include: darwinia-ethereum.yml
# - include: gnosis-mantle.yml
- include: gnosis-mantle.yml
- include: gnosis-op.yml
- include: gnosis-polygon.yml
- include: gnosis-scroll.yml
# - include: mantle-op.yml
# - include: mantle-polygon.yml
# - include: mantle-scroll.yml
- include: mantle-op.yml
- include: mantle-polygon.yml
- include: mantle-scroll.yml
- include: op-polygon.yml
- include: op-scroll.yml
- include: polygon-scroll.yml

0 comments on commit f032f9e

Please sign in to comment.