Skip to content

Commit

Permalink
add aptos fa_coin code template
Browse files Browse the repository at this point in the history
  • Loading branch information
altpd13 committed Jun 26, 2024
1 parent 7588ed6 commit 1e78a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/aptos/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Project: React.FunctionComponent<InterfaceProps> = ({
const [compileTarget, setCompileTarget] = useState<string>('');
const [template, setTemplate] = useState<string>('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();
Expand Down

0 comments on commit 1e78a56

Please sign in to comment.