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();