Skip to content

Commit

Permalink
Add Frax Config
Browse files Browse the repository at this point in the history
  • Loading branch information
corddry committed Feb 4, 2022
1 parent 0e1af37 commit ba9b707
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions networks/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
"GovernorBravoDelegateG1": "0xAAAaaAAAaaaa8FdB04F544F4EEe52939CddCe378",
"GovernorBravoDelegate": "0x563a63d650a5d259abae9248dddc6867813d3f87",
"FRAX": "0x853d955acef822db058eb8505911ed77f175b99e",
"cFRAX": "0x1ddaafee72ffc6cd60368f17ceb376692f69515f"
"cFRAX": "0xe7373A0D692F60400AF4A5ac6dfB927840414F86",
"cFRAXDelegate": "0xa035b9e130f2b1aedc733eefb1c67ba4c503491f",
"Proposal84PriceFeed": "0xA469ddB19F903F4de66FdAE32Eb0d5a87C3826b3"
},
"Blocks": {
"cAAVEDelegate": 12654137,
Expand Down Expand Up @@ -164,7 +166,9 @@
"GovernorBravoDelegator": 12006099,
"GovernorBravoDelegateG1": 12005518,
"GovernorBravoDelegate": 13170179,
"cFRAX": 13860573
"cFRAX": 14137842,
"cFRAXDelegate": 12654137,
"Proposal84PriceFeed": 14138152
},
"PriceData": {
"description": "Open Oracle Price Data",
Expand Down Expand Up @@ -520,6 +524,11 @@
"address": "0xa035b9e130f2b1aedc733eefb1c67ba4c503491f",
"contract": "CErc20Delegate",
"description": "Standard CErc20 Delegate"
},
"cFRAXDelegate": {
"address": "0xa035b9e130f2b1aedc733eefb1c67ba4c503491f",
"contract": "CErc20Delegate",
"description": "Standard CErc20 Delegate"
}
},
"cTokens": {
Expand Down Expand Up @@ -692,9 +701,9 @@
"symbol": "cFRAX",
"decimals": 8,
"underlying": "0x853d955acef822db058eb8505911ed77f175b99e",
"contract": "CErc20",
"initial_exchange_rate_mantissa": "2000000000000000000",
"address": "0x1ddaAfEe72Ffc6Cd60368f17cEB376692F69515F"
"contract": "CErc20Delegator",
"initial_exchange_rate_mantissa": "200000000000000000000000000",
"address": "0xe7373A0D692F60400AF4A5ac6dfB927840414F86"
}
},
"InterestRateModel": {
Expand Down

0 comments on commit ba9b707

Please sign in to comment.