parent
1d84f7bd9d
commit
4f37bd81f1
@ -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…
Reference in new issue