pull/5370/head
Aniket-Engg 3 years ago committed by Aniket
parent f107554e9e
commit 0f69f4b5bf
  1. 5
      libs/remix-ws-templates/src/templates/ozerc20/scripts/ethers-lib.ts
  2. 2
      libs/remix-ws-templates/src/templates/ozerc20/scripts/web3-lib.ts

@ -1,8 +1,5 @@
<<<<<<< HEAD:libs/remix-ws-templates/src/templates/ozerc20/scripts/ethers-lib.ts
import { ethers } from 'ethers-lib'
import { ethers } from 'ethers'
=======
>>>>>>> 03bafc1b0 (js ts content check for all templates):libs/remix-ws-templates/src/templates/ozerc20/scripts/ethers.ts
export const deploy = async (contractName: string, args: Array<any>, from?: string): Promise<any> => {
console.log(`deploying ${contractName}`)

@ -1,4 +1,4 @@
import Web3 from 'web3-lib'
import Web3 from 'web3'
export const deploy = async (contractName: string, args: Array<any>, from?: string, gas?: number): Promise<any> => {

Loading…
Cancel
Save