Skip to content

Commit

Permalink
Fraxtal Feed Rate Providers
Browse files Browse the repository at this point in the history
Fixes #82
  • Loading branch information
mkflow27 committed Jun 12, 2024
1 parent 3c8ca80 commit 74d4b33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions rate-providers/FraxtalPriceFeedProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
- [Frax audits](https://docs.frax.finance/other/audits#id-2024)

## Context
Frax has developed a set of Bridge contracts, which provide Price Data on Fraxtal. The contract setup consists of a `TransportOracle`, `MerleProofPriceSource,
`TimeLock`, `StateRootOracle` and a eoa sending price data updates via a merkle proof. The `TransportOracle` contracts adhere to the
ChainLinkPrice feed Interface and therefor the `ChainlinkRateProviderFactory` can be used to access price data on Fraxtal.
Frax has developed a set of bridge contracts which provide price data on Fraxtal. The contract setup consists of a `TransportOracle`, `MerleProofPriceSource`,
`TimeLock`, `StateRootOracle` and an eoa sending price data updates via a merkle proof. The `TransportOracle` contracts adhere to the
ChainLinkPrice feed Interface and thus the `ChainlinkRateProviderFactory` can be used to access price data on Fraxtal.


## Review Checklist: Bare Minimum Compatibility
Expand Down
8 changes: 4 additions & 4 deletions rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@
},
"fraxtal": {
"0x3893E8e1584fF73188034D37Fc6B7d41A255E570": {
"asset": "",
"asset": "0xfc00000000000000000000000000000000000008",
"name": "ChainlinkRateProvider",
"summary": "safe",
"review": "./FraxtalPriceFeedProvider.md",
Expand All @@ -1045,7 +1045,7 @@
]
},
"0x95eedc9d10B6964a579948Fd717D34F45E15C0C6": {
"asset": "",
"asset": "0x09eadcbaa812a4c076c3a6cde765dc4a22e0d775",
"name": "ChainlinkRateProvider",
"summary": "safe",
"review": "./FraxtalPriceFeedProvider.md",
Expand All @@ -1059,7 +1059,7 @@
]
},
"0x761efEF0347E23e2e75907A6e2df0Bbc6d3A3F38": {
"asset": "",
"asset": "0xfc00000000000000000000000000000000000005",
"name": "ChainlinkRateProvider",
"summary": "safe",
"review": "./FraxtalPriceFeedProvider.md",
Expand All @@ -1073,7 +1073,7 @@
]
},
"0x99D033888aCe9d8E01F793Cf85AE7d4EA56494F9": {
"asset": "",
"asset": "0x211cc4dd073734da055fbf44a2b4667d5e5fe5d2",
"name": "ChainlinkRateProvider",
"summary": "safe",
"review": "./FraxtalPriceFeedProvider.md",
Expand Down

0 comments on commit 74d4b33

Please sign in to comment.