-
Notifications
You must be signed in to change notification settings - Fork 148
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
Add WMATIC market to polygon network #906
base: main
Are you sure you want to change the base?
Add WMATIC market to polygon network #906
Conversation
"indexScale": "1e15", | ||
"baseSupplySpeed": "34722222222", | ||
"baseBorrowSpeed": "0", | ||
"baseMinForRewards": "TBD" |
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.
10000e18
- means, that COMP incentivization turns on when supplies/borrowed more than 10000 of Matic
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.
}, | ||
"tracking": { | ||
"indexScale": "1e15", | ||
"baseSupplySpeed": "34722222222", |
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.
0
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.
"governor": "0xCC3E7c85Bb0EE4f09380e041fee95a0caeDD4a02", | ||
"pauseGuardian": "0x8Ab717CAC3CbC4934E63825B88442F5810aAF6e5", | ||
"storeFrontPriceFactor": "TBD", | ||
"targetReserves": "TBD", |
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.
Find this value in recommendation post
"borrowMin": "1e18", | ||
"governor": "0xCC3E7c85Bb0EE4f09380e041fee95a0caeDD4a02", | ||
"pauseGuardian": "0x8Ab717CAC3CbC4934E63825B88442F5810aAF6e5", | ||
"storeFrontPriceFactor": "TBD", |
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.
Find this value in recommendation post
}, | ||
"rewardTokenAddress": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c", | ||
"assets": { | ||
"MaticX": { |
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.
Is there only 1 collateral?
No description provided.