fix file name

pull/2389/head
yann300 3 years ago
parent f139b9e452
commit 29864ad808
  1. 2
      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,4 +1,4 @@
import { ethers } from 'ethers' import { ethers } from 'ethers-lib'
export const deploy = async (contractName: string, args: Array<any>, from?: string): Promise<any> => { export const deploy = async (contractName: string, args: Array<any>, from?: string): Promise<any> => {

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