@gearbox-protocol/sdk 9.1.4 → 9.1.5
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.
|
@@ -33,7 +33,7 @@ export interface RevolverTransportConfig {
|
|
|
33
33
|
/**
|
|
34
34
|
* Callback that is called when the transport cannot be rotated
|
|
35
35
|
*/
|
|
36
|
-
onRotateFailed?: (reason?: BaseError) => void | Promise<void>;
|
|
36
|
+
onRotateFailed?: (oldTransportName: string, reason?: BaseError) => void | Promise<void>;
|
|
37
37
|
/**
|
|
38
38
|
* How long, in milliseconds, to wait before try this transport again
|
|
39
39
|
*/
|