Skip to content

Commit

Permalink
Merge pull request #40 from dsrvlabs/feature/add-example-contract-cw2…
Browse files Browse the repository at this point in the history
…0-adapter

feat: add cw20-adapter example contract
  • Loading branch information
altpd13 authored Sep 12, 2024
2 parents ebbf569 + f77ea87 commit 11d61b6
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 @@ -24,7 +24,7 @@ export const Project: React.FunctionComponent<InterfaceProps> = ({ client }) =>
const [projectList, setProjectList] = useState<string[]>([]);
const [compileTarget, setCompileTarget] = useState<string>('');
const [template, setTemplate] = useState<string>('counter');
const templateList = ['counter','dummy','atomic-order-example'];
const templateList = ['counter','dummy','atomic-order-example','cw20-adapter'];
const [fileName, setFileName] = useState<string>('');
const [contractAddress, setContractAddress] = useState<string>('');
const [contractAddressInputDraft, setContractAddressInputDraft] = useState<string>('');
Expand Down

0 comments on commit 11d61b6

Please sign in to comment.