Skip to content

Commit

Permalink
Add localhost and Abstract iframe URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed Jun 28, 2024
1 parent 388bd9e commit b1d590c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-lite/src/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,14 @@ export function ChainProvider({
sessionOptions,
logLevel = 'WARN',
allowedIframeParentOrigins = [
'http://localhost:*',
'https://localhost:*',
'https://app.osmosis.zone',
'https://daodao.zone',
'https://dao.daodao.zone',
'https://my.abstract.money',
'https://apps.abstract.money',
'https://console.abstract.money'
],
children,
}: {
Expand Down
5 changes: 5 additions & 0 deletions packages/react/src/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,14 @@ export const ChainProvider = ({
sessionOptions,
logLevel = 'WARN',
allowedIframeParentOrigins = [
'http://localhost:*',
'https://localhost:*',
'https://app.osmosis.zone',
'https://daodao.zone',
'https://dao.daodao.zone',
'https://my.abstract.money',
'https://apps.abstract.money',
'https://console.abstract.money'
],
children,
modalTheme = {},
Expand Down

0 comments on commit b1d590c

Please sign in to comment.