Skip to content

Commit

Permalink
fix(connect-kit): invalid joyidAppURL
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Feb 1, 2024
1 parent 4ef5ae8 commit 2eca2f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/connect-kit/src/create-wagmi-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ export function createWagmiConfig({
options: {
name: "Crossbell",
logo: "https://crossbell.io/logos/crossbell.svg",
joyidAppURL: "https://testnet.joyid.dev", // Used for testing
// joyidAppURL: "https://app.joy.id",
joyidAppURL: "https://app.joy.id",
},
}),
walletConnectV2ProjectId
Expand Down

0 comments on commit 2eca2f0

Please sign in to comment.