diff --git a/src/modules/creator/deployment/steps/Ownership.tsx b/src/modules/creator/deployment/steps/Ownership.tsx index 1c8e93cd..92999427 100644 --- a/src/modules/creator/deployment/steps/Ownership.tsx +++ b/src/modules/creator/deployment/steps/Ownership.tsx @@ -130,7 +130,7 @@ export const Ownership: React.FC = () => { underline="none" onClick={() => { if (etherlink.isConnected) { - window.open(`https://remix.ethereum.org/`) + window.open(`https://www.cookbook.dev/contracts/simple-token`) } else { const href = `/creator/deployment` history.push(href)