-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developer UI: Header, connect a provider #134
Conversation
…ature/ethers-signer
…ature/ethers-signer
…ature/ethers-signer
CLA Assistant Lite All Contributors have signed the CLA. |
Eslint/Cla actions are failing because the PR was closed before. You can find ESLint annotation on the PR with all changes: #134 |
export function getLowerCase(value: string): string { | ||
if (value) { | ||
return value.toLowerCase(); | ||
} | ||
return value; | ||
} | ||
|
||
export function convertSafeTxToEthersTx(tx: TxServiceModel): TransactionResponse { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this used somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no idea what it's doing here
class Provider extends React.Component<any> { | ||
myRef: any; | ||
|
||
constructor(props: any) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you specify the type of the props?
This PR: