Skip to content
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

Final dev upates #54

Merged
merged 6 commits into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/contracts/range-bound-stability.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RBS

Reference all the Range Bound contracts here

* V1 [0xE1e8...819E](https://etherscan.io/address/0xE1e83825613DE12E8F0502Da939523558f0B819E)
* RBS Operator [0xbb47...df3f](https://etherscan.io/address/0xbb47C3FFf4eF85703907d3ffca30de278b85df3f)
* Range Module [0xb212...3954](https://etherscan.io/address/0xb212D9584cfc56EFf1117F412Fe0bBdc53673954)
* Range Price Policy [0x9Ded...6880](https://etherscan.io/address/0x9Ded6A8B099c57BBEb9F81b76400a5a9C63a6880)
4 changes: 3 additions & 1 deletion docs/contracts/staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ The distributor contract receives minted OHM from the treasury in order to drip-
* V3 [0x73cf...bb1e](https://etherscan.io/address/0x73cfe6b116d161a2f9c165f7fc5270fb7dd2bb1e)
* V4 [0xc58e...3ce6](https://etherscan.io/address/0xc58e923bf8a00e4361fe3f4275226a543d7d3ce6)
* V5 [0xeeeb...2e05](https://etherscan.io/address/0xeeeb97A127a342656191E0313DF33D58D06B2E05)
* V6 [0x27e6...7866](https://etherscan.io/address/0x27e606fdb5C922F8213dC588A434BF7583697866)

## LP Staking

LP staking is deprecated. You can unstake your LP via Etherscan still.

* V1 [0xF11f...2223](https://etherscan.io/address/0xF11f0F078BfaF05a28Eac345Bb84fcb2a3722223)

## Staking
## OHM Staking

Prior to [V1.1 migration](https://olympusdao.medium.com/olympus-v1-1-a5c6a48be7d1),
the old staking contract (V1) was used for staking OHM. Afterwards, a new staking
Expand Down
10 changes: 5 additions & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ export const github = [
href: "https://github.com/OlympusDAO/olympus-contracts",
icon: CodeBracketIcon,
},
{
title: "Contract Addresses",
href: "https://github.com/OlympusDAO/olympus-contracts/blob/main/docs/deployments/ethereum.md",
icon: CodeBracketIcon,
},
// {
// title: "Bophades Framework",
// href: "https://github.com/OlympusDAO/bophades2",
// icon: CodeBracketIcon,
// },
{
title: "olympus-frontend",
href: "https://github.com/OlympusDAO/olympus-frontend",
Expand Down