From b23b0066bb1af14e0795dd0f87ac6c6ec356e739 Mon Sep 17 00:00:00 2001 From: muzam1l Date: Fri, 12 Aug 2022 15:43:00 +0530 Subject: [PATCH] Change carbon and starter templates to forked. --- state/constants/templates.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/state/constants/templates.ts b/state/constants/templates.ts index d41e27a..2043809 100644 --- a/state/constants/templates.ts +++ b/state/constants/templates.ts @@ -6,7 +6,7 @@ import Starter from "../../components/icons/Starter"; export const templateFileIds = { 'starter': { - id: '9106f1fe60482d90475bfe8f1315affe', + id: '1f8109c80f504e6326db2735df2f0ad6', // Forked name: 'Starter', description: 'Just a basic starter with essential imports, just accepts any transaction coming through', icon: Starter @@ -25,7 +25,7 @@ export const templateFileIds = { icon: Notary }, 'carbon': { - id: '5941c19dce3e147948f564e224553c02', + id: '953662b22d065449f8ab6f69bc2afe41', // Forked name: 'Carbon', description: 'Send a percentage of sum to an address', icon: Carbon