Skip to content

Commit

Permalink
connect2ic modifications (AstroxNetwork#8)
Browse files Browse the repository at this point in the history
* use "astrox" instead of "ic" as localstorage key to avoid conflict with internet identity.
* use window.ic.astrox instead of window.ic to avoid issues with other providers had tons of errors building it so had to add packages and fix some issues
* API changes for connection. Had to separate out instantiation / isAuthenticated() / connect() from each other. Now its created through .create() method and connection is handled separately.
* Some additional config options like ledgerHost & dev (determines whether root key is fetched)

Co-authored-by: Mio Quispe <[email protected]>
  • Loading branch information
MioQuispe and Mio Quispe authored Apr 22, 2022
1 parent f16831d commit b43510e
Show file tree
Hide file tree
Showing 19 changed files with 28,234 additions and 112 deletions.
1 change: 1 addition & 0 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"base64-arraybuffer": "^0.2.0",
"bignumber.js": "^9.0.0",
"borc": "^2.1.1",
"buffer": "^6.0.3",
"js-sha256": "0.9.0",
"simple-cbor": "^0.4.1"
},
Expand Down
Loading

0 comments on commit b43510e

Please sign in to comment.