Skip to content

Commit

Permalink
use dummy requested_network id
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Wang committed Jul 13, 2023
1 parent 53abdcf commit a19b2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-market.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: hayesgm/seacrest@c3eef919c8ac21cf077aad0513ad8a493885ce6d
with:
wallet_connect_project_id: ${{ github.event.inputs.wallet_connect_project_id }}
requested_network: ${{ github.event.inputs.network }}
requested_network: 1
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 a19b2e8

Please sign in to comment.