Skip to content

Commit

Permalink
chore: update config and wallet connect
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 committed Jan 26, 2024
1 parent 01618a6 commit 3d573bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/dapp/ubq-connect.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export type UbiquityConfig = {

Check warning on line 1 in packages/dapp/ubq-connect.config.ts

View workflow job for this annotation

GitHub Actions / check-filenames

This file is not in kebab-case or snake_case
walletConnectProjectId: string;
};

const ubqConfig = {
// This is ours WalletConnect's default project ID.
walletConnectProjectId: process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID || "ef004b660177d5660241cdb882fcbf84",
} as const satisfies UbiquityConfig;

export default ubqConfig;

0 comments on commit 3d573bc

Please sign in to comment.