mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
fix codacy finding
This commit is contained in:
parent
c3e9242fe5
commit
02079ad012
@ -42,7 +42,7 @@ export default class ContractHandler {
|
||||
const dispute = await ContractHandler.deployContract(web3, "OceanDispute", deployerAddress, {
|
||||
args: [market.options.address, registry.options.address, plcrVoting.options.address],
|
||||
})
|
||||
const auth = await ContractHandler.deployContract(web3, "OceanAuth", deployerAddress, {
|
||||
await ContractHandler.deployContract(web3, "OceanAuth", deployerAddress, {
|
||||
args: [market.options.address, dispute.options.address],
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user