Skip to content

Commit

Permalink
feat(unlock-app): updated ethpass API creds
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Nov 7, 2023
1 parent 779aa99 commit 4b9883c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unlock-app/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const requiredEnvs = {
process.env.NEXT_PUBLIC_STRIPE_KEY || 'pk_test_BHXKmScocCfrQ1oW8HTmnVrB',
ethPassApiKey:
process.env.NEXT_PUBLIC_ETHPASS_KEY ||
'sk_live_UqGWk8FCZu2eamzAwegRTjlhS0wd1feu',
'pk_live_dvQ0mWaEEYQxFXzWnSM6PlSSdLeSk2lX',
}

for (const [key, value] of Object.entries(requiredEnvs)) {
Expand Down
2 changes: 1 addition & 1 deletion unlock-app/src/config/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const config = {
process.env.NEXT_PUBLIC_STRIPE_KEY || 'pk_test_BHXKmScocCfrQ1oW8HTmnVrB',
ethPassApiKey:
process.env.NEXT_PUBLIC_ETHPASS_KEY ||
'sk_live_UqGWk8FCZu2eamzAwegRTjlhS0wd1feu',
'pk_live_dvQ0mWaEEYQxFXzWnSM6PlSSdLeSk2lX',
walletConnectApiKey: '1535029cc7500ace23802e2e990c58d7', // https://cloud.walletconnect.com/app/project?uuid=7920be27-1e19-43a8-8f7d-cafbb00d4b80
googleMapsApiKey: 'AIzaSyDp0Y4yQn6WtYEFEgRZg52EiDSgLwxzVMA',
httpProvider: process.env.NEXT_PUBLIC_HTTP_PROVIDER || 'localhost',
Expand Down

0 comments on commit 4b9883c

Please sign in to comment.