You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nuke the original key_store.ts and replace it with the new ones.
A few large changes will need to get done in this PR:
Make PXE handle multiple key stores instead of just one --> originally we had 1 key store per PXE and the keystore could contain multiple accounts. I feel like having one account per keystore is nicer because that's how it's done in geth and it feels more natural.
We will need to update oracles and APIs.
The text was updated successfully, but these errors were encountered:
Nuke the original
key_store.ts
and replace it with the new ones.A few large changes will need to get done in this PR:
The text was updated successfully, but these errors were encountered: