We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a66da2 commit 977056cCopy full SHA for 977056c
templates/default/pages/_app.js
@@ -29,7 +29,7 @@ const connectors = ({ chainId }) => {
29
new WalletLinkConnector({
30
chains,
31
options: {
32
- appName: 'dForms',
+ appName: 'create-web3-frontend',
33
jsonRpcUrl: `${rpcUrl}/${infuraId}`,
34
},
35
}),
templates/typescript/pages/_app.tsx
@@ -31,7 +31,7 @@ const connectors = ({ chainId }: ConnectorsConfig) => {
36
37
0 commit comments