@riocrypto/common-server 1.0.2254 → 1.0.2257

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.
@@ -69,7 +69,6 @@ class FireblocksClient {
69
69
  address,
70
70
  },
71
71
  },
72
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
73
72
  amount: amountCrypto,
74
73
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
75
74
  externalTxId: rioId,
@@ -110,7 +109,6 @@ class FireblocksClient {
110
109
  },
111
110
  amount: amountCrypto,
112
111
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
113
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
114
112
  note: notes,
115
113
  });
116
114
  return response.id;
@@ -315,7 +313,6 @@ class FireblocksClient {
315
313
  },
316
314
  amount: amountCrypto,
317
315
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
318
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
319
316
  externalTxId: rioId,
320
317
  note: notes,
321
318
  });
@@ -341,7 +338,6 @@ class FireblocksClient {
341
338
  },
342
339
  amount: amountCrypto,
343
340
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
344
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
345
341
  externalTxId: rioId,
346
342
  note: notes,
347
343
  });
@@ -365,7 +361,6 @@ class FireblocksClient {
365
361
  },
366
362
  amount: amountCrypto,
367
363
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
368
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
369
364
  note: notes,
370
365
  externalTxId: rioId,
371
366
  });
@@ -390,7 +385,6 @@ class FireblocksClient {
390
385
  amount: amountCrypto,
391
386
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
392
387
  externalTxId: rioId,
393
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
394
388
  note: notes,
395
389
  });
396
390
  return response.id;
@@ -414,7 +408,6 @@ class FireblocksClient {
414
408
  },
415
409
  amount: amountCrypto,
416
410
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
417
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
418
411
  note: notes,
419
412
  });
420
413
  return response.id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2254",
3
+ "version": "1.0.2257",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",