Skip to content
Open
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
12 changes: 8 additions & 4 deletions docs/defi/defi-contracts-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Flow is a Layer 1 blockchain that supports EVM equivalency, offering two environ

Below is a list of commonly used DeFi contracts on Flow Mainnet:

[Switch to DeFi Contracts on Testnet](./defi-contracts-testnet.md)
[Switch to DeFi Contracts on Testnet]

## Stablecoins & Wrapped Assets

Expand Down Expand Up @@ -66,6 +66,7 @@ Below is a list of commonly used DeFi contracts on Flow Mainnet:
| [Permit2 (FlowSwap)][53] | `0x000000000022D473030F116dDEE9F6B43aC78BA3` |
| [FusionXInterfaceMulticall (FlowSwap)][54] | `0x8B5eB800B8d9cF702ff3DD0047ac31bBD411B82a` |
| [proxy_admin (FlowSwap)][55] | `0x026932f97995201527B4c9Bc2ea6854C02BB0AdC` |
| [WBTC (FlowSwap][56] | `0x717DAE2BaF7656BE9a9B01deE31d571a9d4c9579` |

#### Flow EVM Mainnet KittyPunch

Expand Down Expand Up @@ -133,14 +134,14 @@ Below is a list of commonly used DeFi contracts on Flow Mainnet:

#### Flow Cadence Mainnet

| Contract Name | Flow Cadence Mainnet Address | [CLI](https://developers.flow.com/build/tools/flow-cli/dependency-manager) | Docs |
| Contract Name | Flow Cadence Mainnet Address | [CLI] | Docs |
| ----------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| [PublicPriceOracle (IncrementFi)][19] | `0xec67451f8a58216a` | <CopyButton text="flow dependencies install mainnet://0xec67451f8a58216a.PublicPriceOracle" title="Copy install command (mainnet)" /> | [Docs][incrementfi-doc] |
| [BandOracle (Band) Protocol][33] | `0x6801a6222ebf784a` | <CopyButton text="flow dependencies install mainnet://0x6801a6222ebf784a.BandOracle" title="Copy install command (mainnet)" /> | [Docs][band-oracle-doc] |

## Ethereum Attestation Service

More information can be found on the Credora docs site for [EAS on Flow](https://credora.gitbook.io/eas-for-flow).
More information can be found on the Credora docs site for [EAS on Flow].

| Contract Name | Flow EVM Mainnet Address |
| ------------------------------------------------------- | -------------------------------------------- |
Expand Down Expand Up @@ -205,4 +206,7 @@ More information can be found on the Credora docs site for [EAS on Flow](https:/
[53]: https://www.flowscan.io/evm/contract/0x000000000022D473030F116dDEE9F6B43aC78BA3
[54]: https://www.flowscan.io/evm/contract/0x8B5eB800B8d9cF702ff3DD0047ac31bBD411B82a
[55]: https://www.flowscan.io/evm/contract/0x026932f97995201527B4c9Bc2ea6854C02BB0AdC

[56]: https://evm.flowscan.io/token/0x717DAE2BaF7656BE9a9B01deE31d571a9d4c9579?tab=contract
[EAS on Flow]: https://credora.gitbook.io/eas-for-flow
[CLI]: https://developers.flow.com/build/tools/flow-cli/dependency-manager
[Switch to DeFi Contracts on Testnet]: ./defi-contracts-testnet.md