Skip to content

Commit 7bf160a

Browse files
midegdugarovamidegdugarova
andauthored
Update faqs.md (#739)
* Update faqs.md minor edits * ran llm scripts --------- Co-authored-by: midegdugarova <[email protected]>
1 parent 96f8aa8 commit 7bf160a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

develop/smart-contracts/faqs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Choose a parachain if:
3535

3636
### What's the difference between Polkadot Hub smart contracts and other EVM chains?
3737

38-
Polkadot Hub uses [PolkaVM](/polkadot-protocol/smart-contract-basics/polkavm-design){target=\_blank} instead of traditional EVM:
38+
Polkadot Hub contracts run on [PolkaVM](/polkadot-protocol/smart-contract-basics/polkavm-design){target=\_blank} instead of EVM:
3939

4040
- **Performance**: RISC-V register-based architecture vs. stack-based EVM.
4141
- **Resource metering**: Three dimensions (`ref_time`, `proof_size`, `storage_deposit`) vs. single gas metric.
@@ -91,7 +91,7 @@ PolkaVM deployment differs from EVM:
9191
- _Two-step process_: Upload code, then instantiate contracts.
9292
- _Runtime code generation_ is not supported.
9393

94-
### What Solidity features are not supported?
94+
### Which Solidity features are not supported?
9595

9696
Limited support for:
9797

@@ -143,6 +143,6 @@ PolkaVM uses dynamic gas scaling:
143143
- Don't hardcode gas values—use flexible calculations.
144144
- Cross-contract calls ignore gas limits—implement proper access controls.
145145

146-
### I deployed a contract with metamask, and got a `code size` error - why?
146+
### I deployed a contract with MetaMask, and got a `code size` error - why?
147147

148-
The latest MetaMask update affects the extension’s ability to deploy large contracts. Check the [Wallets](/develop/smart-contracts/wallets){target=\_blank} page for more details.
148+
The latest MetaMask update affects the extension’s ability to deploy large contracts. Check the [Wallets](/develop/smart-contracts/wallets){target=\_blank} page for more details.

llms.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7648,7 +7648,7 @@ Choose a parachain if:
76487648

76497649
### What's the difference between Polkadot Hub smart contracts and other EVM chains?
76507650

7651-
Polkadot Hub uses [PolkaVM](/polkadot-protocol/smart-contract-basics/polkavm-design){target=\_blank} instead of traditional EVM:
7651+
Polkadot Hub contracts run on [PolkaVM](/polkadot-protocol/smart-contract-basics/polkavm-design){target=\_blank} instead of EVM:
76527652

76537653
- **Performance**: RISC-V register-based architecture vs. stack-based EVM.
76547654
- **Resource metering**: Three dimensions (`ref_time`, `proof_size`, `storage_deposit`) vs. single gas metric.
@@ -7704,7 +7704,7 @@ PolkaVM deployment differs from EVM:
77047704
- _Two-step process_: Upload code, then instantiate contracts.
77057705
- _Runtime code generation_ is not supported.
77067706

7707-
### What Solidity features are not supported?
7707+
### Which Solidity features are not supported?
77087708

77097709
Limited support for:
77107710

@@ -7756,7 +7756,7 @@ PolkaVM uses dynamic gas scaling:
77567756
- Don't hardcode gas values—use flexible calculations.
77577757
- Cross-contract calls ignore gas limits—implement proper access controls.
77587758

7759-
### I deployed a contract with metamask, and got a `code size` error - why?
7759+
### I deployed a contract with MetaMask, and got a `code size` error - why?
77607760

77617761
The latest MetaMask update affects the extension’s ability to deploy large contracts. Check the [Wallets](/develop/smart-contracts/wallets){target=\_blank} page for more details.
77627762
--- END CONTENT ---

0 commit comments

Comments
 (0)