-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bootstrap AMM liquidity pool * Adjust LP info * Set links * Add LP contract * Show round 0 txs * Adjust balances and allowance * New LP contract * Fix round end, change copy * Add validation for staked Thales * Adjust mobile, change labels * All max allowance tooltip * Remove filtering per round for Your transactions * New LP contract * New icon for LP * Add copy * Adjust external links * Set height for buttons * Add LP for OP mainnet * Fix typo * Update description * Handle not connected wallet * Set LP for Arbitrum * Update text * Set right formatting * Fix approval logic on Arbitrum * Remove console.log * Update copy
- Loading branch information
1 parent
162dd67
commit 0dcb008
Showing
41 changed files
with
3,547 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export enum LiquidityPoolTab { | ||
DEPOSIT = 'deposit', | ||
WITHDRAW = 'withdraw', | ||
} | ||
|
||
export enum LiquidityPoolTransaction { | ||
USER_TRANSACTIONS = 'user-transactions', | ||
YOUR_TRANSACTIONS = 'your-transactions', | ||
} | ||
|
||
export enum LiquidityPoolPnlType { | ||
PNL_PER_ROUND = 'pnl-per-round', | ||
CUMULATIVE_PNL = 'cumulative-pnl', | ||
} |
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.