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
{{ message }}
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
Please review code to reproduce in App.js file - AFAIK there shouldn't be any errors.
Expected behavior
3box would request a signature to open a box from the Ethereum provider included in the source code, which would recognize the request through the sendAsync call, and sign the appropriate parameters.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Mac OS Mojave version: 10.14.5 (18F2058)
Browser Chrome: Version 76.0.3809.132 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
Describe the bug
box.openBox() seems to be calling
sendAsync
with invalid arguments on the first tryTo Reproduce
Steps to reproduce the behavior:
yarn start
data.params[0]
in thesendAsync
call as undefined.Errors are of this form: https://beta.3box.io/address-server/odbAddress/0x8e8ae9a4abfa16d6c2eb3c1926dbebf5612cdb49
Please review code to reproduce in
App.js
file - AFAIK there shouldn't be any errors.Expected behavior
3box would request a signature to open a box from the Ethereum provider included in the source code, which would recognize the request through the
sendAsync
call, and sign the appropriate parameters.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: