Skip to content

Commit

Permalink
fixed cosmiframe localhost support
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jan 7, 2025
1 parent 91734ce commit 381ddc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/react-lite/src/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export function ChainProvider({
sessionOptions,
logLevel = 'WARN',
allowedIframeParentOrigins = [
'http://localhost:*',
'https://localhost:*',
'http://localhost:3000',
'https://localhost:3000',
'https://app.osmosis.zone',
'https://daodao.zone',
'https://dao.daodao.zone',
Expand Down
4 changes: 2 additions & 2 deletions packages/react/src/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export const ChainProvider = ({
sessionOptions,
logLevel = 'WARN',
allowedIframeParentOrigins = [
'http://localhost:*',
'https://localhost:*',
'http://localhost:3000',
'https://localhost:3000',
'https://app.osmosis.zone',
'https://daodao.zone',
'https://dao.daodao.zone',
Expand Down

0 comments on commit 381ddc4

Please sign in to comment.