Skip to content

Commit

Permalink
fix: add production credentials (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron authored Jul 22, 2023
1 parent 4ca6be3 commit ea06f3b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ if (
},
},
},
production: {
mainnet: {
chrome: {
id: "R7lZBSqfQt",
secret: "W4yWprd5ib6OSfq27InN",
},
firefox: {
id: "V682entasX",
secret: "GhL3g37I3NAwzavCB3A5",
},
},
},
};

const oauthBrowser =
Expand Down

0 comments on commit ea06f3b

Please sign in to comment.