Skip to content

Commit f327abf

Browse files
nhussein11Telucero
andauthored
Apply suggestions from code review
Co-authored-by: Taylor Lucero <[email protected]>
1 parent b8eb35c commit f327abf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

develop/smart-contracts/connect-to-kusama.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ Developers can leverage smart contracts on Kusama Hub for live production deploy
5454

5555
## Important Deployment Considerations
5656

57-
While the compatibility with regular EVM codebases is still being maximized, some recommendations:
57+
While the compatibility with regular EVM codebases is still being maximized, some recommendations include:
5858

59-
- **Use Hardhat** to compile, deploy, and interact with your contract.
59+
- **Leverage Hardhat** to compile, deploy, and interact with your contract.
6060
- **Use MetaMask** to interact with your dApp (note that using MetaMask can sometimes lead to `Invalid transaction` errors - this is actively being worked on and will be fixed soon).
61-
- **Avoid REMIX for deployment** - MetaMask enforces a 48kb size limit when using the [REMIX IDE](/develop/smart-contracts/dev-environments/remix){target=\_blank}, which is why [Hardhat Polkadot](/develop/smart-contracts/dev-environments/hardhat){target=\_blank} is recommended for deployment.
61+
- **Avoid REMIX** for deployment as MetaMask enforces a 48kb size limit when using the [REMIX IDE](/develop/smart-contracts/dev-environments/remix){target=\_blank}, which is why [Hardhat Polkadot](/develop/smart-contracts/dev-environments/hardhat){target=\_blank} is recommended for deployment.
6262

63-
Kusama Hub is a live environment. Ensure your contracts are thoroughly tested before deployment, as transactions on Kusama Hub involve real KSM tokens and cannot be reversed.
63+
Kusama Hub is a live environment. Ensure your contracts are thoroughly tested before deployment, as transactions on Kusama Hub involve real KSM tokens and **cannot be reversed**.
6464

6565
## Where to Go Next
6666

@@ -76,11 +76,11 @@ For your next steps, explore the various smart contract guides demonstrating how
7676

7777
[:octicons-arrow-right-24: Build with HardHat](/develop/smart-contracts/dev-environments/hardhat/)
7878

79-
- <span class="badge guide">Guide</span> **Interact with the blockchain with viem**
79+
- <span class="badge guide">Guide</span> **Interact with the blockchain using viem**
8080

8181
---
8282

83-
Use viem for interacting with Ethereum-compatible chains, to deploy and interact with smart contracts on Kusama Hub.
83+
Use viem for interacting with Ethereum-compatible chains to deploy and interact with smart contracts on Kusama Hub.
8484

8585
[:octicons-arrow-right-24: Build with viem](/develop/smart-contracts/libraries/viem/)
8686

0 commit comments

Comments
 (0)