Concordium / concordium-dapp-libraries

A coherent set of building blocks for making it as easy as possible for developers to build web-based dApps.
Apache License 2.0
7 stars 5 forks source link

Moving the `WALLET_CONNECT_PROJECT_ID` constant into the `walletConnect` library #30

Closed DOBEN closed 1 year ago

DOBEN commented 1 year ago

Task description Move the WALLET_CONNECT_PROJECT_ID constant into the walletConnect library since it has to be reused by outside developers.

const WALLET_CONNECT_PROJECT_ID = '76324905a70fe5c388bab46d3e0564dc';

https://github.com/Concordium/concordium-browser-wallet/pull/260#discussion_r1141462620

https://concordium.slack.com/archives/C037WKK99NE/p1679042051884009?thread_ts=1679041309.052459&cid=C037WKK99NE

The WALLET_CONNECT_PROJECT_ID, is the ID allocated to the account that Concordium has with walletconnect. Other dApp developers should use the same number. It is the ID for our wallets, so walletconnect knows which app to open a connection with.