@kleo-protocol/kleo-sdk 0.1.2 → 0.1.4

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.
package/README.md CHANGED
@@ -34,6 +34,12 @@ const client = new KleoClient(
34
34
  endpoint: 'wss://asset-hub-paseo.dotters.network', // Optional, this is the default
35
35
  timeout: 30000, // Optional, default is 30000ms
36
36
  },
37
+ {
38
+ config: configMetadata,
39
+ lendingPool: lendingPoolMetadata,
40
+ reputation: reputationMetadata,
41
+ vouch: vouchMetadata,
42
+ }
37
43
  );
38
44
 
39
45
  // Use the client