pull/2388/head
Aniket-Engg 3 years ago
parent 3368e71a32
commit 6c5f81ed2a
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx
  2. 2
      libs/remix-ws-templates/src/index.ts
  3. 0
      libs/remix-ws-templates/src/templates/ozerc20/contracts/SampleERC20.sol
  4. 0
      libs/remix-ws-templates/src/templates/ozerc20/index.ts
  5. 0
      libs/remix-ws-templates/src/templates/ozerc20/scripts/deploy_with_ethers.ts
  6. 0
      libs/remix-ws-templates/src/templates/ozerc20/scripts/deploy_with_web3.ts
  7. 0
      libs/remix-ws-templates/src/templates/ozerc20/scripts/ethers.ts
  8. 0
      libs/remix-ws-templates/src/templates/ozerc20/scripts/web3.ts
  9. 0
      libs/remix-ws-templates/src/templates/ozerc20/tests/SampleERC20_test.sol

@ -128,7 +128,7 @@ export function Workspace () {
<select name="wstemplate" className="form-control custom-select" id="wstemplate" defaultValue='remixDefault' ref={workspaceCreateTemplateInput}> <select name="wstemplate" className="form-control custom-select" id="wstemplate" defaultValue='remixDefault' ref={workspaceCreateTemplateInput}>
<option value='remixDefault'>Default</option> <option value='remixDefault'>Default</option>
<option value='blank'>Blank</option> <option value='blank'>Blank</option>
<option value='erc20'>ERC20</option> <option value='ozerc20'>OpenZeppelin ERC20</option>
</select> </select>
</> </>
) )

@ -1,3 +1,3 @@
export { default as remixDefault } from './templates/remixDefault' export { default as remixDefault } from './templates/remixDefault'
export { default as erc20 } from './templates/erc20' export { default as ozerc20 } from './templates/ozerc20'
export { default as blank } from './templates/blank' export { default as blank } from './templates/blank'
Loading…
Cancel
Save