diff --git a/docs/defi/defi-contracts-mainnet.md b/docs/defi/defi-contracts-mainnet.md index e2b510e640..a2ad5c511a 100644 --- a/docs/defi/defi-contracts-mainnet.md +++ b/docs/defi/defi-contracts-mainnet.md @@ -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 @@ -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 @@ -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` | | [Docs][incrementfi-doc] | | [BandOracle (Band) Protocol][33] | `0x6801a6222ebf784a` | | [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 | | ------------------------------------------------------- | -------------------------------------------- | @@ -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