change accept template to starter
This commit is contained in:
@@ -261,7 +261,7 @@ const Navigation = () => {
|
|||||||
>
|
>
|
||||||
<Heading>Starter</Heading>
|
<Heading>Starter</Heading>
|
||||||
<Text>
|
<Text>
|
||||||
Just an empty starter with essential imports
|
Just a basic starter with essential imports
|
||||||
</Text>
|
</Text>
|
||||||
</PanelBox>
|
</PanelBox>
|
||||||
<PanelBox
|
<PanelBox
|
||||||
@@ -273,16 +273,6 @@ const Navigation = () => {
|
|||||||
This Hook essentially checks a blacklist of accounts
|
This Hook essentially checks a blacklist of accounts
|
||||||
</Text>
|
</Text>
|
||||||
</PanelBox>
|
</PanelBox>
|
||||||
<PanelBox
|
|
||||||
as="a"
|
|
||||||
href={`/develop/${templateFileIds.accept}`}
|
|
||||||
>
|
|
||||||
<Heading>Accept</Heading>
|
|
||||||
<Text>
|
|
||||||
This hook just accepts any transaction coming through
|
|
||||||
it
|
|
||||||
</Text>
|
|
||||||
</PanelBox>
|
|
||||||
<PanelBox
|
<PanelBox
|
||||||
as="a"
|
as="a"
|
||||||
href={`/develop/${templateFileIds.notary}`}
|
href={`/develop/${templateFileIds.notary}`}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
export const templateFileIds = {
|
export const templateFileIds = {
|
||||||
'starter': '1d14e51e2e02dc0a508cb0733767a914', // TODO currently same as accept
|
'starter': '1d14e51e2e02dc0a508cb0733767a914', // TODO currently same as accept
|
||||||
'accept': '1d14e51e2e02dc0a508cb0733767a914',
|
|
||||||
'firewall': 'bcd6d0c0fcbe52545ddb802481ff9d26',
|
'firewall': 'bcd6d0c0fcbe52545ddb802481ff9d26',
|
||||||
'notary': 'a789c75f591eeab7932fd702ed8cf9ea',
|
'notary': 'a789c75f591eeab7932fd702ed8cf9ea',
|
||||||
'carbon': '43925143fa19735d8c6505c34d3a6a47',
|
'carbon': '43925143fa19735d8c6505c34d3a6a47',
|
||||||
|
|||||||
Reference in New Issue
Block a user