Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add arcx Passport library #631

wants to merge 4 commits into from

Conversation

hammeiam
Copy link
Contributor

@hammeiam hammeiam commented Sep 13, 2021

Add the arcx passport as per link

Screen Shot 2021-09-12 at 5 05 53 PM

Resolves #620

@hammeiam hammeiam requested a review from alphastorm September 13, 2021 00:12
@codecov
Copy link

codecov bot commented Sep 13, 2021

Codecov Report

Merging #631 (c26fd0c) into master (78a29ee) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            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              
Impacted Files Coverage Δ
src/pages/App.tsx 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78a29ee...c26fd0c. Read the comment docs.

@@ -32,8 +33,10 @@ export default function App(): ReactElement {
darkMode: userDarkMode,
})
}, [chainId, userDarkMode])
console.log(account)
Copy link
Collaborator

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

@alphastorm alphastorm force-pushed the master branch 2 times, most recently from 5a3f5c3 to 5b44a67 Compare October 20, 2023 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate ARCx Passport.js
3 participants