We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f441cf8 commit 0d1df4eCopy full SHA for 0d1df4e
.github/ISSUE_TEMPLATE/suggest_wallet.yaml
@@ -48,13 +48,6 @@ body:
48
description: Please provide a URL (e.g. to the website of the wallet).
49
validations:
50
required: true
51
- - type: input
52
- id: wallet_live_date
53
- attributes:
54
- label: When did the wallet go live to users?
55
- description: Please provide a date when the wallet was usable by the public
56
- validations:
57
- required: true
58
- type: input
59
id: wallet_active_development_team
60
attributes:
src/lib/types.ts
@@ -503,7 +503,6 @@ export interface WalletData {
503
image: StaticImageData
504
brand_color: string
505
url: string
506
- wallet_live_date: string
507
active_development_team: boolean
508
languages_supported: string[]
509
twitter: string
0 commit comments