@airgap/serializer 0.13.7-beta.18 → 0.13.7-beta.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -209475,7 +209475,7 @@ var TezosSaplingProtocol = /** @class */ (function (_super) {
|
|
|
209475
209475
|
this.options.config.contractAddress = address;
|
|
209476
209476
|
this.nodeClient = new TezosSaplingNodeClient_1.TezosSaplingNodeClient(this.options.network.rpcUrl, address);
|
|
209477
209477
|
this.contract = new TezosContract_1.TezosContract(address, this.options.network);
|
|
209478
|
-
injectorUrl = configuration.injectorUrl;
|
|
209478
|
+
injectorUrl = configuration === null || configuration === void 0 ? void 0 : configuration.injectorUrl;
|
|
209479
209479
|
if (injectorUrl) {
|
|
209480
209480
|
this.options.config.injectorUrl = injectorUrl;
|
|
209481
209481
|
this.injectorClient = new TezosSaplingInjectorClient_1.TezosSaplingInjectorClient(injectorUrl);
|