@coin-voyage/shared 2.4.0-beta.2 → 2.4.0-beta.3

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.
@@ -117,7 +117,8 @@ export type FulfillmentData = {
117
117
  fiat?: FiatCurrency;
118
118
  amount: CurrencyAmount;
119
119
  rate_usd?: number;
120
- receiving_address: string;
120
+ receiving_address?: string;
121
+ custom_fee_bps?: number;
121
122
  };
122
123
  export type PaymentData = {
123
124
  src: QuoteWithCurrency;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coin-voyage/shared",
3
3
  "description": "Shared utilities for Coin Voyage",
4
- "version": "2.4.0-beta.2",
4
+ "version": "2.4.0-beta.3",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {