diff --git a/.env.example b/.env.example index ba0549298..40df6790c 100644 --- a/.env.example +++ b/.env.example @@ -79,3 +79,4 @@ REACT_APP_COINGECKO_API_KEY= # --------------------------- REACT_APP_STAKING_APP=https://boost.explorer.gitcoin.co/ +REACT_APP_STAKING_HUB_ENDPOINT=https://api.staking-hub.gitcoin.co \ No newline at end of file diff --git a/packages/grant-explorer/src/features/round/DonateToGitcoinContext.tsx b/packages/grant-explorer/src/features/round/DonateToGitcoinContext.tsx index f673e79c3..795b59cdf 100644 --- a/packages/grant-explorer/src/features/round/DonateToGitcoinContext.tsx +++ b/packages/grant-explorer/src/features/round/DonateToGitcoinContext.tsx @@ -98,7 +98,7 @@ export function DonateToGitcoinProvider({ }: { children: React.ReactNode; }) { - const [isEnabled, setIsEnabled] = useState(false); + const [isEnabled, setIsEnabled] = useState(true); const [selectedChainId, setSelectedChainId] = useState(null); const [selectedToken, setSelectedToken] = useState(""); const [amount, setAmount] = useState("0.00"); diff --git a/packages/grant-explorer/src/features/round/ViewRoundPage/RoundPage.tsx b/packages/grant-explorer/src/features/round/ViewRoundPage/RoundPage.tsx index a82a9f1d6..fc5c8e627 100644 --- a/packages/grant-explorer/src/features/round/ViewRoundPage/RoundPage.tsx +++ b/packages/grant-explorer/src/features/round/ViewRoundPage/RoundPage.tsx @@ -346,7 +346,7 @@ export function RoundPage(props: {
{isBeforeApplicationEndDate && (

Apply @@ -381,7 +381,7 @@ export function RoundPage(props: { )} {!isDirectRound(round) && (

Donate @@ -415,7 +415,7 @@ export function RoundPage(props: { {!isDirectRound(round) && (