@xyo-network/xl1-providers 4.0.1 → 4.0.3

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.
@@ -27,11 +27,11 @@ import { RestDataLakeRunner as RestDataLakeRunner3, RestDataLakeViewer as RestDa
27
27
 
28
28
  // src/locators/baseConfigFactoryLocator.ts
29
29
  import {
30
- BaseConfigZod,
30
+ LocatorConfigFieldsZod,
31
31
  ProviderFactoryLocator as ProviderFactoryLocator2
32
32
  } from "@xyo-network/xl1-protocol-sdk";
33
33
  async function baseConfigFactoryLocator() {
34
- const config = BaseConfigZod.parse({});
34
+ const config = LocatorConfigFieldsZod.parse({});
35
35
  return new ProviderFactoryLocator2({
36
36
  config,
37
37
  singletons: {},