Skip to content

Commit ecb5515

Browse files
authored
feat: PRO-2399 sponsorBalance property added to metadata API (#106)
* 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
1 parent 355fab4 commit ecb5515

File tree

7 files changed

+274
-180
lines changed

7 files changed

+274
-180
lines changed

admin_frontend/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
25+
.env

admin_frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin_frontend",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"private": true,
55
"dependencies": {
66
"@emotion/react": "11.11.3",

0 commit comments

Comments
 (0)