Skip to content

Commit

Permalink
verbose and remove fixedGasPrice
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Apr 11, 2024
1 parent 452a050 commit 83cd060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
-v $PWD:/relayer \
-e SIGNER=${{ secrets.SIGNER }} \
ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION} \
register --datadir=/relayer --group=itering
register --verbose --datadir=/relayer --group=itering
- name: Generate configure
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
-v $PWD:/relayer \
-e SIGNER=${{ secrets.SIGNER }} \
ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION} \
generate-configure --datadir=/relayer --group=itering
generate-configure --verbose --datadir=/relayer --group=itering
- name: Commit files
run: |
Expand Down
2 changes: 1 addition & 1 deletion bridges.itering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ configure:
rpcnodes:
- name: arbitrum
rpc: https://arb1.arbitrum.io/rpc
fixedGasPrice: 10
# fixedGasPrice: 10
- name: polygon
rpc: https://polygon-rpc.com
bridges:
Expand Down

0 comments on commit 83cd060

Please sign in to comment.