@connect-xyz/withdraw-react 0.1.0 → 0.3.0
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.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -160,7 +160,7 @@ declare type WithdrawEvent = AppEvent<WithdrawEventType, WithdrawalInitiatedEven
|
|
|
160
160
|
/**
|
|
161
161
|
* Withdraw event type literals
|
|
162
162
|
*/
|
|
163
|
-
declare type WithdrawEventType = 'withdrawal.
|
|
163
|
+
declare type WithdrawEventType = 'withdrawal.submitted';
|
|
164
164
|
|
|
165
165
|
/**
|
|
166
166
|
* Props for the Withdraw component
|