Skip to content

Commit f33eb02

Browse files
Fix demo app link and minor issues (#1926)
1 parent d0dac6f commit f33eb02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdk-sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const sidebar = {
1616
{
1717
type: 'link',
1818
label: 'Try demo dapp',
19-
href: 'https://metamask-sdk-examples-relink.vercel.app/',
19+
href: 'https://metamask-sdk-examples.vercel.app/',
2020
},
2121
],
2222
},

services/reference/starknet/json-rpc-methods/starknet_call.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This method does not change the network state.
1414
- `request`: [*Required*] The function call object containing:
1515
- `contract_address`: (string) [*Required*] Address the transaction is sent from.
1616
- `entry_point_selector`: (string) [*Required*] Smart contract entry point selector.
17-
- `calldata`: (array of strings)[*Required*] The parameters passed to the function.
17+
- `calldata`: (array of strings) [*Required*] The parameters passed to the function.
1818
- `block_id`: [*Required*] The block parameter object containing one of the following:
1919
- `block_hash`: (string) Block hash.
2020
- `block_number`: (integer) Decimal block number.

snaps/learn/tutorials/gas-estimation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ mkdir packages/snap/images
7575

7676
Download
7777
[this `gas.svg` icon file](https://raw.githubusercontent.com/Montoya/gas-fee-snap/main/packages/snap/images/gas.svg)
78-
into that `ìmages` folder.
78+
into that `images` folder.
7979

8080
<details>
8181
<summary>Icon attribution</summary>

wallet/how-to/use-non-evm-networks/starknet/send-starknet-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The following is a full, simplified example of connecting to a Starknet account
169169
params: {
170170
snapId: "npm:@consensys/starknet-snap",
171171
request: {
172-
method: "starkNet_executeTxn"
172+
method: "starkNet_executeTxn",
173173
params: requestParams
174174
}
175175
}

0 commit comments

Comments
 (0)