Skip to content

Commit

Permalink
update bnb paylad
Browse files Browse the repository at this point in the history
  • Loading branch information
rustboyar committed Mar 6, 2024
1 parent 0651591 commit 40d9eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/20240227_Multi_SetPriceCapAdapters/SetPriceCapAdapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In some cases, the relation between an underlying asset and its correlated is di
| sAVAX | 10.1% | 14 days |
| stEUR | 9.26% | |

All stablecoins are capped at 4%.
All stablecoins are capped at 4%, except LUSD, which is capped at 10%.

Oracles will be updated using 'priceFeedsUpdates()' method of the Config Engine on every network. Below is the list of assets per network to be updated:

Expand All @@ -45,7 +45,7 @@ Oracles will be updated using 'priceFeedsUpdates()' method of the Config Engine
| Gnosis | wstETH, sDAI | USDC, xDAI |
| Base | wstETH, cbETH | USDC |
| Metis | | USDC, USDT, m.DAI |
| BNB | | USDC, USDT |
| BNB | | USDC, USDT, fdUSD |

# Security

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ library Payloads {
// https://gnosisscan.io/address/0x473e655bb3066326f7a5ffa5d3cccd6e0ef6f61e
address public constant GNOSIS = 0x473e655bb3066326F7a5FFA5D3cCcd6E0eF6F61e;

// https://bscscan.com/address/0x7525a45f37197dcb7c9e9e7e3a354dee81b1224b
address public constant BNB = 0x7525A45F37197DcB7C9e9E7E3a354DeE81b1224B;
// https://bscscan.com/address/0x2683f613a899694a8d8669243321541cbdc6a95b
address public constant BNB = 0x2683F613a899694a8d8669243321541CBdc6a95b;
}

/**
Expand Down

0 comments on commit 40d9eb5

Please sign in to comment.