Skip to content

Commit

Permalink
Update src/features/wallet/WalletEnvSelectionModal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: J M Rossy <[email protected]>
  • Loading branch information
AlexBHarley and jmrossy authored Jun 13, 2024
1 parent 789d704 commit 8390eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/wallet/WalletEnvSelectionModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function WalletEnvSelectionModal({ isOpen, close }: { isOpen: boolean; cl
(accum, chainName) => {
return {
...accum,
[wc.multiProvider.getChainMetadata(chainName).protocol]: true,
[wc.multiProvider.getProtocol(chainName)]: true,
};
},
{
Expand Down

0 comments on commit 8390eb6

Please sign in to comment.