Skip to content

Commit

Permalink
chore: add log level when building wallet ui (#283)
Browse files Browse the repository at this point in the history
* fix: non zero balance on non deployed cairo 0 account (dapp-ui flow)

* feat: balance check in upgradecontract

* chore: lint + prettier

* feat: deploy / upgrade workflow separated

* test: rollback upgradeAccContract testing

* feat: finalized wallet-ui flow

* feat: check for required deploy in executeTxn

* test: check for required deploy in executeTxn

* chore: lint + prettier

* fix: review comment

* feat: replace upgradeRequired by getCorrectContractAddress to handle deploy and upgrade required

* fix: pr review comment

* refactor: upgrade / deploy requirement in non get-starknet api

* refactor: upgrade / deploy requirement in get-starknet api

* chore: lint + prettier

* refactor: added exceptions.ts file and utilities in snapUtils

* fix: eip 6963 detection on wallet-ui

* chore: add log level when building wallet ui

* fix: missing yarn.lock + pr review (#280)

---------

Co-authored-by: Florin Dzeladini <[email protected]>
  • Loading branch information
stanleyyconsensys and khanti42 authored Jul 11, 2024
1 parent d9beafe commit e4c65e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const DeployModalView = ({ address }: Props) => {
return (
<>
<DescriptionCentered>
You have a non-zero balance on an Cairo 0 non-deployed address
You have a non-zero balance on a Cairo 0 non-deployed address
<br />
<br />
<center>
Expand Down

0 comments on commit e4c65e2

Please sign in to comment.