diff --git a/.github/workflows/deploy-market.yaml b/.github/workflows/deploy-market.yaml index c379bf3ca..a4219ad47 100644 --- a/.github/workflows/deploy-market.yaml +++ b/.github/workflows/deploy-market.yaml @@ -41,7 +41,7 @@ jobs: LINEASCAN_KEY: ${{ secrets.LINEASCAN_KEY }} steps: - name: Seacrest - uses: hayesgm/seacrest@5748b3a066f517973ca2ca03d0af39bbf2b82d10 + uses: hayesgm/seacrest@1dc2d6e3750d5f5589173555220695a09b913071 with: wallet_connect_project_id: ${{ secrets.WALLET_CONNECT_PROJECT_ID }} requested_network: "${{ inputs.network }}" diff --git a/.github/workflows/enact-migration.yaml b/.github/workflows/enact-migration.yaml index c06f0c0e8..d58281c0c 100644 --- a/.github/workflows/enact-migration.yaml +++ b/.github/workflows/enact-migration.yaml @@ -60,7 +60,7 @@ jobs: esac - name: Seacrest - uses: hayesgm/seacrest@5748b3a066f517973ca2ca03d0af39bbf2b82d10 + uses: hayesgm/seacrest@1dc2d6e3750d5f5589173555220695a09b913071 with: wallet_connect_project_id: ${{ secrets.WALLET_CONNECT_PROJECT_ID }} requested_network: "${{ inputs.network }}" @@ -69,7 +69,7 @@ jobs: if: github.event.inputs.eth_pk == '' - name: Seacrest (governance network) - uses: hayesgm/seacrest@5748b3a066f517973ca2ca03d0af39bbf2b82d10 + uses: hayesgm/seacrest@1dc2d6e3750d5f5589173555220695a09b913071 with: wallet_connect_project_id: ${{ secrets.WALLET_CONNECT_PROJECT_ID }} requested_network: "${{ env.GOV_NETWORK }}" diff --git a/.github/workflows/prepare-migration.yaml b/.github/workflows/prepare-migration.yaml index 6c01e1558..5c11ab583 100644 --- a/.github/workflows/prepare-migration.yaml +++ b/.github/workflows/prepare-migration.yaml @@ -43,7 +43,7 @@ jobs: LINEASCAN_KEY: ${{ secrets.LINEASCAN_KEY }} steps: - name: Seacrest - uses: hayesgm/seacrest@5748b3a066f517973ca2ca03d0af39bbf2b82d10 + uses: hayesgm/seacrest@1dc2d6e3750d5f5589173555220695a09b913071 with: wallet_connect_project_id: ${{ secrets.WALLET_CONNECT_PROJECT_ID }} requested_network: "${{ inputs.network }}"