@dataunions/join-server
Advanced tools
Comparing version 3.0.0-alpha.7 to 3.0.0-alpha.8
{ | ||
"name": "@dataunions/join-server", | ||
"version": "3.0.0-alpha.7", | ||
"version": "3.0.0-alpha.8", | ||
"description": "Data Union join server base implementation", | ||
@@ -5,0 +5,0 @@ "author": "Data Union DAO <contact@dataunions.org>", |
@@ -67,3 +67,3 @@ const process = require('process') | ||
if (contractName === "DataUnionFactory") { | ||
this.clients.set(chainName, this.newDataUnionClient(chains[chainName], privateKey)) | ||
clients.set(chainName, this.newDataUnionClient(chains[chainName], privateKey)) | ||
} | ||
@@ -70,0 +70,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51833