@volr/react 0.1.55 → 0.1.57

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.
package/dist/index.d.cts CHANGED
@@ -191,7 +191,6 @@ interface DepositAsset$1 {
191
191
  * Deposit/Topup configuration
192
192
  */
193
193
  interface DepositConfig {
194
- supportedAssets: DepositAsset$1[];
195
194
  pollIntervalMs?: number;
196
195
  }
197
196
  /**
package/dist/index.d.ts CHANGED
@@ -191,7 +191,6 @@ interface DepositAsset$1 {
191
191
  * Deposit/Topup configuration
192
192
  */
193
193
  interface DepositConfig {
194
- supportedAssets: DepositAsset$1[];
195
194
  pollIntervalMs?: number;
196
195
  }
197
196
  /**