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

tron #1650

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

tron #1650

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
698d0cb
feat: tron
LufyCZ Aug 28, 2024
034bfa1
chore: tron path reorg
LufyCZ Aug 28, 2024
8ab4b08
feat: move tron app to web
LufyCZ Aug 28, 2024
ad97a76
chore: delete the tron app
LufyCZ Aug 28, 2024
b640218
chore: cleanup
LufyCZ Aug 28, 2024
9c407d0
fix(tron): images, layout
LufyCZ Sep 1, 2024
2adc600
fix(tron): api links
LufyCZ Sep 1, 2024
b666cf0
chore: format
LufyCZ Sep 2, 2024
6981b1b
chore: fix linting in tron
solidityteam Sep 3, 2024
c6e3a6e
fix(tron): pricing api route
LufyCZ Sep 2, 2024
85be6e8
chore: fix linting
solidityteam Sep 3, 2024
da14aa1
chore: fix linting
solidityteam Sep 3, 2024
9179b35
fix(apps/tron): pricing thing
LufyCZ Sep 3, 2024
f89480d
fix(apps/tron): add envs to workflow
LufyCZ Sep 4, 2024
48cefe6
chore: format
LufyCZ Sep 12, 2024
b2698b7
chore: new router and factory contracts
solidityteam Sep 12, 2024
a2435bb
chore: exact factory abi
solidityteam Sep 12, 2024
eefb59b
chore: exact pair abi
solidityteam Sep 12, 2024
7958219
chore: exact router abi
solidityteam Sep 12, 2024
1bcdbca
fix: external link to pair
solidityteam Sep 12, 2024
e65f0cf
chore: lint changed files
solidityteam Sep 12, 2024
eb1df96
feat(apps/tron): wip reorg, bring swap page in-line
LufyCZ Sep 13, 2024
2895d94
feat(tron): more reorgs
LufyCZ Sep 13, 2024
4a089a6
Merge remote-tracking branch 'origin/master' into tron-new
0xMasayoshi Sep 13, 2024
fd9650b
chore: lint
0xMasayoshi Sep 13, 2024
8be5037
fix: tron add liquidity styles
0xMasayoshi Sep 14, 2024
2af0f69
fix: tron token selector style
0xMasayoshi Sep 14, 2024
34a6a54
fix: tron explore hero
0xMasayoshi Sep 14, 2024
4bc5366
fix: tron pool page
0xMasayoshi Sep 14, 2024
4d84740
chore: adjust tron directory structure to match aptos
0xMasayoshi Sep 14, 2024
85f6c5a
chore: prep tron explore page for data-api
0xMasayoshi Sep 14, 2024
d21770f
fix: various swap and pool issues on tron
0xMasayoshi Sep 15, 2024
6ede39e
fix: tron position table link
0xMasayoshi Sep 15, 2024
d89ee96
fix: tron create position link
0xMasayoshi Sep 15, 2024
fbd5288
chore: update tron token list
0xMasayoshi Sep 16, 2024
55831bc
fix: tron token icon
0xMasayoshi Sep 16, 2024
06549c4
chore: tron default tokens
0xMasayoshi Sep 16, 2024
8c35d23
Merge remote-tracking branch 'origin/master' into tron-new
0xMasayoshi Sep 16, 2024
5b13203
feat: use data api on tron explore page
0xMasayoshi Sep 16, 2024
233be54
Merge remote-tracking branch 'origin/master' into tron-new
0xMasayoshi Sep 16, 2024
24828d6
Merge remote-tracking branch 'origin/master' into tron-new
0xMasayoshi Sep 21, 2024
053227f
fix: tron token selector
0xMasayoshi Sep 21, 2024
2918017
fix: tron token selector styles
0xMasayoshi Sep 21, 2024
defb3c6
fix: allow tron swap quotes when wallet not connected
0xMasayoshi Sep 21, 2024
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
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
NEXT_PUBLIC_APP_ENV: 'test'
NEXT_PUBLIC_CHAIN_ID: ${{ matrix.chain-id }}
NEXT_TELEMETRY_DISABLED: 1
# Tron
NEXT_PUBLIC_TRON_PRO_API_KEY: ${{ secrets.NEXT_PUBLIC_TRON_PRO_API_KEY }}
BITQUERY_API_KEY: ${{ secrets.BITQUERY_API_KEY }}
BITQUERY_BEARER_TOKEN: ${{ secrets.BITQUERY_BEARER_TOKEN }}

- name: Upload test results
if: always()
Expand Down
1 change: 0 additions & 1 deletion apps/tron/.env.example

This file was deleted.

Empty file removed apps/tron/.env.test
Empty file.
4 changes: 0 additions & 4 deletions apps/tron/.eslintrc.js

This file was deleted.

22 changes: 0 additions & 22 deletions apps/tron/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions apps/tron/next.config.mjs

This file was deleted.

60 changes: 0 additions & 60 deletions apps/tron/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions apps/tron/postcss.config.js

This file was deleted.

109 changes: 0 additions & 109 deletions apps/tron/src/app/header.tsx

This file was deleted.

70 changes: 0 additions & 70 deletions apps/tron/src/app/layout.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions apps/tron/src/app/providers.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions apps/tron/src/app/swap/_components/widget.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions apps/tron/src/app/swap/page.tsx

This file was deleted.

Loading
Loading