-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bridge ERC20 tokens between L1 and L2 (#974)
* styling: added L1 bridge page * styling: remove icon-expand * feat: added Akiba in the network * feat: added Astar zkEVM(dummy) * feat: fetch bridge balance * feat: added bridge logic * feat: added history UI * feat: added history UI (2) * feat: updated bridge function * feat: updated global web3 instanse to accept zkEVM parameter * feat: updated checkIsClaimRequired function * feat: updated token transfer feature * fix: avoid request duplicated change network request in MetaMask * feat: added Action Required flag * feat: added claim function * feat: updated explorer links * feat: updated sidebar * feat: added ZkAstr component * fix: clean up * fix: clean up (2) * feat: added bridge page * refactor: updated BridgeSelection UI * fix: updated isSetGasByWallet property * feat: added select-token logic * feat: added bridge ERC20 logic * feat: test importing tokens * feat: updated endpoint from Akiba to zKatana * fix: clean up * fix: clean up (2) * fix: gives some time for synching in the bridge API * fix: gives some time for synching in the bridge API (2) * fix: update the number of display the recent transactions * wip * feat: added Sepolia faucet * refactor: updated api.ts * refactor: updated words * Invalid balance fix * fix: updated approve logic * fix: conflicts (2) * fix: conflicts (2) * fix: words * fix: words * fix: remove ZK_Bridge_IMPORT_TOKENS * feat: added explorer link * feat: added approve logic * feat: approve checkbox * feat: apply i18 * feat: added blacklist * fix: updated zKatana logo * fix: added token selection modal for mobile devices * fix: useL1History * fix: updted fetching history * fix: copy icon color * fix: updated ETH logo * fix: updated token logo * fix: clean up * fix: updated input placeholder * fix: clean up * fix: avoid double clicking * fix: update inputHandler * fix: display 2 buttons * fix: clean up * fix: updated token image logic * fix: words * fix: word size * test: log the allowance * fix: check the token existing --------- Co-authored-by: Bobo <bobo.kovacevic@gmail.com>
1 parent
1f421c5
commit ab093ca
Showing
33 changed files
with
2,156 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.