Skip to content

Commit

Permalink
fix: add account validation (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Feb 1, 2024
1 parent d69b107 commit e81c6fd
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
Empty file modified .husky/_/husky.sh
100755 → 100644
Empty file.
3 changes: 2 additions & 1 deletion environments/.env.goerli
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ UTORG_MAINNET_SID=zksynkio
MOONPAY_MAINNET_API_PUBLIC_KEY=pk_live_cS0AkN9LR0qquMUk9w4JGsaeoplwEuD
MIXPANEL_TOKEN=5600dbc62a772c26f25b8df97ee54701
UNS_KEY=356a3eb3-d413-490a-94ac-4c9bb312ff49
FIREBASE_FUNCTIONS_BASE_URL=https://us-central1-zksync-vue.cloudfunctions.net/
FIREBASE_FUNCTIONS_BASE_URL=https://us-central1-zksync-vue.cloudfunctions.net/
SCREENING_API_URL=https://us-central1-screening-service.cloudfunctions.net/validate
3 changes: 2 additions & 1 deletion environments/.env.goerli-beta
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ UTORG_MAINNET_SID=zksynkio
MOONPAY_MAINNET_API_PUBLIC_KEY=pk_live_cS0AkN9LR0qquMUk9w4JGsaeoplwEuD
MIXPANEL_TOKEN=5600dbc62a772c26f25b8df97ee54701
UNS_KEY=356a3eb3-d413-490a-94ac-4c9bb312ff49
FIREBASE_FUNCTIONS_BASE_URL=https://us-central1-zksync-vue.cloudfunctions.net/
FIREBASE_FUNCTIONS_BASE_URL=https://us-central1-zksync-vue.cloudfunctions.net/
SCREENING_API_URL=https://us-central1-screening-service.cloudfunctions.net/validate
3 changes: 2 additions & 1 deletion environments/.env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ UTORG_MAINNET_SID=zksynkio
MOONPAY_MAINNET_API_PUBLIC_KEY=pk_live_cS0AkN9LR0qquMUk9w4JGsaeoplwEuD
MIXPANEL_TOKEN=d6ce0bc1434361893bfa0084a601710c
UNS_KEY=356a3eb3-d413-490a-94ac-4c9bb312ff49
FIREBASE_FUNCTIONS_BASE_URL=https://us-central1-zksync-vue.cloudfunctions.net/
FIREBASE_FUNCTIONS_BASE_URL=https://us-central1-zksync-vue.cloudfunctions.net/
SCREENING_API_URL=https://us-central1-screening-service.cloudfunctions.net/validate
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ const config = <NuxtConfig>{
],
restoreNetwork: true,
logoutRedirect: "/",
screeningApiUrl: process.env.SCREENING_API_URL,
},
],
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@inkline/nuxt": "^2.3.6",
"@matterlabs/eslint-config-nuxt": "^1.0.6",
"@matterlabs/prettier-config": "^1.0.2",
"@matterlabs/zksync-nuxt-core": "^1.11.3",
"@matterlabs/zksync-nuxt-core": "^1.12.0",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/sentry": "^5.1.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3550,9 +3550,9 @@ __metadata:
languageName: node
linkType: hard

"@matterlabs/zksync-nuxt-core@npm:^1.11.3":
version: 1.11.3
resolution: "@matterlabs/zksync-nuxt-core@npm:1.11.3"
"@matterlabs/zksync-nuxt-core@npm:^1.12.0":
version: 1.12.0
resolution: "@matterlabs/zksync-nuxt-core@npm:1.12.0"
dependencies:
"@nuxtjs/axios": ^5.13.1
"@walletconnect/web3-provider": ^1.8.0
Expand All @@ -3578,7 +3578,7 @@ __metadata:
ts-node: ^9.1.1
web3: ^1.5.3
zksync: ^0.13.1
checksum: 3bfc7f12c1c75682bd7b8c5e10b604ca20c912d9ed15e6fec51ad07d8386734daf3ea0ab93f54ba1b150ea80d523bc1abb75e0ad6eca153fddf548110027d66f
checksum: 7833a360361a2c2aac22e2a4e0cb033e716fb0a516ff114371b7bc0544213d3f7252a39939bd264a466562b0acfd447e96c2d009cb93440a918c836413d6a564
languageName: node
linkType: hard

Expand All @@ -3596,7 +3596,7 @@ __metadata:
"@inkline/nuxt": ^2.3.6
"@matterlabs/eslint-config-nuxt": ^1.0.6
"@matterlabs/prettier-config": ^1.0.2
"@matterlabs/zksync-nuxt-core": ^1.11.3
"@matterlabs/zksync-nuxt-core": ^1.12.0
"@nuxt/types": ^2.15.8
"@nuxt/typescript-build": ^2.1.0
"@nuxt/typescript-runtime": ^2.1.0
Expand Down

0 comments on commit e81c6fd

Please sign in to comment.