Skip to content

Commit

Permalink
chore: use dev mediator in dev (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoGlastra authored Sep 25, 2023
1 parent b5ad4e4 commit 0b5706e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/expo/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ const variants = {
development: {
bundle: '.dev',
name: ' (Dev)',
mediatorDid: 'did:web:mediator.dev.paradym.id',
},
preview: {
bundle: '.preview',
name: ' (Preview)',
mediatorDid: 'did:web:mediator.paradym.id',
},
production: {
bundle: '',
name: '',
mediatorDid: 'did:web:mediator.paradym.id',
},
}

Expand Down Expand Up @@ -91,7 +94,7 @@ const config = {
eas: {
projectId: 'b5f457fa-bcab-4c6e-8092-8cdf1239027a',
},
mediatorDid: 'did:web:mediator.paradym.id',
mediatorDid: variant.mediatorDid,
},
}

Expand Down

0 comments on commit 0b5706e

Please sign in to comment.