fix file name

pull/5370/head
yann300 3 years ago
parent 1d84f7bd9d
commit 4f37bd81f1
  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> => {

@ -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> => {
Loading…
Cancel
Save