-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
@@ -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", |
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.
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
06915b3
to
c8d290b
Compare
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.
LGTM! That's a dizzying amount of cleanup.
ui/public/conf/defaults.js
Outdated
@@ -1,13 +1,13 @@ | |||
// GENERATED FROM /Users/katesills/code/dapp-fungible-faucet/api/deploy.js |
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.
I usually don't check in changes to this files unless the structure actually changes. YMMV.
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.
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 |
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.
Ditto.
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.
Fixed
c8d290b
to
3925f63
Compare
3925f63
to
b0383d2
Compare
Trying to make this a bit more idiomatic since it's the default dapp template