Skip to content

Commit

Permalink
Merge pull request #297 from mdqst/patch-4
Browse files Browse the repository at this point in the history
docs: fix typos Update deposit-transactions.md
  • Loading branch information
tremarkley authored Dec 10, 2024
2 parents 746658e + bbea20d commit 3c91470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/guides/deposit-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Supersim supports deposits transactions as described in the [explainer](https://docs.optimism.io/stack/transactions/deposit-flow). However in a very lightweight manner without the op-node derivation pipeline by listening directly to the `TransactionDeposited` events on the OptimsimPortal contract and simply forwarding the transaction to the applicable L2.

This implies the the exeuction engine used with Supersim must support the optimism [Deposit Transaction Type](https://specs.optimism.io/protocol/deposits.html#the-deposited-transaction-type).
This implies the execution engine used with Supersim must support the optimism [Deposit Transaction Type](https://specs.optimism.io/protocol/deposits.html#the-deposited-transaction-type).

## OptimismPortal

Expand Down Expand Up @@ -80,4 +80,4 @@ cast send 0x37a418800d0c812A9dE83Bc80e993A6b76511B57 --value 1ether --rpc-url ht

```bash
INFO [11-28|13:56:06.756] OptimismPortal#depositTransaction chain.id=901 l2TxHash=0x592d6e13016751332115df1fce59904176bfe447854196ed1b97ee00f14be469
```
```

0 comments on commit 3c91470

Please sign in to comment.