Skip to content

Commit

Permalink
pass connected wallet to iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Aug 15, 2024
1 parent bad3a20 commit 8738b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/organisms/AssetData/AssetData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export default function AssetData(props: IProps) {
type: 'setHeight',
height: `${props.frameMinHeight}px`,
walletConnection: arProvider.walletAddress ? 'connected' : 'none',
walletAddress: arProvider.walletAddress,
},
'*'
);
Expand Down

0 comments on commit 8738b34

Please sign in to comment.