mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
.well-known domain support (#1956)
* add well-known setting [wip] * should work * fix * minor fix (tested and working)
This commit is contained in:
parent
f072bc8dce
commit
60e7dcffa9
9 changed files with 147 additions and 1 deletions
|
@ -76,6 +76,7 @@ class PreferencesKey {
|
|||
static const lookupsUnstoppableDomains = 'looks_up_unstoppable_domain';
|
||||
static const lookupsOpenAlias = 'looks_up_open_alias';
|
||||
static const lookupsENS = 'looks_up_ens';
|
||||
static const lookupsWellKnown = 'looks_up_well_known';
|
||||
static const showCameraConsent = 'show_camera_consent';
|
||||
|
||||
static String moneroWalletUpdateV1Key(String name) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue