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