You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop/smart-contracts/faqs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Choose a parachain if:
35
35
36
36
### What's the difference between Polkadot Hub smart contracts and other EVM chains?
37
37
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:
39
39
40
40
-**Performance**: RISC-V register-based architecture vs. stack-based EVM.
41
41
-**Resource metering**: Three dimensions (`ref_time`, `proof_size`, `storage_deposit`) vs. single gas metric.
@@ -91,7 +91,7 @@ PolkaVM deployment differs from EVM:
91
91
-_Two-step process_: Upload code, then instantiate contracts.
92
92
-_Runtime code generation_ is not supported.
93
93
94
-
### What Solidity features are not supported?
94
+
### Which Solidity features are not supported?
95
95
96
96
Limited support for:
97
97
@@ -143,6 +143,6 @@ PolkaVM uses dynamic gas scaling:
143
143
- Don't hardcode gas values—use flexible calculations.
144
144
- Cross-contract calls ignore gas limits—implement proper access controls.
145
145
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?
147
147
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.
Copy file name to clipboardExpand all lines: llms.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7648,7 +7648,7 @@ Choose a parachain if:
7648
7648
7649
7649
### What's the difference between Polkadot Hub smart contracts and other EVM chains?
7650
7650
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:
7652
7652
7653
7653
- **Performance**: RISC-V register-based architecture vs. stack-based EVM.
7654
7654
- **Resource metering**: Three dimensions (`ref_time`, `proof_size`, `storage_deposit`) vs. single gas metric.
@@ -7704,7 +7704,7 @@ PolkaVM deployment differs from EVM:
7704
7704
- _Two-step process_: Upload code, then instantiate contracts.
7705
7705
- _Runtime code generation_ is not supported.
7706
7706
7707
-
### What Solidity features are not supported?
7707
+
### Which Solidity features are not supported?
7708
7708
7709
7709
Limited support for:
7710
7710
@@ -7756,7 +7756,7 @@ PolkaVM uses dynamic gas scaling:
7756
7756
- Don't hardcode gas values—use flexible calculations.
7757
7757
- Cross-contract calls ignore gas limits—implement proper access controls.
7758
7758
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?
7760
7760
7761
7761
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.
0 commit comments