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
Is your feature request related to a problem? Please describe.
Starkli has some pre-defined accounts registered for Katana. This allow the user to easily work with katana by mentioning the account index (katana-0, katana-1, ...).
As we now the Katana accounts are V1 accounts, the addresses have changed (even with the seed = 0).
Describe the solution you'd like
Submit a PR in starkli to adjust the built-in accounts for Katana once a new version of Dojo is published with the new accounts.
The text was updated successfully, but these errors were encountered:
How did you get those addresses in the PR? They don't look familiar to me.
Would you mind changing your PR on starkli as a draft, as the v0.4.4 is still using the same addresses. We should wait the v0.4.5 in order to conclude this.
If you want to have the new addresses, please compile on main cargo build -p katana to have them.
Hey, @coburn24. First of all thanks for spending time contributing on this.
A bug is found in katana#1404 and a fix for it results in a new set of account addresses. Do you mind updating your PR on starkli to reflect this new changes.
Is your feature request related to a problem? Please describe.
Starkli has some pre-defined accounts registered for Katana. This allow the user to easily work with katana by mentioning the account index (
katana-0
,katana-1
, ...).As we now the Katana accounts are V1 accounts, the addresses have changed (even with the seed = 0).
Describe the solution you'd like
Submit a PR in starkli to adjust the built-in accounts for Katana once a new version of Dojo is published with the new accounts.
The text was updated successfully, but these errors were encountered: