Fix pairing string is required after a disconnect. #1047
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file was auto-generated by the Firebase CLI | |
# https://github.com/firebase/firebase-tools | |
name: Build project on PR | |
env: | |
CI: false | |
REACT_APP_PROVIDER_URL: https://testnet.hashio.io/api | |
REACT_APP_MIRROR_NODE_URL: https://testnet.mirrornode.hedera.com | |
REACT_APP_TOKEN_LIST_URL: https://heliswap.infura-ipfs.io/ipfs/Qme6rWvTbjUvykvFaawbK9Dh5ZSsj44mNhCiPfC1vk1fDc | |
REACT_APP_NETWORK_TYPE: testnet | |
REACT_APP_GRAPHQL_URI: https://api-testnet.heliswap.io/query | |
REACT_APP_DROP_POLLER_URI: https://api-dev.heliswap.io/query | |
REACT_APP_POOL_MIN_LIQUIDITY: 0 | |
'on': pull_request | |
jobs: | |
build_and_preview: | |
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set GITHUB_ENV | |
run: | | |
echo "REACT_APP_ROUTER_ADDRESS=0x000000000000000000000000000000000044faa2" >> $GITHUB_ENV | |
echo "REACT_APP_WHBAR_ADDRESS=0x0000000000000000000000000000000000001c3D" >> $GITHUB_ENV | |
echo "REACT_APP_LOCKDROP_ADDRESS=0x000000000000000000000000000000000034e2c8" >> $GITHUB_ENV | |
echo "REACT_APP_HELI_TOKEN_ADDRESS=0x000000000000000000000000000000000001d7FA" >> $GITHUB_ENV | |
echo "REACT_APP_SINGLE_SIDED_STAKING_ADDRESS=0x0000000000000000000000000000000000413da3" >> $GITHUB_ENV | |
- name: Build | |
run: yarn install --frozen-lockfile && yarn run build |