diff --git a/evm/evm-general.mdx b/evm/evm-general.mdx index ffe477f..2ca76ea 100644 --- a/evm/evm-general.mdx +++ b/evm/evm-general.mdx @@ -20,7 +20,7 @@ Here are some key points about the EVM: contracts. 2. **Gas**: Transactions and contract executions on the EVM compatible network consume gas. Gas is a measure of computational work, and users pay for it in - usei on Sei networks . Gas ensures that malicious or inefficient code doesn't + usei on Sei networks. Gas ensures that malicious or inefficient code doesn't overload the network. 3. **Bytecode Execution**: Smart contracts are compiled into bytecode (low-level machine-readable instructions) and deployed to the EVM compatible network. diff --git a/evm/wallet-integrations/pimlico.mdx b/evm/wallet-integrations/pimlico.mdx index e8b4bf0..f690829 100644 --- a/evm/wallet-integrations/pimlico.mdx +++ b/evm/wallet-integrations/pimlico.mdx @@ -16,7 +16,7 @@ To integrate Pimlico into your Sei application, you'll need to install the follo pnpm install permissionless viem dotenv ``` -permissionless.js is a AA SDK that works with any account, paymaster, or bundler implementation - no vendor lock-in. +permissionless.js is an AA SDK that works with any account, paymaster, or bundler implementation - no vendor lock-in. ### Setting up Pimlico Dashboard