forked from White-Whale-Defi-Platform/white-whale-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/terra classic integration (White-Whale-Defi-Platform#360)
* feat(terra-classic-integration): added chain config * feat(terra-classic-integration): added configs, logos and integrated tax calculation * feat(terra-classic-integration): link fixes and pool styling improvements * feat(terra-classic-integration): debug commit * feat(terra-classic-integration): debug commit * feat(terra-classic-integration): debug commit * feat(terra-classic-integration): debug commit * feat(terra-classic-integration): debug commit * feat(terra-classic-integration): debug commit * feat(terra-classic-integration): undo debug changes * feat(terra-classic-integration): swap tax calc * feat(terra-classic-integration): fixed ustc related operations * feat(terra-classic-integration): sorting by denoms in fees * feat(terra-classic-integration): enabled incentives and added fee calc for incentive creation * feat(terra-classic-integration): fix * feat(terra-classic-integration): removed cors header * Update networks.ts --------- Co-authored-by: Sen Com <[email protected]>
- Loading branch information
Showing
46 changed files
with
668 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"label": "Dashboard", | ||
"isExternal" : false, | ||
"link": "/dashboard" | ||
}, | ||
{ | ||
"label": "Trade", | ||
"isExternal" : false, | ||
"children": [ | ||
{ | ||
"label": "Swap", | ||
"link": "/swap" | ||
}, | ||
{ | ||
"label": "Pools", | ||
"link": "/pools" | ||
} | ||
] | ||
}, | ||
{ | ||
"label": "Bridge", | ||
"isExternal" : true, | ||
"link": "https://tfm.com/bridge" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.