Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Jan 25, 2024
1 parent 352154b commit b31a14d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions ui/src/app/components/arcade/MigrateAA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,21 +175,6 @@ const MigrateAA = ({
? "Arcade Already Stored"
: "Import Arcade"}
</Button>
{/* <p className="text-2xl">Export</p>
<p className="text-lg">
Here you can export the private key of the Arcade Account. This can then
be imported to other clients that intract with the LS contract.
</p> */}
{/* <Button
onClick={async () => {
await genNewKey(formattedRecoveryAddress, connector!);
updateConnectors();
}}
disabled={!isMasterAccount || recoveryAccountExists()}
className="w-1/4"
>
{recoveryAccountExists() ? "Account Already Stored" : "Recover Account"}
</Button> */}
</div>
);
};
Expand Down

0 comments on commit b31a14d

Please sign in to comment.