Skip to content

Commit

Permalink
feat: change description of react app
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes authored and krzysu committed Oct 28, 2024
1 parent 5725476 commit 02b206e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/example-react-app/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Web3.js + React dApp",
"name": "Web3.js + React Demonstration dApp",
"short_name": "Example React App",
"name": "Example React App",
"icons": [
{
"src": "favicon.ico",
Expand Down
3 changes: 2 additions & 1 deletion packages/web3-plugin-wallet-rpc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
lib
lib
docs
2 changes: 1 addition & 1 deletion packages/web3-plugin-wallet-rpc/src/WalletRpcPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class WalletRpcPlugin extends Web3PluginBase<WalletRpcApi> {
*
* See [EIP-3326](https://eips.ethereum.org/EIPS/eip-3326) for more details.
*
* @param param - Chain ID of the chain to switch to
* @param chainId - Chain ID of the chain to switch to
* @returns a Promise that resolves if the request is successful
*/
public async switchEthereumChain(chainId: Numbers): Promise<void> {
Expand Down

0 comments on commit 02b206e

Please sign in to comment.