You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
await (SafeConnector(...).getProvider()).sdk is private. There isn't really a need to make it so (AFAIK) and it is currently useful for creating auxiliary hooks for tracking safe transactions
Expected Behavior
await (SafeConnector(...).getProvider()).sdk is public readonly
Steps To Reproduce
No response
Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
This discussion was converted from issue #3284 on December 07, 2023 20:10.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there an existing issue for this?
Package Version
2.7.0^
Current Behavior
await (SafeConnector(...).getProvider()).sdk
is private. There isn't really a need to make it so (AFAIK) and it is currently useful for creating auxiliary hooks for tracking safe transactionsExpected Behavior
await (SafeConnector(...).getProvider()).sdk
is public readonlySteps To Reproduce
No response
Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
No response
Anything else?
Happy to create a PR
Beta Was this translation helpful? Give feedback.
All reactions