Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion evm/evm-general.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion evm/wallet-integrations/pimlico.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To integrate Pimlico into your Sei application, you'll need to install the follo
pnpm install permissionless viem dotenv
```

<Info>permissionless.js is a AA SDK that works with any account, paymaster, or bundler implementation - no vendor lock-in.</Info>
<Info>permissionless.js is an AA SDK that works with any account, paymaster, or bundler implementation - no vendor lock-in.</Info>

### Setting up Pimlico Dashboard

Expand Down
Loading