Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/extensions/organizations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@ export const organizations: Extension[] = [
description: "This extension helps you get started with MetaMask Smart Accounts, and ERC-7710 delegations.",
repository: "https://github.com/MetaMask/gator-extension",
},
{
extensionFlagValue: "signinwithethereum/scaffold-siwe-ext",
name: "SIWE Extension",
description:
"This extension helps you get started with SIWE (Sign-In with Ethereum). Authenticate using your Ethereum wallet. No passwords needed.",
repository: "https://github.com/signinwithethereum/scaffold-siwe-ext",
},
];