@riocrypto/common-server 1.0.2254 → 1.0.2255

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.
@@ -365,7 +365,6 @@ class FireblocksClient {
365
365
  },
366
366
  amount: amountCrypto,
367
367
  operation: fireblocks_sdk_1.TransactionOperation.TRANSFER,
368
- fee: crypto === common_1.Crypto.USDCSolana ? 0.002 : undefined,
369
368
  note: notes,
370
369
  externalTxId: rioId,
371
370
  });
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.2255",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",