Skip to content

Commit

Permalink
fix: remove save contract
Browse files Browse the repository at this point in the history
  • Loading branch information
beguene committed Jan 15, 2025
1 parent 2561428 commit a10a3c8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/app/sandbox/deploy/LeftSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,20 +107,6 @@ export function LeftSection() {
</Stack>
</Stack>
<Stack gap={2}>
<Button
variant="secondary"
rightIcon={<ArrowSquareOut />}
onClick={() => {
const paramsBase64 = { name: contractName, sourceCode: codeBody };
const state = btoa(JSON.stringify(paramsBase64));

// 'state' param is used by Auth0 to forward the params after the login portal
window.open(`https://platform.hiro.so/projects/import?state=${state}`);
}}
width="100%"
>
Save Contract in Hiro Platform
</Button>
<Text fontSize="xs" as="p">
The sandbox doesn't support Clarity 3 deployments. To deploy a Clarity 3 contract,
please use{' '}
Expand Down

0 comments on commit a10a3c8

Please sign in to comment.