xrchz / rocketsplit

Withdrawal address contract for splitting Rocket Pool node rewards
GNU General Public License v3.0
4 stars 3 forks source link

UI: node address tweaks #18

Open xrchz opened 2 months ago

xrchz commented 2 months ago
  1. Allow a rocketsplit address to be entered, instead of just a node address. (We can detect a rocketsplit contract and use its nodeAddress() function to find the node address)
  2. Remember the node address in cookies/browser storage on refresh, so it doesn't need to keep being entered
xrchz commented 1 month ago

Part 2 is done. Part 1 still outstanding I guess?