From 056d0b4444770e005b1fde55a9b38d262fbd9b01 Mon Sep 17 00:00:00 2001 From: cpengilly <29023967+cpengilly@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:09:32 -0700 Subject: [PATCH] remove-wip-callout --- pages/builders/app-developers/tutorials/send-tx-from-eth.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/builders/app-developers/tutorials/send-tx-from-eth.mdx b/pages/builders/app-developers/tutorials/send-tx-from-eth.mdx index b971a8417..543de2792 100644 --- a/pages/builders/app-developers/tutorials/send-tx-from-eth.mdx +++ b/pages/builders/app-developers/tutorials/send-tx-from-eth.mdx @@ -5,9 +5,7 @@ description: Learn how to force transaction inclusion without the OP Stack Seque --- import { Callout, Steps } from 'nextra/components' -import { WipCallout } from '@/components/WipCallout' - # Triggering OP Stack transactions from Ethereum OP Stack currently uses a single-Sequencer block production model.