Skip to content

Commit

Permalink
Merge pull request #29 from dsrvlabs/develop
Browse files Browse the repository at this point in the history
Merge branch 'develop'
  • Loading branch information
altpd13 authored Aug 27, 2024
2 parents d06ae1a + 0052e10 commit 33cfcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/injective/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const Project: React.FunctionComponent<InterfaceProps> = ({
const [projectList, setProjectList] = useState<string[]>([]);
const [compileTarget, setCompileTarget] = useState<string>('');
const [template, setTemplate] = useState<string>('counter');
const templateList = ['counter'];
const templateList = ['counter','dummy','atomic-order-example'];
const [fileName, setFileName] = useState<string>('');
const [contractAddress, setContractAddress] = useState<string>('');
const [contractAddressInputDraft, setContractAddressInputDraft] = useState<string>('');
Expand Down

0 comments on commit 33cfcca

Please sign in to comment.