Closed koonopek closed 1 year ago
! Before merging, require to update wasm-isomorphic version (not release yet), till then tests will be failing (passing locally).
I had to change interface of Contract::stateHash() returns promise now, in my opinion It wasn't working in browser till now.
Contract::stateHash()
Tested also on browser, on teleport app
Also I'm adding missing yarn.lock
well done!
! Before merging, require to update wasm-isomorphic version (not release yet), till then tests will be failing (passing locally).
I had to change interface of
Contract::stateHash()
returns promise now, in my opinion It wasn't working in browser till now.