-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add arcx Passport library #631
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #631 +/- ##
==========================================
+ Coverage 66.62% 66.64% +0.02%
==========================================
Files 96 96
Lines 2969 2971 +2
Branches 939 940 +1
==========================================
+ Hits 1978 1980 +2
Misses 975 975
Partials 16 16
Continue to review full report at Codecov.
|
ee24b8c
to
aa9593a
Compare
@@ -32,8 +33,10 @@ export default function App(): ReactElement { | |||
darkMode: userDarkMode, | |||
}) | |||
}, [chainId, userDarkMode]) | |||
console.log(account) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: do we want this log
5a3f5c3
to
5b44a67
Compare
Add the arcx passport as per link
Resolves #620