From 1e78a5643a60a49e32973d87466027af37b70f34 Mon Sep 17 00:00:00 2001 From: altpd13 Date: Wed, 26 Jun 2024 14:02:54 +0900 Subject: [PATCH] add aptos fa_coin code template --- src/components/aptos/Project.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/aptos/Project.tsx b/src/components/aptos/Project.tsx index 01b8409..e2e9107 100644 --- a/src/components/aptos/Project.tsx +++ b/src/components/aptos/Project.tsx @@ -32,7 +32,7 @@ export const Project: React.FunctionComponent = ({ const [compileTarget, setCompileTarget] = useState(''); const [template, setTemplate] = useState('hello_blockchain'); - const templateList = ['hello_blockchain', 'ticket', 'hello_prover', 'marketplace', 'moon_coin']; + const templateList = ['fa_coin','hello_blockchain', 'ticket', 'hello_prover', 'marketplace', 'moon_coin']; useEffect(() => { getList();