-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: UI to mint tickets #18
Conversation
<ThemeProvider> | ||
<div className={themeClass}> | ||
<div> | ||
<NetworkDropdown networkConfigs={[mainnet, localnet]} /> |
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.
mainnet? this dapp isn't intended for use on mainnet, is it?
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.
1599199
to
1150103
Compare
package.json
Outdated
"start:ui": "cd ui && yarn dev", | ||
"start:interchain-ui": "cd interchain-ui && yarn dev", |
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.
why keep start:ui
?
"start:ui": "cd ui && yarn dev", | |
"start:interchain-ui": "cd interchain-ui && yarn dev", | |
"start:ui": "cd interchain-ui && yarn dev", |
likewise the interchain-ui
directory should replace /ui/
, right?
package.json
Outdated
@@ -50,6 +51,7 @@ | |||
"print-key": "yarn docker:make print-acct", |
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.
print-key is no more; likewise in contract/package.json
ci is griping about it:
https://github.com/Agoric/dapp-agoric-basics/actions/runs/8528223941/job/23361355100?pr=18#step:8:7
Closes Agoric/documentation#977