Skip to content

Commit

Permalink
branding
Browse files Browse the repository at this point in the history
Signed-off-by: pstlouis <[email protected]>
  • Loading branch information
PatStLouis committed Oct 22, 2024
1 parent 39f0c74 commit 4e8b875
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 20 deletions.
12 changes: 6 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"displayName": "Learner Credential Wallet",
"displayName": "OpSecId Discovery Wallet",
"expo": {
"runtimeVersion": "2.1.3",
"version": "2.1.3",
"name": "Learner Credential Wallet",
"slug": "learner-credential-wallet",
"name": "OpSecId Discovery Wallet",
"slug": "opsecid-discovery-wallet",
"orientation": "portrait",
"icon": "./app/assets/icon.png",
"backgroundColor": "#1F2937",
"backgroundColor": "#999999",
"splash": {
"image": "./app/assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#1F2937"
"backgroundColor": "#999999"
},
"updates": {
"fallbackToCacheTimeout": 0
Expand Down Expand Up @@ -42,7 +42,7 @@
"versionCode": 83,
"adaptiveIcon": {
"foregroundImage": "./app/assets/adaptive-icon.png",
"backgroundColor": "#1F2937"
"backgroundColor": "#999999"
},
"intentFilters": [
{
Expand Down
Binary file modified app/assets/adaptive-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 2 additions & 14 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,8 @@ export const VERIFIER_PLUS_URL = env['VERIFIER_PLUS_URL'] || 'https://verifierpl

export const KnownDidRegistries = [
{
'name': 'DCC Pilot Registry',
'url': 'https://digitalcredentials.github.io/issuer-registry/registry.json'
},
{
'name': 'DCC Sandbox Registry',
'url': 'https://digitalcredentials.github.io/sandbox-registry/registry.json'
},
{
'name': 'DCC Community Registry',
'url': 'https://digitalcredentials.github.io/community-registry/registry.json'
},
{
'name': 'DCC Registry',
'url': 'https://digitalcredentials.github.io/dcc-registry/registry.json'
'name': 'OpSecId Dev Registry',
'url': 'https://registry.opsec.id/dev.json'
}
];

Expand Down

0 comments on commit 4e8b875

Please sign in to comment.