flashbots / flashbots-docs

https://docs.flashbots.net
MIT License
192 stars 148 forks source link

fee refunds: document new fee refund by recipient RPCs #582

Closed ryanschneider closed 2 weeks ago

ryanschneider commented 3 weeks ago

This PR documents the flashbots_getFeeRefundTotalsByRecipient and flashbots_getFeeRefundsByRecipient RPCs, as well it adds details about the on-chain txs we've sent refunds through.

As noted in my screenshot below, at least at my resolution the flashbots_getFeeRefundTotalsByRecipient RPC name is one character too long to fit on a single line in the right-hand RPC TOC. I tried to find where we control the width of that flex box element but I couldn't find any explicit reference to it, but I also have very little frontend dev experience so maybe someone w/ more familiarity with our docs code can suggest where to tweak?

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flashbots-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2024 7:25pm
ryanschneider commented 3 weeks ago

Hmm I wonder if we can adjust the sidebar size somewhere?

image

ryanschneider commented 3 weeks ago

@sketsdever I think I addressed all your comments, please take another look!