@thru/sdk 0.2.33 → 0.2.35

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/client.cjs CHANGED
@@ -527,7 +527,7 @@ var Signature = class _Signature {
527
527
  throw new Error(`Must be provided as ts-encoded string or hex string`);
528
528
  }
529
529
  };
530
- var DEFAULT_HOST = "https://grpc-web.alphanet.thruput.org";
530
+ var DEFAULT_HOST = "https://rpc.alphanet.thru.org";
531
531
  var DEFAULT_ACCOUNT_VIEW = 4 /* FULL */;
532
532
  var DEFAULT_BLOCK_VIEW = 4 /* FULL */;
533
533
  var DEFAULT_TRANSACTION_VIEW = 4 /* FULL */;