Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement basic styles of navigation and swap * add Connect Wallet button * implement PoolListModals and buttons * add wallet icon * implement collapse chevron * implement desktop UI * add basic form validation * improve modal * fix bugs and clean code * implement mobile responsiveness and fix bugs * remove console log * improve code readability * Fix prop errors * Amend merge * import main .css to new index component * Move css import to app.tsx * add select chain option for ChainName component * improve code readability * fix import * adjust useGetIcon to return current chain token icon * fix useGetIcon hook default * remove eurc * use useGetIcon for PoolList tokens * show fees in $ * add logic for disabling submit button * fix FeeCollapse currencies * update error handling * Progress screen * add progress screen * add beforeunload confirmation prompt * Flow continuable (#70) * Use of pen ephemeral account, trigger transfer when tokens received * Phase 6b (#44) * Execute Nabla after SEP-24 * Some fixes * Fix `yarn test` not working by importing a preset that enhances transpiling vite code * Fix errors: useQuery result must not be undefined * Update min offramp amount for nTokens * Fix typo --------- Co-authored-by: Marcel Ebert <mail@marcel-ebert.de> * use pen ephemeral address in performSwap * Refactor wagmi config * Add contract abis * Implement swap with squid router * wip * Refactor squidrouter service * Small refactoring * Use swap in Inputkeys * Fix transaction status issues * cleanup old prototype logic * wip. testing integration of squidrouter * Make USDC the default selection * Delete duplicate /contracts/Erc20.ts * format, remove abi duplicate * testing ephemeral funding * Add logic to fund ephemeral account on Pendulum * Change USDC ERC20 address * Add funding account phrase * Fix signing transaction to fund ephemeral acc * trigger funding of eph. account after swap, fix deposit event listener * wip. testing * Fix lint errors * Use USDC instead of USDC.e * Increase funding account * Add quickfix with apiplus * Use public horizon in signing service * Fix errors * Remove unused wallet components * Change slippageBasisPoints from 20 to 30 * crop input box for mobile * cleanup pendulum ephemeral * Fix styling for mobile * Remove media query to avoid conflicts * remove token dust * fix for clean pen ephemeral * use new integrator id and plus squid route * use getROuteApiPlus function * Remove message about minimum EURC amount * Change button for anchor to a element * attempt to transfer all tokens regardless of balance * log ephemeral account on offramp * log ephemeral account after sep is completed * WIP initial refactoring * integrating logic into new UI * improving data flow, recover pendulum ephemeral * mock sep6, restore pen ephemeral from seed * recovering from squidrouter intermediate steps * testing recovery in squidrouter process, funding account * nabla, stellar operations and redeem modifications for recoverability * add sep24 again * remove example transaction request data * recover stellar keys after sep10, save stellar ephemeral keys * fix, store only secret for stellar keys * remove extra logs * start sep24 second waiting loop as soon as first is initiated * remove unused states * reorganize recovery params restore * Cleanup continuation flow * Try to fix dependencies * Fix inconsistent versions * Revert package.json and yarn.lock * Implement change requests * Fix bugs in offramping flow * Implement change requests * Remove metamask base code --------- Co-authored-by: Torsten Stüber <15174476+TorstenStueber@users.noreply.github.com> Co-authored-by: Marcel Ebert <mail@marcel-ebert.de> Co-authored-by: bogdanS98 <bogdan.sandu13@gmail.com> Co-authored-by: Kacper Szarkiewicz <szarkiewiczmail@gmail.com> Co-authored-by: Kacper Szarkiewicz <43585069+Sharqiewicz@users.noreply.github.com> --------- Co-authored-by: Marcel Ebert <mail@marcel-ebert.de> Co-authored-by: Gianfranco <g.tasteri@gmail.com> Co-authored-by: gianfra-t <96739519+gianfra-t@users.noreply.github.com> Co-authored-by: Torsten Stüber <15174476+TorstenStueber@users.noreply.github.com> Co-authored-by: bogdanS98 <bogdan.sandu13@gmail.com>
- Loading branch information