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

Added issue token page #41

Merged
merged 13 commits into from
Aug 27, 2024
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- [Added faucet and issue token](https://github.com/multiversx/mx-wallet-dapp/pull/39)
razvantomegea marked this conversation as resolved.
Show resolved Hide resolved
- [Fixed package.json scripts](https://github.com/multiversx/mx-wallet-dapp/pull/39)
- [Added gateway adapter](https://github.com/multiversx/mx-wallet-dapp/pull/35)

Expand Down
248 changes: 243 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"moment": "2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable-tags": "^1.0.6",
"react-draggable-tags": "1.0.6",
"react-google-recaptcha": "3.1.0",
"react-qr-code": "2.0.14",
"react-redux": "8.0.5",
"react-router-dom": "6.16.0",
Expand Down Expand Up @@ -85,6 +86,7 @@
"@types/puppeteer": "7.0.4",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"@types/react-google-recaptcha": "2.1.9",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
Expand Down
Loading
Loading