Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee896a9

Browse files
WaDadidouomniwiredn0izn0izhthieu1110
authoredApr 4, 2023
feat: osmosis swap (#466)
* feat: swap osmosis * Optimize Osmosis illustration asset * Optimize NFT placeholder asset * Update packages/components/CurrencyIcon.tsx Co-authored-by: n0izn0iz <n0izn0iz@users.noreply.github.com> * fix: submit fixes for PR review * fix: yarn-install * fix: fix after rebase * fix: fixes after rebase and rollback on forwardRef in TextInputCustom * wip: disable feature and try to find what causes "out of memory" build issue * wip: enable feature * chore: add generated network.json * wip: test fixing out of memory * fix: make networks.json * Lazy load components * [big] Fix Lint issues Import order Lazy load components * yarn files test * fix npx ts-node packages/scripts/validateNetworks.ts * fix Cannot find module '/home/runner/work/teritori-dapp/teritori-dapp/.yarn/releases/yarn-3.5.0.cjs' * fix Cannot find module '/home/runner/work/teritori-dapp/teritori-dapp/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs' * fix: test updated deps * Revert "fix: test updated deps" * Fix: swap view instead of swap modal, some fixes * run make generate.contracts-clients * fix: fix white screen related to useRewards * fix: limiting networks * fix conflicts with main --------- Co-authored-by: Eng. Juan Combetto <omniwired@gmail.com> Co-authored-by: n0izn0iz <n0izn0iz@users.noreply.github.com> Co-authored-by: yo1110 <tronghieu.ha@gmail.com> Co-authored-by: Juan Manuel Combetto <omniwired@users.noreply.github.com>
1 parent 0afd503 commit ee896a9

File tree

240 files changed

+34991
-22455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+34991
-22455
lines changed
 

‎.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PRICES_DB_PASSWORD=magic
2828

2929
PRICES_SERVICE_URI=prices.mainnet.teritori.com:443
3030

31-
DISPLAYED_NETWORKS_IDS=teritori,teritori-testnet,ethereum,ethereum-goerli,cosmos-hub,juno,osmosis,solana
32-
SELECTABLE_NETWORKS_IDS=teritori,teritori-testnet,ethereum,ethereum-goerli
31+
DISPLAYED_NETWORKS_IDS=teritori,teritori-testnet,ethereum,ethereum-goerli,cosmos-hub,juno,osmosis,osmosis-testnet,solana
32+
SELECTABLE_NETWORKS_IDS=teritori,teritori-testnet,ethereum,ethereum-goerli,osmosis,osmosis-testnet
3333

3434
PINATA_JWT=your_pinata_admin_jwt_key_here

‎.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.yarn/** linguist-vendored
2+
/.yarn/releases/* binary
3+
/.yarn/plugins/**/* binary
4+
/.pnp.* binary linguist-generated

0 commit comments

Comments
 (0)
Please sign in to comment.