Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/trinity x v1 #63

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
731648a
feat: add support for Morph chain and update related configurations
yrjkqq Dec 18, 2024
c0db809
feat: add support for Plume Testnet and update related configurations
yrjkqq Dec 26, 2024
14b86b5
feat: update PoolWidget to support token decimals and chainId configu…
yrjkqq Dec 26, 2024
267d6c7
feat: enhance AddPoolOperate to utilize Uniswap V2 router addresses b…
yrjkqq Dec 26, 2024
831e3ae
feat: enhance liquidity management by adding fixed fee support and er…
yrjkqq Dec 26, 2024
cd8bbf8
feat: update PoolWidget configuration for AMM V3 support and adjust l…
yrjkqq Dec 26, 2024
90f9003
feat: update plume contract
junjieit Jan 2, 2025
aaf52ed
feat: add scrollRef props
junjieit Jan 2, 2025
c9b9410
feat: update theme colors, improve Swap component layout, and adjust …
yrjkqq Jan 8, 2025
53d6efc
refactor: update button styles, enhance Swap component layout, and im…
yrjkqq Jan 9, 2025
5d2642d
style: update background colors in various components to use 'transpa…
yrjkqq Jan 9, 2025
0878704
style: enhance component layouts and update theme colors across widge…
yrjkqq Jan 10, 2025
624ee2c
style: update component themes and styles across widgets, enhancing U…
yrjkqq Jan 10, 2025
fb47aaa
feat: fix midPrice error
junjieit Jan 13, 2025
f4590a2
chore: update package versions and enhance GraphQL types for brand si…
yrjkqq Jan 13, 2025
d16a3fc
Merge branch 'feat/add-pool-widget' into feat/trinity-x-v1
yrjkqq Jan 13, 2025
30ab5c4
chore: update package dependencies and enhance UI components with imp…
yrjkqq Jan 13, 2025
a9259c7
chore: bump version to 3.0.2-beta.4 and update localization reference…
yrjkqq Jan 13, 2025
640860f
Merge branch 'feat/add-pool-widget' into feat/trinity-x-v1
yrjkqq Jan 13, 2025
da33c9c
chore: update package versions to 3.0.3-neox.3 and 3.0.3-neox.4, adju…
yrjkqq Jan 13, 2025
bbdeecc
feat: update contract configurations and addresses for Taiko support …
yrjkqq Jan 15, 2025
0d25a6c
chore: bump package versions for @dodoex/api and @dodoex/widgets to 3…
yrjkqq Jan 15, 2025
c770671
feat: enhance GraphQL queries and types to support metrom mining APY …
yrjkqq Jan 15, 2025
92d9bda
Merge branch 'feat/add-pool-widget' into feat/trinity-x-v1
yrjkqq Jan 16, 2025
69cb3fc
chore: update package versions to 3.0.2-neox.1 and 3.0.3-neox.4, enha…
yrjkqq Jan 16, 2025
7e48f2d
chore: remove deprecated package versions for @dodoex/api, @dodoex/co…
yrjkqq Jan 16, 2025
5c99900
chore: bump @dodoex/widgets version to 3.0.3-neox.7, update localizat…
yrjkqq Jan 16, 2025
df6e525
chore: update package versions for @dodoex/api, @dodoex/components, a…
yrjkqq Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions example/angular-app/.editorconfig

This file was deleted.

42 changes: 0 additions & 42 deletions example/angular-app/.gitignore

This file was deleted.

84 changes: 0 additions & 84 deletions example/angular-app/README.md

This file was deleted.

102 changes: 0 additions & 102 deletions example/angular-app/angular.json

This file was deleted.

39 changes: 0 additions & 39 deletions example/angular-app/package.json

This file was deleted.

10 changes: 0 additions & 10 deletions example/angular-app/src/app/app-routing.module.ts

This file was deleted.

39 changes: 0 additions & 39 deletions example/angular-app/src/app/app.component.html

This file was deleted.

Empty file.
35 changes: 0 additions & 35 deletions example/angular-app/src/app/app.component.spec.ts

This file was deleted.

10 changes: 0 additions & 10 deletions example/angular-app/src/app/app.component.ts

This file was deleted.

Loading
Loading