Skip to content
Merged
Show file tree
Hide file tree
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
27 changes: 24 additions & 3 deletions .github/ISSUE_TEMPLATE/suggest_wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Before suggesting a wallet, make sure you've read [our listing policy](https://www.ethereum.org/contributing/adding-wallets/). Only continue with the issue if the wallet meets the criteria listed there. For any required questions, please answer N/A for any questions not applicable to your wallet. This form is very comprehensive, and if you feel like you can't answer all the questions, please reach out to the wallet provider to fill out this template.
Before suggesting a wallet, make sure you've read [our listing policy](https://www.ethereum.org/contributing/adding-wallets/). Only continue with the issue if the wallet meets the criteria listed there. For any required questions, please answer N/A for any questions not applicable to your wallet. This form is very comprehensive, and if you feel like you can't answer all the questions, please reach out to the wallet provider to fill out this template.
- type: markdown
id: project_info
attributes:
Expand All @@ -24,7 +24,8 @@ body:
label: What type of wallet?
options:
- "EOA"
- "Account Abstraction"
- "Smart Account (EIP-4337)"
- "EOA with Smart Features (EIP-7702)"
- "Smart contract"
validations:
required: true
Expand Down Expand Up @@ -293,7 +294,7 @@ body:
id: wallet_eip_1559_support
attributes:
label: Does the wallet support EIP-1559 (type 2) transactions?
description: Does your wallet support EIP-1559 (type 2) transactions for Ethereum Mainnet. Please provide information on the type of transactions this wallet supports. If this is not applicable, please explain.
description: Does your wallet support EIP-1559 (type 2) transactions for Ethereum Mainnet. Please provide information on the type of transactions this wallet supports. If this is not applicable, please explain.
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -342,6 +343,26 @@ body:
description: Please provide any documentation on bundled transactions
validations:
required: true
- type: dropdown
id: wallet_eip_4337_support
attributes:
label: Does the wallet support Smart Accounts (EIP-4337)?
description: Smart contract wallets with features like gas sponsorship, social recovery, and custom authentication
options:
- "Yes"
- "No"
validations:
required: true
- type: dropdown
id: wallet_eip_7702_support
attributes:
label: Does the wallet support Account Upgrades (EIP-7702)?
description: Allows EOA accounts to temporarily use smart contract features
options:
- "Yes"
- "No"
validations:
required: true
- type: markdown
id: support
attributes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"humanize-duration": "^3.33.1",
"i18n-iso-countries": "^7.14.0",
"lodash": "^4.18.1",
"lucide-react": "^0.516.0",
"lucide-react": "^1.12.0",
"motion": "^12.36.0",
"next": "^16.2.3",
"next-intl": "^4.9.1",
Expand Down
31 changes: 21 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading