mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 15:50:28 +01:00
88ae10418b
The `getProviderConfig` selector is now used anywhere the `provider` state was previously referenced directly. This was done to simplify renaming this state from `provider` to `providerConfig` in a later PR. Note that there are many opportunities left to use more-specific selectors (e.g. `getChainId()` over `getProviderConfig().chainId`), but that was intentionally omitted from this PR to reduce the size. I started going down this path and it quickly exploded in scope. Relates to #18902 |
||
---|---|---|
.. | ||
__snapshots__ | ||
signature-request-original-warning | ||
index.js | ||
index.scss | ||
README.mdx | ||
signature-request-original.component.js | ||
signature-request-original.container.js | ||
signature-request-original.stories.js | ||
signature-request-original.test.js |
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs'; import SignatureRequestOriginal from '.'; # Signature Request dApp requesting a signature from the user. This component appears for eth_signTypedData signatures are not v3 or v4. For other signatures, please see SignatureRequest. <Canvas> <Story id="components-app-signaturerequestoriginal--default-story" /> </Canvas> ## Props <ArgsTable of={SignatureRequestOriginal} />