Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: lp asset issue on new position form * fix: wrong pool_id handing on manage_liquidity page * fix: lint issue * fix: style issue * fix: style issue * feat: add chain info in url * fix: useQueriesDataSelector hooks * feat: load pools without wallet connection * fix: update logic of onChainChange function * fix: remove duplicated coinhall api call * fix: infinite loop issue on pools page * fix: typo issue of error * fix: update onChainChange function for wallet connect * docs: replace secuirty email contacts * fix: lp asset issue on new position form (#131) * fix: lp asset issue on new position form * fix: wrong pool_id handing on manage_liquidity page * fix: lint issue * fix: style issue * fix: style issue * fix: loading issue on vaults (#128) * feat:add chain info on add_liquidity/manage_liquidity features (#134) * feat: add chain info on manage_liquidity url * feat: add chain info on new_position url * feat: add chain info on new_position url * feat: enhance pool routing with chain info * feat: enhance new_position url with chain info * fix: replace currentChainId with currentChainName * feat: implement swap default tokens * fix: minor lint and style issue * fix: lint and style issue * fix: swapform alignment issue (#135) * fix:flashloan misalignment issue (#136) * fix: misalignment issue of flashloan json editor form * fix: vertical alignment issue * feat: wallet auto connect (#142) * feat: injective integration; Test and mainnet (#121) * feat(inj): Start on inj integration * feat: Add injective testnet chain_info and pools * feat: Injective integration chain and pool; swaps not working yet * fix: Update testnet rpc for now with one that has cors issues * feat: Add other vaults and pools * working simulation on injective * feat: updates for injective client integration; also run prettier * feat:injective poc, frontend not working yet but a tx was done * injective added * fix:inj to cw20 direct * fix: Inj to cw20 direct, cw20 to inj and router txes * fix: fix: multiple messages in post, cw20 swap * feat: Prep for injective mainnet * feat: Injective Mainnet info; swaps working, withdraw lp, balances * fix: Provide and withdraw LP now working * fix: Update DEFAULT_GAS to 2million * fix: Remove injective poc stuff * fix: reduce gas limit * fixed swp rate message and injective catch error * fix few issues listed in slack * fix: Update decimal conversion on provide lp * fix funds issue on LP * clean console and fix banner and loading state * fix depost message on vault * coming soon, coinhall and atom price off fix * fix mange lp cta cutting off * fix flashloan on injective * fix: Update codeowners, there needs to be two * fix: Run prettier to fixup code Co-authored-by: Vinod Hum <[email protected]> * feat: add mobile not support modal on mobile devices (#140) * feat: add price field on injective pools (#141) * feat: add price field on injective pools * feat: add dollar sign * feat: load pools without wallet connection * fix: remove duplicated coinhall api call * fix: infinite loop issue on pools page * fix: minor issue * chore: fix codeowners * fix: lp asset issue on new position form (#131) * fix: lp asset issue on new position form * fix: wrong pool_id handing on manage_liquidity page * fix: lint issue * fix: style issue * fix: style issue * feat: add chain info on flash loan page * feat: add chain info on flashloan page * feat: add routes with chain info for swap and flashloan pages * feat: add chain info on vault new_position and manage_position routes * feat: fix lint and style issues * chore: fix lint and style issue * fix: implement dynamic routing from chain change * fix: route redirection issue on vault depositForm * chore: add / in vault routes * fix: vault route redirection issue with chain info * fix: routing issue on vaults/new_position and vaults/manage_position routes * fix: swap routing issue * fix: issue on pools/manage_liquidity route * fix: routing issue * feat: implement automatic wallet connect feature * feat: improve chain auto change feature * fix: routing issue on flashloan page * fix: routing issue * fix: update getPathName function * fix: update pool routing * fix: remove unused code * fix: lint issue * fix: new_position routing issue * fix: vault/new_position routing issue * fix: used code * fix: vaults/manage_position issue * fix: /vaults routing issue * fix: routing issue on pools/manage_liquidity * fix: update wallet auto connect feature * fix: lint issue * fix: default routing issue * fix: add initial disconnect feature * fix: remove unused code * fix: rename inj to injective * fix: update disconnect logic * fix: pool loading issue * fix: swap default token issue on testnet * fix: error for chihuahua testnet * fix: default token issue of new_position feature on testnet * fix: update defaultToknes for new_position * fix: lint issue * fix: cosmwasm client init issue Co-authored-by: 0xFable <[email protected]> Co-authored-by: Vinod Hum <[email protected]> Co-authored-by: sencom <[email protected]> * leap integration (#147) * leap integration * fix multiple connect * fix: logic of resetWalletConnection function * fix: conflict and lint issues * fix: price value issue on comdex pools * fix: wallet reconnect issue * fix: error message * fix: wallet connect issue from page reload * fix: redirect issue * fix: remove dollar sign from comdex atom pool * removed pools requted (#153) * fix: leap wallet logo issue * fix: leap wallet logo issue * fix: typo issue on juno-axlUSDC pool * fix: manage_liquidity routing issue * fix: lint issue * fix: add comdex default tokens * fix: remove unused param Co-authored-by: daiki saito <[email protected]> Co-authored-by: optisman <[email protected]> Co-authored-by: 0xFable <[email protected]> Co-authored-by: Vinod Hum <[email protected]> Co-authored-by: Chandra <[email protected]>
- Loading branch information