Skip to content

Commit

Permalink
feat: PRO-2399 sponsorBalance property added to metadata API (#106)
Browse files Browse the repository at this point in the history
* feat: PRO-2399 query sponsorBalance from EtherspotPaymaster for metadata API

* fix: PRO-2399 update the package version number for frontend, admin-frontend and backend to 1.2.4

* fix: PRO-2399 wallet address comparision check updated for adminLogin

* fix: PRO-2399 console logging replaced with fastify logging for admin-route functions

* fix: PRO-2399 error console logging replaced with fastify logging

* feat: PRO-2399 bump package version to 1.2.5
  • Loading branch information
kanthgithub authored Jun 7, 2024
1 parent 355fab4 commit ecb5515
Show file tree
Hide file tree
Showing 7 changed files with 274 additions and 180 deletions.
2 changes: 2 additions & 0 deletions admin_frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.env
2 changes: 1 addition & 1 deletion admin_frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin_frontend",
"version": "1.2.4",
"version": "1.2.5",
"private": true,
"dependencies": {
"@emotion/react": "11.11.3",
Expand Down
Loading

0 comments on commit ecb5515

Please sign in to comment.