Skip to content

Commit

Permalink
Change Remix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshpw committed Oct 1, 2024
1 parent 36882df commit c40e6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/creator/deployment/steps/Ownership.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c40e6a9

Please sign in to comment.