Skip to content

Commit

Permalink
update funding url
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Aug 14, 2024
1 parent a0f5829 commit c1d3365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/components/WalletDropdownFundLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function WalletDropdownFundLink({

const currentURL = window.location.href;
const tabName = document.title;
const fundingUrl = `http://keys.coinbase.com/funding?dappName=${tabName}&dappUrl=${currentURL}&onchainkit=${version}`;
const fundingUrl = `http://keys.coinbase.com/fund?dappName=${tabName}&dappUrl=${currentURL}&onchainkit=${version}`;

const handleClick = (e: React.MouseEvent) => {
e.preventDefault();
Expand Down

0 comments on commit c1d3365

Please sign in to comment.