parent
f139b9e452
commit
29864ad808
@ -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…
Reference in new issue