Skip to content

Commit

Permalink
display wallet & delegate signer address
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed May 27, 2024
1 parent f97694d commit e3d67ce
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/DelegateSigner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,20 @@ export const DelegateSigner: FC<{
<Flex gap="1" direction="column">
<Container>
<Text as="div" size="2" weight="bold">
Address:
Wallet Address:
</Text>
<Text as="div" size="2">
{wallet.accounts[0].address}
</Text>
</Container>
<Container>
<Text as="div" size="2" weight="bold">
Delegate Signer Address:
</Text>
<Text as="div" size="2">
{contractAddress}
</Text>
</Container>
<Container>
<Text as="div" size="2" weight="bold">
Orderly Account ID:
Expand Down

0 comments on commit e3d67ce

Please sign in to comment.