File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ target="_blank"><code>{{config.flame.dawn.info.auctioneer_rpc_url}}</code></a>
5151
5252Flame’s Auctioneer runs a first price auction for a bundle, restricted to a slot.
5353
54- Bundles/bids submitted to the Auctioneer are simulated against the latest block to calculate the bid paid to the Auctioneer.
54+ Bundles/bids submitted to the Auctioneer are simulated against the latest block
55+ to calculate the bid paid to the Auctioneer.
5556
5657::: tip
5758* The current version of the trusted auctioneer supports ` eth_sendTransaction ` for submission.
@@ -78,6 +79,15 @@ cast send $DEST_ADDR \
7879 --private-key $PRIV_KEY
7980```
8081
82+ ### Bid Submission Demo
83+
84+ Bids are submitted to the auctioneer using the ` eth_sendTransaction ` JSON RPC
85+ method. See the tool below, which provides an example for a bot that receives an
86+ optimistic block, waits a given amount of time, and submits a bid to the
87+ auction.
88+
89+ [ ` Bid Submission Demo ` ] ( https://github.com/astriaorg/auctioneer-searcher-simulation )
90+
8191## Bridging
8292
8393### [ https://astria-bridge-web-app-dawn.vercel.app/ ] ( https://astria-bridge-web-app-dawn.vercel.app/ )
You can’t perform that action at this time.
0 commit comments