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

[WIP] F/next #421

Open
wants to merge 149 commits into
base: f/redesign
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
149 commits
Select commit Hold shift + click to select a range
683df7b
switched to Next.js
jarbacoa May 24, 2021
f005e1e
move login function to separate component only fired on client-side
jarbacoa May 24, 2021
2d05c4b
rebuilding the layout
jarbacoa May 24, 2021
09fbd2e
remove Footer
jarbacoa May 25, 2021
115248c
add shared layout
jarbacoa May 25, 2021
f0c20d6
replace next router into RarIContext and updated Auth.tsx
jarbacoa May 25, 2021
dc35d80
move static assets
jarbacoa May 25, 2021
8ec00ea
remove references to Header component
jarbacoa May 25, 2021
038fcf8
remove pwa and update header
jarbacoa May 25, 2021
8be5082
homepag eworks
jarbacoa May 25, 2021
522f075
minor edits to homepage
jarbacoa May 25, 2021
3fb2e32
moved fonts to public/static
jarbacoa May 25, 2021
de3e497
remove unused pkg
jarbacoa May 25, 2021
0460fe4
builds
jarbacoa May 25, 2021
5f53869
update web3Providers
jarbacoa May 26, 2021
e94df61
small
jarbacoa May 27, 2021
3e89e9f
ported buttered-chakra to chakraUtils and added SSR fix
jarbacoa May 27, 2021
ea1049f
basic fuse pools page renderable
jarbacoa May 27, 2021
b5ad255
Fuse stuff on the way
jarbacoa May 27, 2021
a782a7e
pool2 and tranches page ported
jarbacoa May 27, 2021
1a7168f
positions page ported - need to fix address query bug
jarbacoa May 27, 2021
1640734
Pools Page + Dynamically loaded charts refactor
jarbacoa May 28, 2021
f5aa398
add next-pwa
jarbacoa May 28, 2021
6e2b16c
removed all instances of react-router-dom and updated with next/router
jarbacoa May 28, 2021
b4eb77f
yup
jarbacoa May 28, 2021
adbf3a1
useWindowSize default to desktop
jarbacoa May 30, 2021
5833472
added Next.js api routes
jarbacoa May 31, 2021
d1e96aa
remove original serverless functions
jarbacoa Jun 1, 2021
cda0ced
remove stray logs. api routes work fine here
jarbacoa Jun 2, 2021
7778ba5
added token details page
jarbacoa Jun 4, 2021
a7ca8db
fuse pool info page
jarbacoa Jun 3, 2021
890af8b
Fuse Pool Info Page
jarbacoa Jun 4, 2021
ff017cd
chart wip
jarbacoa Jun 5, 2021
49460a8
tiny build err
jarbacoa Jun 5, 2021
054fde0
(wip) chart working
jarbacoa Jun 6, 2021
04585cd
small build err
jarbacoa Jun 6, 2021
335b5ab
changed to recharts
jarbacoa Jun 6, 2021
7628e7a
stray log
jarbacoa Jun 6, 2021
adc7b2a
cleaned up some components while investigating build size
jarbacoa Jun 6, 2021
8078403
colored charts
jarbacoa Jun 6, 2021
5f7701c
market intervals on chart
jarbacoa Jun 6, 2021
04117d0
overflow scroll on mob
jarbacoa Jun 6, 2021
21ea3ad
chart module complete
jarbacoa Jun 7, 2021
9b911fd
Asset Opportunities module begun with Fuse Pools
jarbacoa Jun 8, 2021
22a6931
Tranches Opportunity Module
jarbacoa Jun 10, 2021
bb72618
Starting Earn Opportunities
jarbacoa Jun 10, 2021
e593a8f
Vaults Opportunities Module works
jarbacoa Jun 10, 2021
4b652fc
Navigation Color Scheme
jarbacoa Jun 11, 2021
d310aca
Trending Opportunities and Foursquare
jarbacoa Jun 14, 2021
b13772a
balance module
jarbacoa Jun 14, 2021
1559872
Ad mocked up
jarbacoa Jun 14, 2021
dd62b1a
new icons, Internal Ad and small styling
jarbacoa Jun 15, 2021
58cc242
smol build err
jarbacoa Jun 15, 2021
7e83748
Begin History and Foursquare
jarbacoa Jun 22, 2021
5a8da0d
AssetHistory component
jarbacoa Jun 22, 2021
84b391e
"Borrow/Lend Module, updated `useFuseDataForAsset` to use address, re…
jarbacoa Jun 28, 2021
657dde4
fixed some bugs on TokenDetails page
jarbacoa Jun 29, 2021
dd6d7d2
Patch BorrowLend box for now
jarbacoa Jun 29, 2021
d23a3b4
fixed tokenBalance bug
jarbacoa Jun 29, 2021
01b2615
Explore Page Started
jarbacoa Jun 29, 2021
a1a54b3
fix BN Debug issue + LendBorrow input field
jarbacoa Jun 30, 2021
ec09d26
LendBorrowModule StatsDetails showing correct data
jarbacoa Jun 30, 2021
ab88e2b
Lend And Borrow Module works
jarbacoa Jul 1, 2021
6253497
Lend And Borrow Polish
jarbacoa Jul 2, 2021
9a7798a
Refactored Lend and Borrow into its own component
jarbacoa Jul 3, 2021
4d0c4f4
small bugs on Amount inputs
jarbacoa Jul 3, 2021
71d8986
Refactored Searchbar
jarbacoa Jul 5, 2021
4d5655b
Explore Page Mocked Up
jarbacoa Jul 6, 2021
c3bb919
builds
jarbacoa Jul 8, 2021
515fa54
basic search working
jarbacoa Jul 8, 2021
6488de1
basic search working
jarbacoa Jul 8, 2021
d1be950
lets go baby search assets works fully
jarbacoa Jul 8, 2021
54e4085
refactored api routes for search and explore
jarbacoa Jul 11, 2021
c79d8bf
removed logs
jarbacoa Jul 11, 2021
e389223
updated package-lock
jarbacoa Jul 12, 2021
57b808e
mild edits & upgrade to canary in preparation for i18n
jarbacoa Jul 12, 2021
e0d2656
locales test
jarbacoa Jul 12, 2021
ef82a11
trying out next-i18nnext
jarbacoa Jul 12, 2021
c125158
canary version of next requires a new eslint-next package
jarbacoa Jul 12, 2021
570a53d
some eslint fixes
jarbacoa Jul 12, 2021
0d43873
remove react-i18n
jarbacoa Jul 12, 2021
67b97e8
explore page grid + api route
jarbacoa Jul 12, 2021
7afb585
tiny updates
jarbacoa Jul 12, 2021
bcaf561
colors and hovers
jarbacoa Jul 12, 2021
eda4eca
add localePath to i18n config
jarbacoa Jul 12, 2021
822f20e
udpated sdks and earn vaults
jarbacoa Jul 13, 2021
d303374
tiny Vault UI fix
jarbacoa Jul 13, 2021
46f2f83
Navigation Refactors
jarbacoa Jul 13, 2021
9e320ca
touchups on LendBorrow module
jarbacoa Jul 13, 2021
cc464ba
Update web3Providers.ts
transmissions11 Jul 13, 2021
f241241
remove stray log
jarbacoa Jul 13, 2021
4881ad4
Merge branch 'f/next' of github.com:Rari-Capital/rari-dApp into f/next
jarbacoa Jul 13, 2021
2aa8137
trying this out - small fixes + tokenDetails fix
jarbacoa Jul 15, 2021
cd6cc95
center spinner market chart
jarbacoa Jul 15, 2021
0f5d45a
router bug tokendetails
jarbacoa Jul 15, 2021
5959e8d
remove log
jarbacoa Jul 15, 2021
e34496e
reorg - moved sdks and chakraUtils into `lib`
jarbacoa Jul 19, 2021
ae2c412
moved sdks and chakraUtils into `lib`
jarbacoa Jul 19, 2021
9aaed00
fuse pools api routes
jarbacoa Jul 20, 2021
c902b52
api error handling bug
jarbacoa Jul 20, 2021
37e5644
remove log api route
jarbacoa Jul 20, 2021
fbc473c
GET all fuse pools endpt
jarbacoa Jul 20, 2021
3cead26
Searchbar in progress and API route for Fuse TVL
jarbacoa Jul 21, 2021
2bf4cc1
cors fix hopefully
jarbacoa Jul 21, 2021
db58afb
tvl api route
jarbacoa Jul 21, 2021
ad9ebe2
build errs
jarbacoa Jul 21, 2021
fc4b188
update tvl endpt to include blockDate
jarbacoa Jul 22, 2021
b317276
tvl Range route
jarbacoa Jul 23, 2021
d46bad8
fix sort on api route
jarbacoa Jul 24, 2021
a93a508
add UserBalanceSchema
platocrat Aug 1, 2021
3d9f034
add blockNum param
platocrat Aug 1, 2021
c0c08ad
several bug fixes
platocrat Aug 1, 2021
02799f5
attempt at bug fix
platocrat Aug 1, 2021
4b3acc0
balances api takes blockNum param
jarbacoa Aug 2, 2021
deb6cd4
fetch balance at blockNum
jarbacoa Aug 2, 2021
4fe2742
pools api fix
jarbacoa Aug 2, 2021
13e889f
Update README.md
transmissions11 Aug 2, 2021
34eecf5
searchbar updates
jarbacoa Aug 2, 2021
00a5f61
Merge branch 'f/next' of github.com:Rari-Capital/rari-dApp into f/next
jarbacoa Aug 2, 2021
8938d5e
UI fixes to Explore + Search
jarbacoa Aug 3, 2021
2fcd665
UI fixes
jarbacoa Aug 3, 2021
8355d70
updated fuse pool on Homepage
jarbacoa Aug 3, 2021
73a0560
update web3provider
jarbacoa Aug 7, 2021
5b492e8
UI Cleanup + Switch to turboGeth
jarbacoa Aug 9, 2021
628e725
UI Cleanup + Turbogeth
jarbacoa Aug 9, 2021
bcb9f2d
Revamped Search To Account for current Account Balances
jarbacoa Aug 9, 2021
8536115
added redis to search and explore api routes
jarbacoa Aug 9, 2021
c9d01a9
InternalAd Works + MarketChart updates + remove Repay/Withdraw
jarbacoa Aug 10, 2021
578cfeb
remove withdraw/repay + add InternalAd + MarketChart cleanup
jarbacoa Aug 10, 2021
ee581db
tokenData
jarbacoa Aug 10, 2021
411007e
added bundle analyzer and green logo
jarbacoa Aug 16, 2021
e9b52cc
removed react-icons, torus and portis
jarbacoa Aug 16, 2021
f91c966
sure
jarbacoa Aug 16, 2021
3b30486
moved to yarn
jarbacoa Aug 16, 2021
3b72fc0
insert subgraph into Homepage and ExplorePage
jarbacoa Aug 16, 2021
1a977ba
insert gql into Homepage and Explorepage
jarbacoa Aug 16, 2021
a38553b
gql everything
jarbacoa Aug 17, 2021
7d4bc06
changes
jarbacoa Aug 17, 2021
46c6249
Update gql stuff
jarbacoa Aug 24, 2021
226465a
Updated GQL types and search endpoint
jarbacoa Aug 28, 2021
d2241ec
search stuff
jarbacoa Aug 28, 2021
97090e5
gql and api and stuff
jarbacoa Aug 29, 2021
fd44568
sortable tables
jarbacoa Aug 29, 2021
d5740cf
interest rates
jarbacoa Sep 1, 2021
67bfd4b
ui and backend work
jarbacoa Sep 2, 2021
954fd51
tiny stuff not important
jarbacoa Sep 8, 2021
b18637e
mobile nav
jarbacoa Sep 10, 2021
3e1c3de
new sdk new subgraph
jarbacoa Oct 28, 2021
402e3d3
fix shit
jarbacoa Oct 28, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,17 @@
/src/static/contracts/compiled/*.ts
/src/static/compiled/*.json

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand All @@ -30,6 +35,7 @@ cypress/screenshots
cypress/videos
cypress.env.json

# vercel
.now
.vercel
.env
Expand Down
262 changes: 262 additions & 0 deletions .public/locales/en/translation.json

Large diffs are not rendered by default.

262 changes: 262 additions & 0 deletions .public/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,262 @@
{
"Pool Assets": "__NOT_TRANSLATED__",
"Pool Directory": "__NOT_TRANSLATED__",
"Pool #": "__NOT_TRANSLATED__",
"Supplied": "__NOT_TRANSLATED__",
"Borrowed": "__NOT_TRANSLATED__",
"Risk Score": "__NOT_TRANSLATED__",
"Pool": "__NOT_TRANSLATED__",
"Tranches Directory": "__NOT_TRANSLATED__",
"Tranche": "__NOT_TRANSLATED__",
"SFI APY": "__NOT_TRANSLATED__",
"Total APY": "__NOT_TRANSLATED__",
"Whoops! Looks like something went wrong!": "__NOT_TRANSLATED__",
"You can either reload the page, or report this error to us on our": "__NOT_TRANSLATED__",
"Pool Number": "__NOT_TRANSLATED__",
"Total Supplied": "__NOT_TRANSLATED__",
"Total Borrowed": "__NOT_TRANSLATED__",
"Pool Risk Score": "__NOT_TRANSLATED__",
"Asset": "__NOT_TRANSLATED__",
"Current Utilization": "__NOT_TRANSLATED__",
"At risk positions are positions that are less than 110% collateralized.": "__NOT_TRANSLATED__",
"Liquidatable positions are positions less than 100% collateralized.": "__NOT_TRANSLATED__",
"At Risk Positions": "__NOT_TRANSLATED__",
"Liquidatable Positions": "__NOT_TRANSLATED__",
"Disable the switch to just view liquidatable positions.": "__NOT_TRANSLATED__",
"Enable the switch to view 'at risk' positions.": "__NOT_TRANSLATED__",
"Borrow Ratio": "__NOT_TRANSLATED__",
"Borrow Limit": "__NOT_TRANSLATED__",
"Limit Used": "__NOT_TRANSLATED__",
"Create Pool": "__NOT_TRANSLATED__",
"Name": "__NOT_TRANSLATED__",
"Oracle": "__NOT_TRANSLATED__",
"If enabled you will be able to limit the ability to supply to the pool to a select group of addresses. The pool will not show up on the 'all pools' list.": "__NOT_TRANSLATED__",
"Whitelisted": "__NOT_TRANSLATED__",
"The percent, ranging from 0% to 100%, of a liquidatable account's borrow that can be repaid in a single liquidate transaction. If a user has multiple borrowed assets, the closeFactor applies to any single borrowed asset, not the aggregated value of a user’s outstanding borrowing. Compound's close factor is 50%.": "__NOT_TRANSLATED__",
"Close Factor": "__NOT_TRANSLATED__",
"The additional collateral given to liquidators as an incentive to perform liquidation of underwater accounts. For example, if the liquidation incentive is 10%, liquidators receive an extra 10% of the borrowers collateral for every unit they close. Compound's liquidation incentive is 8%.": "__NOT_TRANSLATED__",
"Liquidation Incentive": "__NOT_TRANSLATED__",
"Create": "__NOT_TRANSLATED__",
"Already added:": "__NOT_TRANSLATED__",
"There are no assets in this pool.": "__NOT_TRANSLATED__",
"Pool {{num}} Configuration": "__NOT_TRANSLATED__",
"Assets:": "__NOT_TRANSLATED__",
"None": "__NOT_TRANSLATED__",
"Whitelist": "__NOT_TRANSLATED__",
"Upgradeable": "__NOT_TRANSLATED__",
"Renounce Ownership": "__NOT_TRANSLATED__",
"Admin Rights Disabled": "__NOT_TRANSLATED__",
"Assets Configuration": "__NOT_TRANSLATED__",
"Save": "__NOT_TRANSLATED__",
"Add Asset": "__NOT_TRANSLATED__",
"Pool {{num}} Info": "__NOT_TRANSLATED__",
"Metrics": "__NOT_TRANSLATED__",
"Edit": "__NOT_TRANSLATED__",
"Available Liquidity": "__NOT_TRANSLATED__",
"Pool Utilization": "__NOT_TRANSLATED__",
"Admin (copied!)": "__NOT_TRANSLATED__",
"Admin (click to copy)": "__NOT_TRANSLATED__",
"Platform Fee": "__NOT_TRANSLATED__",
"Average Admin Fee": "__NOT_TRANSLATED__",
"Unrecognized Oracle": "__NOT_TRANSLATED__",
"Pool {{num}}'s {{token}} Stats": "__NOT_TRANSLATED__",
"No graph is available for this asset's interest curves.": "__NOT_TRANSLATED__",
"Collateral Factor": "__NOT_TRANSLATED__",
"Reserve Factor": "__NOT_TRANSLATED__",
"Utilization": "__NOT_TRANSLATED__",
"Keep this bar from filling up to avoid being liquidated!": "__NOT_TRANSLATED__",
"This is how much you have borrowed.": "__NOT_TRANSLATED__",
"If your borrow amount reaches this value, you will be liquidated.": "__NOT_TRANSLATED__",
"Supply Balance:": "__NOT_TRANSLATED__",
"APY/WPY": "__NOT_TRANSLATED__",
"Balance": "__NOT_TRANSLATED__",
"Collateral": "__NOT_TRANSLATED__",
"Borrow Balance:": "__NOT_TRANSLATED__",
"APR/WPR": "__NOT_TRANSLATED__",
"Liquidity": "__NOT_TRANSLATED__",
"Liquidity is the amount of this asset that is available to borrow (unborrowed). To see how much has been supplied and borrowed in total, navigate to the Pool Info tab.": "__NOT_TRANSLATED__",
"Fuse": "__NOT_TRANSLATED__",
"There's {{tvl}} supplied to Fuse, the first truly open interest rate protocol. Lend, borrow, and create isolated lending markets with unlimited flexibility.": "__NOT_TRANSLATED__",
"Your Supply Balance": "__NOT_TRANSLATED__",
"Your Borrow Balance": "__NOT_TRANSLATED__",
"Total Value Supplied Across Fuse": "__NOT_TRANSLATED__",
"Search:": "__NOT_TRANSLATED__",
"Try searching for USDC": "__NOT_TRANSLATED__",
"All Pools": "__NOT_TRANSLATED__",
"My Pools": "__NOT_TRANSLATED__",
"Created Pools": "__NOT_TRANSLATED__",
"Liquidations": "__NOT_TRANSLATED__",
"Pool #{{poolId}}": "__NOT_TRANSLATED__",
"Pool #{{poolId}} Info": "__NOT_TRANSLATED__",
"New Pool": "__NOT_TRANSLATED__",
"Collateral factor can range from 0-90%, and represents the proportionate increase in liquidity (borrow limit) that an account receives by depositing the asset.": "__NOT_TRANSLATED__",
"The fraction of interest generated on a given asset that is routed to the asset's Reserve Pool. The Reserve Pool protects lenders against borrower default and liquidation malfunction.": "__NOT_TRANSLATED__",
"The fraction of interest generated on a given asset that is routed to the asset's admin address as a fee.": "__NOT_TRANSLATED__",
"Admin Fee": "__NOT_TRANSLATED__",
"The interest rate model chosen for an asset defines the rates of interest for borrowers and suppliers at different utilization levels.": "__NOT_TRANSLATED__",
"Interest Model": "__NOT_TRANSLATED__",
"Confirm": "__NOT_TRANSLATED__",
"Token Address: 0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX": "__NOT_TRANSLATED__",
"Enter a valid amount to supply.": "__NOT_TRANSLATED__",
"Enter a valid amount to borrow.": "__NOT_TRANSLATED__",
"Enter a valid amount to withdraw.": "__NOT_TRANSLATED__",
"Enter a valid amount to repay.": "__NOT_TRANSLATED__",
"Loading your balance of {{token}}...": "__NOT_TRANSLATED__",
"You don't have enough {{token}}!": "__NOT_TRANSLATED__",
"You don't have enough {{token}} or are over-repaying!": "__NOT_TRANSLATED__",
"You cannot withdraw this much!": "__NOT_TRANSLATED__",
"You cannot borrow this much!": "__NOT_TRANSLATED__",
"Check your wallet to submit the transactions": "__NOT_TRANSLATED__",
"Do not close this tab until you submit all transactions!": "__NOT_TRANSLATED__",
"Enable As Collateral": "__NOT_TRANSLATED__",
"Supply": "__NOT_TRANSLATED__",
"Withdraw": "__NOT_TRANSLATED__",
"Borrow": "__NOT_TRANSLATED__",
"Repay": "__NOT_TRANSLATED__",
"Supply Balance": "__NOT_TRANSLATED__",
"Supply APY": "__NOT_TRANSLATED__",
"Borrow APR": "__NOT_TRANSLATED__",
"Debt Balance": "__NOT_TRANSLATED__",
"MAX": "__NOT_TRANSLATED__",
"Rari Governance Token Price": "__NOT_TRANSLATED__",
"RGT Supply": "__NOT_TRANSLATED__",
"RGT Balance (Claimed)": "__NOT_TRANSLATED__",
"Total Value Locked": "__NOT_TRANSLATED__",
"Account Balance": "__NOT_TRANSLATED__",
"Your balance in this pool": "__NOT_TRANSLATED__",
"Extra returns from $RGT": "__NOT_TRANSLATED__",
"Access": "__NOT_TRANSLATED__",
"You may experience divergence loss when depositing stablecoins into the Yield Pool that are above their peg at the time of deposit. The Yield Pool is composed of various stablecoins which shift in value, causing your balance to fluctuate.": "__NOT_TRANSLATED__",
"Interest Earned": "__NOT_TRANSLATED__",
"Latest Rari News": "__NOT_TRANSLATED__",
"Enter a valid amount to deposit.": "__NOT_TRANSLATED__",
"You don't have enough {{token}}.": "__NOT_TRANSLATED__",
"Click confirm to continue!": "__NOT_TRANSLATED__",
"Do not close this tab until you submit both transactions!": "__NOT_TRANSLATED__",
"You may close this tab after submitting the transaction.": "__NOT_TRANSLATED__",
"Deposit": "__NOT_TRANSLATED__",
"Options": "__NOT_TRANSLATED__",
"Want to withdraw?": "__NOT_TRANSLATED__",
"Want to deposit?": "__NOT_TRANSLATED__",
"Sushiswap LP Rewards": "__NOT_TRANSLATED__",
"Earn additional rewards for providing RGT liquidity on Sushiswap!": "__NOT_TRANSLATED__",
"RGT-ETH Pool": "__NOT_TRANSLATED__",
"Provide liquidity to the RGT-ETH pool to acquire LP tokens": "__NOT_TRANSLATED__",
"here": "__NOT_TRANSLATED__",
"and stake them for extra rewards!": "__NOT_TRANSLATED__",
"Total Staked (USD)": "__NOT_TRANSLATED__",
"Bonus Rewards End": "__NOT_TRANSLATED__",
"Bonus Rewards Begin": "__NOT_TRANSLATED__",
"Your Balance": "__NOT_TRANSLATED__",
"RGT Earned": "__NOT_TRANSLATED__",
"Claim RGT": "__NOT_TRANSLATED__",
"Deposit your LP tokens here to earn bonus RGT rewards!": "__NOT_TRANSLATED__",
"Current APY": "__NOT_TRANSLATED__",
"APY Based On Returns From": "__NOT_TRANSLATED__",
"This Month": "__NOT_TRANSLATED__",
"Extra yield from $RGT": "__NOT_TRANSLATED__",
"This Week": "__NOT_TRANSLATED__",
"Compare Returns": "__NOT_TRANSLATED__",
"Token Allocation": "__NOT_TRANSLATED__",
"Recent Trades": "__NOT_TRANSLATED__",
"Moved": "__NOT_TRANSLATED__",
"View Transaction History": "__NOT_TRANSLATED__",
"Strategy Allocation": "__NOT_TRANSLATED__",
"Currently earning": "__NOT_TRANSLATED__",
"Week": "__NOT_TRANSLATED__",
"Month": "__NOT_TRANSLATED__",
"Year": "__NOT_TRANSLATED__",
"Max": "__NOT_TRANSLATED__",
"Choose which token you want to deposit.": "__NOT_TRANSLATED__",
"Choose which token you want to withdraw.": "__NOT_TRANSLATED__",
"You cannot withdraw this much {{token}}.": "__NOT_TRANSLATED__",
"This pool has withdrawal & interest fees. Click to learn more.": "__NOT_TRANSLATED__",
"This pool has performance fees. Click to learn more.": "__NOT_TRANSLATED__",
"Click review + confirm to withdraw!": "__NOT_TRANSLATED__",
"High slippage of {{formattedSlippage}} for {{token}}, do you still wish to continue with this transaction?": "__NOT_TRANSLATED__",
"Prices and/or slippage have changed. Please reload the page and try again. If the problem persists, please contact us.": "__NOT_TRANSLATED__",
"Check your wallet to submit the transaction": "__NOT_TRANSLATED__",
"Do not increase the price of gas more than 1.5x the prefilled amount!": "__NOT_TRANSLATED__",
"Review": "__NOT_TRANSLATED__",
"You may experience divergence loss in this pool. Click for more info.": "__NOT_TRANSLATED__",
"You will deposit {{amount}}. Click confirm to approve.": "__NOT_TRANSLATED__",
"You will withdraw {{amount}} before fees. Click confirm to approve.": "__NOT_TRANSLATED__",
"You will withdraw {{amount}}. Click confirm to approve.": "__NOT_TRANSLATED__",
"Select A Token": "__NOT_TRANSLATED__",
"Try searching for 'USDC'": "__NOT_TRANSLATED__",
"APY": "__NOT_TRANSLATED__",
"Deposits": "__NOT_TRANSLATED__",
"Interest": "__NOT_TRANSLATED__",
"Growth": "__NOT_TRANSLATED__",
"Total": "__NOT_TRANSLATED__",
"Borrows": "__NOT_TRANSLATED__",
"Lend APY": "__NOT_TRANSLATED__",
"Net Balance": "__NOT_TRANSLATED__",
"Debt": "__NOT_TRANSLATED__",
"Est. SFI Earnings": "__NOT_TRANSLATED__",
"DAI-S": "__NOT_TRANSLATED__",
"DAI": "__NOT_TRANSLATED__",
"N/A": "__NOT_TRANSLATED__",
"DAI-A": "__NOT_TRANSLATED__",
"Pool2": "__NOT_TRANSLATED__",
"RGT-ETH": "__NOT_TRANSLATED__",
"RGT": "__NOT_TRANSLATED__",
"Product": "__NOT_TRANSLATED__",
"You need {{sfiMissing}} more SFI to deposit (1 SFI : {{sfiRatio}} {{tranchePool}})": "__NOT_TRANSLATED__",
"{{trancheRating}} Tranche Deposit": "__NOT_TRANSLATED__",
"Tranches": "__NOT_TRANSLATED__",
"Saffron Finance has not been fully audited. Take caution when entering these tranches and do not deposit more than you are comfortable losing.": "__NOT_TRANSLATED__",
"Access Saffron Finance tranches through the Rari Capital interface!": "__NOT_TRANSLATED__",
"Tranche Details": "__NOT_TRANSLATED__",
"SFI and interest is distributed to LPs proportionally at the end of each epoch.": "__NOT_TRANSLATED__",
"Learn More": "__NOT_TRANSLATED__",
"Liquidity added to other tranches as needed.": "__NOT_TRANSLATED__",
"Reduced interest earned. Covered in case of failure by A tranche.": "__NOT_TRANSLATED__",
"10x interest earned. Cover provided to AA tranche in case of failure.": "__NOT_TRANSLATED__",
"Deposits are locked until the end of each 2 week epoch.": "__NOT_TRANSLATED__",
"SFI staking is required to enter the A tranche!": "__NOT_TRANSLATED__",
"Your balance in this tranche": "__NOT_TRANSLATED__",
"Epoch {{epoch}} Redemption Date": "__NOT_TRANSLATED__",
"Withdraw From Past Epochs": "__NOT_TRANSLATED__",
"Principal Amount": "__NOT_TRANSLATED__",
"Estimated SFI Earnings": "__NOT_TRANSLATED__",
"Current SFI Price": "__NOT_TRANSLATED__",
"SFI Pool Distributions": "__NOT_TRANSLATED__",
"Buy Crypto": "__NOT_TRANSLATED__",
"Connect": "__NOT_TRANSLATED__",
"Account": "__NOT_TRANSLATED__",
"Switch Wallet": "__NOT_TRANSLATED__",
"Disconnect": "__NOT_TRANSLATED__",
"Docs": "__NOT_TRANSLATED__",
"Notion": "__NOT_TRANSLATED__",
"Audit": "__NOT_TRANSLATED__",
"Version": "__NOT_TRANSLATED__",
"Borrow Balance": "__NOT_TRANSLATED__",
"Borrow Credit": "__NOT_TRANSLATED__",
"Ratios": "__NOT_TRANSLATED__",
"Total Debt": "__NOT_TRANSLATED__",
"Fuse Pool": "__NOT_TRANSLATED__",
"Pool2 Rewards": "__NOT_TRANSLATED__",
"Yield Aggregator Rewards": "__NOT_TRANSLATED__",
"Private RGT": "__NOT_TRANSLATED__",
"Claimable RGT": "__NOT_TRANSLATED__",
"Claiming private RGT before October 20th, 2022 will result in a fraction of it being burned. This amount decreases from 100% linearly until the 20th when it will reach 0%.": "__NOT_TRANSLATED__",
"Claiming private RGT now will result in a {{amount}}% burn/takeback": "__NOT_TRANSLATED__",
"Home": "__NOT_TRANSLATED__",
"Explore": "__NOT_TRANSLATED__",
"Positions": "__NOT_TRANSLATED__",
"Products": "__NOT_TRANSLATED__",
"Governance": "__NOT_TRANSLATED__",
"This chart is generated using the APYs of each pool (shown at the bottom of this page). It introduces a random variance in the APY each day, with a max of 2x the current pool APY, and a minimum of 0% APY. It does not account for large changes in APY (greater than 2x), divergence loss in the Yield Pool, or take into account ETH price. The ETH Pool simulation is not denominated in ETH, instead it simulates returns on USD using the current APY of the ETH Pool. In the ETH pool you are exposed to the price movements of ETH (which is not shown or accounted for in this simulation).": "__NOT_TRANSLATED__",
"1 Year of Returns Simulated Using Current Yields": "__NOT_TRANSLATED__",
"Connect with a browser extension": "__NOT_TRANSLATED__",
"Scan with a wallet to connect": "__NOT_TRANSLATED__",
"Connect with your {{provider}} account": "__NOT_TRANSLATED__",
"ETH Pool": "__NOT_TRANSLATED__",
"Stable Pool": "__NOT_TRANSLATED__",
"Yield Pool": "__NOT_TRANSLATED__",
"Safe returns on ETH": "__NOT_TRANSLATED__",
"Safe returns on stablecoins": "__NOT_TRANSLATED__",
"High risk, high reward": "__NOT_TRANSLATED__",
"The Rari Protocol currently secures": "__NOT_TRANSLATED__"
}
Loading