Nikola Pavlov

Results 10 issues of Nikola Pavlov

### Link to minimal reproducible example https://app.txsync.io/ ### Summary When setting up SIWE configuration, we're using the `createSIWEConfig` function from `@web3modal/siwe` package. We're passing these options: ``` createSIWEConfig({ getNonce, createMessage,...

bug
needs review

# What ❔ Creade additional tab called "Diamond Proxy" in the Contract view, and show all write functions of the DiamondProxy contract. ## Why ❔ Add additional functionality to the...

frontend

### 🌟 Feature Request 📝 Description In Etherscan, we have filters when going through the transactions list, such as time duration from-to, search by address, or method of the transaction....

Refactor the E2E tests so that they can be run in the new redesigned structure. - In this PR, only the tests related to the common actions are fixed -...

refactor

- Tested withdraw, deposit, and transfer for the native wstETH token, as well as the bridged (erc20) one, also tested ETH token and others to not mess up the previous...

enhancement

This PR fixes https://github.com/matter-labs/dapp-portal/issues/214

In the “Confirm transaction” page, show “Total” value that the users should pay, which is the amount + fee

On https://portal.zksync.io/assets and https://portal.zksync.io/balances pages, if the user has a large number of tokens, they have to go trough every token to find the one they need. It would be...

For branding purposes - everywhere that it says "zkSync" change it to "ZKSync" per new branding.

Pass bridge addresses for wstETH token to all relevant transaction requests. - Update the L2 address in the mapper since the block explorer API is returning the old one -...