Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/onboarding/7 Publish/Deployment Options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This allows you to add custom logic to the function which is invoked when a user

## Not sure which option to choose?

| Type of Contract | Description | Main use case | Requirements | Can my contract be deployed to any EVM? | Can your contract be featured on Explore? |
| Deployment option | Description | Main use case | Requirements | Can my contract be deployed to any EVM? | Can your contract be featured on Explore? |
| ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ----------------------------------------- |
| [Direct Deploy](/publish/deployment-options#deirect-deploy) | Users can deploy a copy of your contract, including the logic and storage. | Smart contract developers using publish to share their smart contract and are not expecting their contract to get lots of deploys | No requirements. | Yes. | No. |
| [Deploy via Default Factory](/publish/deployment-options#default-factory) | Users can deploy proxies of your implementation contract, containing the storage, using the thirdweb default factory | Protocols that want their contract to be deployable to all networks and want to gas-optimize the deploys | Must be written in the [upgradeable pattern](https://docs.openzeppelin.com/upgrades-plugins/1.x/writing-upgradeable). | Yes. | Yes. |
Expand Down