Skip to content

Commit 977056c

Browse files
committed
Fix WalletLink app name
1 parent 8a66da2 commit 977056c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/default/pages/_app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const connectors = ({ chainId }) => {
2929
new WalletLinkConnector({
3030
chains,
3131
options: {
32-
appName: 'dForms',
32+
appName: 'create-web3-frontend',
3333
jsonRpcUrl: `${rpcUrl}/${infuraId}`,
3434
},
3535
}),

templates/typescript/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const connectors = ({ chainId }: ConnectorsConfig) => {
3131
new WalletLinkConnector({
3232
chains,
3333
options: {
34-
appName: 'dForms',
34+
appName: 'create-web3-frontend',
3535
jsonRpcUrl: `${rpcUrl}/${infuraId}`,
3636
},
3737
}),

0 commit comments

Comments
 (0)