Skip to content

Commit e0f9aaf

Browse files
nhussein11eshaben
andauthored
[FIX] - Adding disclaimers to faqs page (#744)
* fix: adding disclaimers to faqs page * Update develop/smart-contracts/faqs.md Co-authored-by: Erin Shaben <[email protected]> * fix: llms --------- Co-authored-by: Erin Shaben <[email protected]>
1 parent 258b080 commit e0f9aaf

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

develop/smart-contracts/faqs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ description: Find answers to common questions about smart contract development,
77

88
--8<-- 'text/smart-contracts/polkaVM-warning.md'
99

10+
!!! note
11+
For a list of known incompatibilities, please refer to the [Solidity and Yul IR transaltion incompatibilities](/polkadot-protocol/smart-contract-basics/evm-vs-polkavm/#solidity-and-yul-ir-translation-incompatibilities){target=\_blank} section.
12+
1013
## General Questions
1114

1215
### What are the different types of smart contracts I can build on Polkadot?
@@ -146,3 +149,7 @@ PolkaVM uses dynamic gas scaling:
146149
### I deployed a contract with MetaMask, and got a `code size` error - why?
147150

148151
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.
152+
153+
### I found a bug, where can I log it?
154+
155+
Please log any bugs in the [`contracts-issues`](https://github.com/paritytech/contract-issues/issues){target=\_blank} repository so developers are aware of them and can address them.

llms.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8130,6 +8130,9 @@ description: Find answers to common questions about smart contract development,
81308130
!!! smartcontract "PolkaVM Alpha Release"
81318131
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
81328132

8133+
!!! note
8134+
For a list of known incompatibilities, please refer to the [Solidity and Yul IR transaltion incompatibilities](/polkadot-protocol/smart-contract-basics/evm-vs-polkavm/#solidity-and-yul-ir-translation-incompatibilities){target=\_blank} section.
8135+
81338136
## General Questions
81348137

81358138
### What are the different types of smart contracts I can build on Polkadot?
@@ -8269,6 +8272,10 @@ PolkaVM uses dynamic gas scaling:
82698272
### I deployed a contract with MetaMask, and got a `code size` error - why?
82708273

82718274
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.
8275+
8276+
### I found a bug, where can I log it?
8277+
8278+
Please log any bugs in the [`contracts-issues`](https://github.com/paritytech/contract-issues/issues){target=\_blank} repository so developers are aware of them and can address them.
82728279
--- END CONTENT ---
82738280

82748281
Doc-Content: https://docs.polkadot.com/develop/smart-contracts/

0 commit comments

Comments
 (0)