Skip to content

Commit

Permalink
fix: change firebase hosting domain
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed May 8, 2024
1 parent 9ebdf6a commit 85b7b60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .firebaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"zksync-dapp-wallet-v2": {
"hosting": {
"web": [
"zksync-dapp-wallet-v2"
"zksync-dapp-portal"
]
}
},
"staging-zksync-dapp-wallet-v2": {
"hosting": {
"web": [
"staging-zksync-dapp-wallet-v2"
"staging-zksync-dapp-portal"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# zkSync Portal 🚀

**zkSync Portal** is a state-of-the-art wallet dapp, merging the power of **zkSync Era∎** and **zkSync Lite** into one user-friendly interface. Designed with a stress on effortless user experience, it simplifies token management, making it your premier interface for interacting with both zkSync versions - every interaction smooth and efficient.
**zkSync Portal** is a state-of-the-art dapp, merging the power of bridge, tokens manager and transaction history into one user-friendly interface. Designed with a stress on effortless user experience, it simplifies token management, making it your premier interface for interacting with both zkSync versions - every interaction smooth and efficient.

## ✨ Features

- 🖥️ Intuitive interface for managing, sending, and bridging zkSync Era and zkSync Lite tokens.
- 🖥️ Intuitive interface for managing, sending, and bridging zkSync Era.
- 📇 Ability to add contacts for quick and easy access.
- 🔧 Effortless setup and connection to local zkSync nodes or ZK Stack Hyperchains.

Expand Down
2 changes: 1 addition & 1 deletion pages/bridge/withdraw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ useSeoMeta({
});
const { eraNetwork } = storeToRefs(useZkSyncProviderStore());
const withdrawalsDisabled = computed(() => eraNetwork.value.key === "sepolia");
const withdrawalsDisabled = computed(() => false);
</script>

<style lang="scss" scoped></style>

0 comments on commit 85b7b60

Please sign in to comment.