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

feat: DOCS-772 Flow mainnet contracts in Overview #1707

Merged
merged 2 commits into from
Sep 9, 2024
Merged
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
11 changes: 5 additions & 6 deletions pages/liquid-staking/flow/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ Liquid Staking Cadence and EVM smart contracts have undergone external audits by

### Flow Cadence

* [StakingManager](https://testnet.flowdiver.io/account/e44676d56341a1c5) (0xe44676d56341a1c5) — managing the process of staking tokens to nodes and transferring the staked $FLOW between Cadence and EVM.
* [Operator](https://testnet.flowdiver.io/account/10de0d246f10344f?tab=keys) (0x10de0d246f10344f) — managing and overseeing the interactions between validators and the liquid staking protocol.
* [StakingManager](https://www.flowdiver.io/account/70466175fbacfb56) (0x70466175fbacfb56) — managing the process of staking tokens to nodes and transferring the staked $FLOW between Cadence and EVM.

### Flow EVM

* [Flow Staking Config](https://evm-testnet.flowscan.io/address/0xf301C2841020DB053e631Db322DaE291fA91b4cb) (0xf301C2841020DB053e631Db322DaE291fA91b4cb) — EVM staking's standard configuration that contains the operator address, pause status, treasury, and other addresses.
* [Ankr Ratio Feed](https://evm-testnet.flowscan.io/address/0x3feF0fAFAad69266253c5322322242C8bC653C3a) (0x3feF0fAFAad69266253c5322322242C8bC653C3a) — contains the token's ratio certificate.
* [aFLOWEVMc (CERT)](https://evm-testnet.flowscan.io/address/0x8E3DC6E937B560ce6a1Aaa78AfC775228969D16c) (0x8E3DC6E937B560ce6a1Aaa78AfC775228969D16c) — standard cert token used in staking.
* [FlowStakingPool](https://evm-testnet.flowscan.io/address/0x3adAB4e07184C7E14a29A95f93c6E3990eec1E9F) (0x3adAB4e07184C7E14a29A95f93c6E3990eec1E9F) — provides mechanisms for staking, unstaking, and reward distribution.
* [FlowStakingConfig](https://evm.flowscan.io/address/0xC87655CEc4f40bE95A0ba81d44Cc8343bB5631be) (0xC87655CEc4f40bE95A0ba81d44Cc8343bB5631be) — EVM staking's standard configuration that contains the operator address, pause status, treasury, and other addresses.
* [AnkrRatioFeed](https://evm.flowscan.io/address/0x32015e1Bd4bAAC9b959b100B0ca253BD131dE38F) (0x32015e1Bd4bAAC9b959b100B0ca253BD131dE38F) — contains the token's ratio certificate.
* [ankrFLOW](https://evm.flowscan.io/token/0x1b97100eA1D7126C4d60027e231EA4CB25314bdb) (0x1b97100eA1D7126C4d60027e231EA4CB25314bdb) — standard cert token used in staking.
* [FlowStakingPool](https://evm.flowscan.io/address/0xFE8189A3016cb6A3668b8ccdAC520CE572D4287a) (0xFE8189A3016cb6A3668b8ccdAC520CE572D4287a) — provides mechanisms for staking, unstaking, and reward distribution.

## Supported wallets

Expand Down
Loading