@bigmaxwatermelon/sdk 0.4.3 → 0.4.5

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/dist/index.d.ts CHANGED
@@ -523,7 +523,7 @@ interface IsometryConfig {
523
523
  addresses?: ContractAddresses;
524
524
  privateKey?: string;
525
525
  }
526
- declare const SDK_VERSION = "0.4.3";
526
+ declare const SDK_VERSION = "0.4.5";
527
527
  declare class IsometryClient {
528
528
  readonly rpc: {
529
529
  platform: PlatformRpcService;
package/dist/index.js CHANGED
@@ -4741,7 +4741,7 @@ function resolveAddresses(env) {
4741
4741
  beacon: env.ISOMETRY_BEACON_ADDRESS ?? DEFAULT_ADDRESSES.beacon
4742
4742
  };
4743
4743
  }
4744
- var SDK_VERSION = "0.4.3";
4744
+ var SDK_VERSION = "0.4.5";
4745
4745
  var IsometryClient = class {
4746
4746
  rpc;
4747
4747
  graph;