Skip to content

Commit

Permalink
chore: update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed May 10, 2024
1 parent 7ed265e commit 42704d7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/commands/create/groups/quickstart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const templates: Template[] = [
framework: "Hardhat",
ethereumFramework: "Ethers v6",
language: "Solidity",
path: "templates/quickstart/hardhat/hello-zksync",
path: "templates/quickstart/hello-zksync",
git: "https://github.com/matter-labs/zksync-contract-templates/",
},
{
Expand All @@ -31,7 +31,7 @@ export const templates: Template[] = [
framework: "Hardhat",
ethereumFramework: "Ethers v6",
language: "Solidity",
path: "templates/quickstart/hardhat/factories",
path: "templates/quickstart/factories",
git: "https://github.com/matter-labs/zksync-contract-templates/",
},
{
Expand All @@ -40,7 +40,7 @@ export const templates: Template[] = [
framework: "Hardhat",
ethereumFramework: "Ethers v6",
language: "Solidity",
path: "templates/quickstart/hardhat/testing",
path: "templates/quickstart/testing",
git: "https://github.com/matter-labs/zksync-contract-templates/",
},
{
Expand All @@ -49,7 +49,7 @@ export const templates: Template[] = [
framework: "Hardhat",
ethereumFramework: "Ethers v6",
language: "Solidity",
path: "templates/quickstart/hardhat/upgradability",
path: "templates/quickstart/upgradability",
git: "https://github.com/matter-labs/zksync-contract-templates/",
},
{
Expand All @@ -58,7 +58,7 @@ export const templates: Template[] = [
framework: "Hardhat",
ethereumFramework: "Ethers v6",
language: "Solidity",
path: "templates/quickstart/hardhat/paymaster",
path: "templates/quickstart/paymaster",
git: "https://github.com/matter-labs/zksync-contract-templates/",
},
{
Expand All @@ -67,8 +67,8 @@ export const templates: Template[] = [
framework: "Foundry",
ethereumFramework: "Solidity",
language: "Solidity",
path: "",
git: "https://github.com/dutterbutter/zksync-foundry-quickstart-guide",
path: "templates/quickstart/foundry/hello-zksync",
git: "https://github.com/matter-labs/zksync-contract-templates/",
},
{
name: "Quickstart - Foundry",
Expand All @@ -77,7 +77,7 @@ export const templates: Template[] = [
ethereumFramework: "Solidity",
language: "Solidity",
path: "templates/quickstart/foundry/factory",
git: "https://github.com/matter-labs/zksync-contract-templates/tree/db/add-foundry-quickstart-guides",
git: "https://github.com/matter-labs/zksync-contract-templates/",
},
{
name: "Quickstart - Foundry",
Expand All @@ -86,7 +86,7 @@ export const templates: Template[] = [
ethereumFramework: "Solidity",
language: "Solidity",
path: "templates/quickstart/foundry/testing",
git: "https://github.com/matter-labs/zksync-contract-templates/tree/db/add-foundry-quickstart-guides",
git: "https://github.com/matter-labs/zksync-contract-templates/",
},
];

Expand Down

0 comments on commit 42704d7

Please sign in to comment.