flashbots / rollup-boost

Sidecar to Enable Rollup Extensions
https://writings.flashbots.net/introducing-rollup-boost
MIT License
57 stars 7 forks source link

feat: use separate jwt secrets for builder vs. proposer #19

Closed 0x416e746f6e closed 1 month ago

0x416e746f6e commented 1 month ago

a.t.m. rollup-boost uses the same JWT secret to communicate with both, builder and proposer.

it would be better (security and maintenance -wise) if it could use different secrets for different purposes.