Skip to content

Commit

Permalink
Merge branch 'james/acx-1624-update-rewards-page' into james/acx-1625…
Browse files Browse the repository at this point in the history
…-update-referrals-page
  • Loading branch information
james-a-morris committed Nov 24, 2023
2 parents 4eaa7d3 + e4624b2 commit 976c6bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
REACT_APP_CHAIN_42161_PROVIDER_URL: ${{ secrets.CYPRESS_CHAIN_42161_PROVIDER_URL }}
REACT_APP_WALLET_CONNECT_PROJECT_ID: ${{ secrets.CYPRESS_WALLET_CONNECT_PROJECT_ID }}
REACT_APP_MOCK_SERVERLESS: true
REACT_APP_REBATE_PROGRAMS_AVAILABLE: "op-rebate"
REACT_APP_REBATE_PROGRAMS_AVAILABLE: "op-rebates"
run: yarn build
- name: Run hardhat mainnet fork
env:
Expand Down
1 change: 0 additions & 1 deletion src/hooks/useRewardToken.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useConnection } from "hooks";
import { useMemo } from "react";
import { useQuery } from "react-query";
import { getToken, parseUnits, rewardProgramsAvailable } from "utils";
import useReferrer from "./useReferrer";
Expand Down

0 comments on commit 976c6bb

Please sign in to comment.