@flashbacktech/flashbackclient 0.2.64 → 0.2.66

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.
@@ -150,7 +150,6 @@ export interface DealCreateParams {
150
150
  duration_secs: bigint;
151
151
  agreed_storage_gb: number;
152
152
  agreed_egress_gb: number;
153
- fb_repo_id: string;
154
153
  api_compatibility: string;
155
154
  }
156
155
  export interface BucketUpdateBasicParams {
@@ -39,7 +39,8 @@ const getServer = (network) => {
39
39
  serverUrl = "https://soroban-testnet.stellar.org";
40
40
  break;
41
41
  case "PUBLIC":
42
- serverUrl = "https://rpc.stellar.org";
42
+ //serverUrl = "https://rpc.stellar.org";
43
+ serverUrl = "https://stellar-soroban-public.nodies.app";
43
44
  break;
44
45
  }
45
46
  // For Stellar SDK v13+, we need to handle the allowHttp issue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashbacktech/flashbackclient",
3
- "version": "0.2.64",
3
+ "version": "0.2.66",
4
4
  "type": "commonjs",
5
5
  "publishConfig": {
6
6
  "access": "public"