File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11export const skipQuickStart = true ;
22
3- export const extraContents = `# Example Extension (ERC-20)
3+ export const extraContents = ( { solidityFramework } ) => `# Example Extension (ERC-20)
44
55## Checkpoint 0: 📦 Environment 📚
66
7- > Start your local network (a local instance of a blockchain):
7+ > Start your local ${ solidityFramework } network (a local instance of a blockchain):
88
99\`\`\`
1010yarn chain
@@ -26,4 +26,4 @@ yarn start
2626` ;
2727
2828// If this is passed it will override the full content of the README file
29- export const fullContentOverride = ""
29+ export const fullContentOverride = "" ;
Original file line number Diff line number Diff line change 11export const preContent = `import { RocketLaunchIcon } from '@heroicons/react/24/outline'` ;
22
3- export const description = `
3+ export const description = ( { solidityFramework } ) => `
44<div className="flex mt-4 bg-green-100 gap-2 p-4 justify-center items-center rounded-lg">
55 <RocketLaunchIcon className="h-8 w-8 fill-green-100" />
6- <p>Your description block </p>
6+ <p>ERC-20 extension example using ${ solidityFramework } </p>
77</div>
88` ;
99
You can’t perform that action at this time.
0 commit comments