Skip to content

Commit

Permalink
Update client ids
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan committed Sep 21, 2023
1 parent 21b1087 commit e5da9d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tkey-mpc-web/tkey-mpc-react-bitcoin-example/src/tkey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const torusSp = new TorusServiceProvider({
useTSS: true,
customAuthArgs: {
network: "sapphire_devnet",
web3AuthClientId: "YOUR_CLIENT_ID", // anything will work on localhost, but get one valid clientID before hosting, from https://dashboard.web3auth.io
web3AuthClientId: "BPi5PB_UiIZ-cPz1GtV5i1I2iOSOHuimiXBI0e-Oe_u6X3oVAbCiAZOTEBtTXw4tsluTITPqA8zMsfxIKMjiqNQ", // anything will work on localhost, but get one valid clientID before hosting, from https://dashboard.web3auth.io
baseUrl: `${window.location.origin}/serviceworker`,
enableLogging: true,
},
Expand Down
2 changes: 1 addition & 1 deletion tkey-mpc-web/tkey-mpc-react-firebase-example/src/tkey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { CustomChainConfig } from "@web3auth/base";
// Configuration of Service Provider

const web3AuthClientId =
"BEglQSgt4cUWcj6SKRdu5QkOXTsePmMcusG5EAoyjyOYKlVRjIF1iCNnMOTfpzCiunHRrMui8TIwQPXdkQ8Yxuk"; // get from https://dashboard.web3auth.io
"BPi5PB_UiIZ-cPz1GtV5i1I2iOSOHuimiXBI0e-Oe_u6X3oVAbCiAZOTEBtTXw4tsluTITPqA8zMsfxIKMjiqNQ"; // get from https://dashboard.web3auth.io

export const chainConfig: Omit<CustomChainConfig, "chainNamespace"> = {
chainId: "0x5",
Expand Down
2 changes: 1 addition & 1 deletion tkey-mpc-web/tkey-mpc-react-popup-example/src/tkey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const torusSp = new TorusServiceProvider({
useTSS: true,
customAuthArgs: {
network: "sapphire_devnet",
web3AuthClientId: "YOUR_CLIENT_ID", // anything will work on localhost, but get one valid clientID before hosting, from https://dashboard.web3auth.io
web3AuthClientId: "BPi5PB_UiIZ-cPz1GtV5i1I2iOSOHuimiXBI0e-Oe_u6X3oVAbCiAZOTEBtTXw4tsluTITPqA8zMsfxIKMjiqNQ", // anything will work on localhost, but get one valid clientID before hosting, from https://dashboard.web3auth.io
baseUrl: `${window.location.origin}/serviceworker`,
enableLogging: true,
},
Expand Down

0 comments on commit e5da9d9

Please sign in to comment.