@riocrypto/common-server 1.0.1924 → 1.0.1926

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,6 +69,7 @@ class FireblocksClient {
69
69
  address,
70
70
  },
71
71
  },
72
+ fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
72
73
  amount: amountCrypto,
73
74
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
74
75
  externalTxId: rioId,
@@ -109,6 +110,7 @@ class FireblocksClient {
109
110
  },
110
111
  amount: amountCrypto,
111
112
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
113
+ fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
112
114
  note: notes,
113
115
  });
114
116
  return response.id;
@@ -301,6 +303,7 @@ class FireblocksClient {
301
303
  },
302
304
  amount: amountCrypto,
303
305
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
306
+ fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
304
307
  externalTxId: rioId,
305
308
  note: notes,
306
309
  });
@@ -326,6 +329,7 @@ class FireblocksClient {
326
329
  },
327
330
  amount: amountCrypto,
328
331
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
332
+ fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
329
333
  externalTxId: rioId,
330
334
  note: notes,
331
335
  });
@@ -349,6 +353,7 @@ class FireblocksClient {
349
353
  },
350
354
  amount: amountCrypto,
351
355
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
356
+ fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
352
357
  note: notes,
353
358
  externalTxId: rioId,
354
359
  });
@@ -373,6 +378,7 @@ class FireblocksClient {
373
378
  amount: amountCrypto,
374
379
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
375
380
  externalTxId: rioId,
381
+ fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
376
382
  note: notes,
377
383
  });
378
384
  return response.id;
@@ -396,6 +402,7 @@ class FireblocksClient {
396
402
  },
397
403
  amount: amountCrypto,
398
404
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
405
+ fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
399
406
  note: notes,
400
407
  });
401
408
  return response.id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1924",
3
+ "version": "1.0.1926",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",