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
arboleya
changed the title
console.logging an Address should output the address in B256 formatconsole.logging an Address should output it as B256Jan 2, 2025
Currently, if you
console.log
anAddress
object, it logs the address inbech32
.bech32
has been deprecated.We should log the address in the
B256
format instead.This will greatly aid the debugging experience.
The text was updated successfully, but these errors were encountered: