Skip to content
This repository was archived by the owner on Jan 14, 2020. It is now read-only.

Commit ce71a06

Browse files
committed
Merge branch 'develop'
2 parents dba469a + 1804c1d commit ce71a06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ class Origin {
2525
ipfsGatewayPort = defaultIpfsGatewayPort,
2626
ipfsGatewayProtocol = defaultIpfsGatewayProtocol,
2727
attestationServerUrl = defaultAttestationServerUrl,
28-
contractAddresses
28+
contractAddresses,
29+
web3
2930
} = {}) {
30-
this.contractService = new ContractService({ contractAddresses })
31+
this.contractService = new ContractService({ contractAddresses, web3 })
3132
this.ipfsService = new IpfsService({
3233
ipfsDomain,
3334
ipfsApiPort,

0 commit comments

Comments
 (0)