Skip to content

Commit

Permalink
fund
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Jan 9, 2025
1 parent 86110c3 commit 28a635f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fund/components/FundButton.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import { useCallback } from 'react';
import { useTheme } from '../../core-react/internal/hooks/useTheme';
import { addSvg } from '../../internal/svg/addSvg';
Expand Down
5 changes: 5 additions & 0 deletions src/fund/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// 🌲☀🌲
// Components
export { FundButton } from './components/FundButton';

// Utils
export { getCoinbaseSmartWalletFundUrl } from './utils/getCoinbaseSmartWalletFundUrl';
export { getOnrampBuyUrl } from './utils/getOnrampBuyUrl';
export { setupOnrampEventListeners } from './utils/setupOnrampEventListeners';
Expand All @@ -7,6 +11,7 @@ export { fetchOnrampConfig } from './utils/fetchOnrampConfig';
export { fetchOnrampOptions } from './utils/fetchOnrampOptions';
export { fetchOnrampQuote } from './utils/fetchOnrampQuote';

// Types
export type {
GetOnrampUrlWithProjectIdParams,
GetOnrampUrlWithSessionTokenParams,
Expand Down

0 comments on commit 28a635f

Please sign in to comment.