Skip to content

Commit

Permalink
Merge pull request #9 from dsrvlabs/develop
Browse files Browse the repository at this point in the history
Merge branch 'develop'
  • Loading branch information
altpd13 authored Jun 26, 2024
2 parents 7588ed6 + 1e78a56 commit 6e87ce9
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 6e87ce9

Please sign in to comment.