Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

chore: use wallet-connection component #37

Merged
merged 1 commit into from
Dec 12, 2021
Merged

Conversation

samsiegart
Copy link
Contributor

@samsiegart samsiegart commented Dec 10, 2021

Trying to make this a bit more idiomatic since it's the default dapp template

@@ -60,6 +62,7 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"lit": "^2.0.2",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why it doesn't build without explicitly adding lit as a dependency. I would think it would get it transitively through @agoric/wallet-connection

Copy link
Member

@michaelfig michaelfig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! That's a dizzying amount of cleanup.

@@ -1,13 +1,13 @@
// GENERATED FROM /Users/katesills/code/dapp-fungible-faucet/api/deploy.js
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I usually don't check in changes to this files unless the structure actually changes. YMMV.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@@ -1,5 +1,5 @@
// GENERATED FROM /Users/katesills/code/dapp-fungible-faucet/contract/deploy.js
// GENERATED FROM /home/samsiegart/dapp-fungible-faucet/contract/deploy.js
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@samsiegart samsiegart merged commit 2fff971 into main Dec 12, 2021
@samsiegart samsiegart deleted the wallet-connection branch December 12, 2021 06:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants