-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: package update * feat: gnosis market * feat: frozen and paused flags
- Loading branch information
1 parent
58b1bcc
commit 209301d
Showing
7 changed files
with
84 additions
and
63 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 |
---|---|---|
@@ -1,54 +1,54 @@ | ||
interface Aavev2 { | ||
symbol: string, | ||
canCollateral: string, | ||
LTV: string, | ||
liqThereshold: string, | ||
liqBonus: string, | ||
reserveFactor: string, | ||
canBorrow: string, | ||
optimalUtilization: string, | ||
varBorrowRate: string, | ||
canBorrowStable: string, | ||
stableBorrowRate: string, | ||
shareOfStableRate: string, | ||
assetLink: string, | ||
symbol: string; | ||
frozen: string; | ||
paused: string; | ||
canCollateral: string; | ||
LTV: string; | ||
liqThereshold: string; | ||
liqBonus: string; | ||
reserveFactor: string; | ||
canBorrow: string; | ||
optimalUtilization: string; | ||
varBorrowRate: string; | ||
canBorrowStable: string; | ||
stableBorrowRate: string; | ||
shareOfStableRate: string; | ||
assetLink: string; | ||
} | ||
|
||
interface Aavev3 { | ||
symbol: string, | ||
canCollateral: string, | ||
LTV: string, | ||
liqThereshold: string, | ||
liqBonus: string, | ||
reserveFactor: string, | ||
canBorrow: string, | ||
optimalUtilization: string, | ||
varBorrowRate: string, | ||
canBorrowStable: string, | ||
stableBorrowRate: string, | ||
shareOfStableRate: string, | ||
debtCeiling: string, | ||
supplyCap: string, | ||
borrowCap: string, | ||
eModeLtv: string | ||
eModeLiquidationThereshold: string, | ||
eModeLiquidationBonus: string, | ||
assetLink: string, | ||
symbol: string; | ||
frozen: string; | ||
paused: string; | ||
canCollateral: string; | ||
LTV: string; | ||
liqThereshold: string; | ||
liqBonus: string; | ||
reserveFactor: string; | ||
canBorrow: string; | ||
optimalUtilization: string; | ||
varBorrowRate: string; | ||
canBorrowStable: string; | ||
stableBorrowRate: string; | ||
shareOfStableRate: string; | ||
debtCeiling: string; | ||
supplyCap: string; | ||
borrowCap: string; | ||
eModeLtv: string; | ||
eModeLiquidationThereshold: string; | ||
eModeLiquidationBonus: string; | ||
assetLink: string; | ||
} | ||
|
||
interface Benqi { | ||
symbol: string, | ||
collateralFactor: string, | ||
reserveFactor: string, | ||
closeFactor: string, | ||
liquidationIncentive: string, | ||
assetLink?: string | ||
symbol: string; | ||
collateralFactor: string; | ||
reserveFactor: string; | ||
closeFactor: string; | ||
liquidationIncentive: string; | ||
assetLink?: string; | ||
} | ||
|
||
export type assetType = (Aavev2 | Aavev3 | Benqi) | ||
export type assetType = Aavev2 | Aavev3 | Benqi; | ||
|
||
export type { | ||
Aavev2, | ||
Aavev3, | ||
Benqi | ||
} | ||
export type { Aavev2, Aavev3, Benqi }; |
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
209301d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
config-experiment – ./
config-experiment-avara-aave.vercel.app
www.config.fyi
config-experiment.vercel.app
config-experiment-git-master-avara-aave.vercel.app
config.fyi