Skip to content

Commit

Permalink
update version to unblock deploy workerflow for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Wang committed Jul 13, 2023
1 parent 820ca61 commit 53abdcf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-market.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
description: Simulate
eth_pk:
description: Ignore if you plan to use WalletConnect, otherwise, you can paste in a Ethereum private key
wallet_connect_project_id:
description: WalletConnect Project ID
required: true
jobs:
deploy-market:
name: Deploy Market
Expand All @@ -36,8 +39,10 @@ jobs:
LINEASCAN_KEY: ${{ secrets.LINEASCAN_KEY }}
steps:
- name: Seacrest
uses: hayesgm/seacrest@v1
uses: hayesgm/seacrest@c3eef919c8ac21cf077aad0513ad8a493885ce6d
with:
wallet_connect_project_id: ${{ github.event.inputs.wallet_connect_project_id }}
requested_network: ${{ github.event.inputs.network }}
ethereum_url: "${{ fromJSON('{\"fuji\":\"https://api.avax-test.network/ext/bc/C/rpc\",\"mainnet\":\"https://mainnet-eth.compound.finance\",\"goerli\":\"https://goerli.infura.io/v3/$INFURA_KEY\",\"mumbai\":\"https://polygon-mumbai.infura.io/v3/$INFURA_KEY\",\"polygon\":\"https://polygon-mainnet.infura.io/v3/$INFURA_KEY\",\"arbitrum-goerli\":\"https://arbitrum-goerli.infura.io/v3/$INFURA_KEY\",\"arbitrum\":\"https://arbitrum-mainnet.infura.io/v3/$INFURA_KEY\",\"base-goerli\":\"https://base-goerli.infura.io/v3/$INFURA_KEY\",\"linea-goerli\":\"https://linea-goerli.infura.io/v3/$INFURA_KEY\"}')[inputs.network] }}"
port: 8585
if: github.event.inputs.eth_pk == ''
Expand Down

0 comments on commit 53abdcf

Please sign in to comment.