@@ -102,17 +102,17 @@ Below is a list of commonly used DeFi contracts on Flow:
102102
103103#### Flow Cadence Testnet
104104
105- | Contract Name | Flow Cadence Testnet Address | [ CLI] ( https://developers.flow.com/build/tools/flow-cli/dependency-manager ) |
106- | ----------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
107- | [ PublicPriceOracle.cdc (IncrementFi)] [ 31 ] | ` 0x8232ce4a3aff4e94 ` | <CopyButton text =" flow dependencies install testnet://0x8232ce4a3aff4e94.PublicPriceOracle " title =" Copy install command (testnet) " /> |
108- | [ BandOracle.cdc (Band)] [ 32 ] | ` 0x9fb6606c300b5051 ` | <CopyButton text =" flow dependencies install testnet://0x9fb6606c300b5051.BandOracle " title =" Copy install command (testnet) " /> |
105+ | Contract Name | Flow Cadence Testnet Address | [ CLI] ( https://developers.flow.com/build/tools/flow-cli/dependency-manager ) | Docs |
106+ | ----------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
107+ | [ PublicPriceOracle.cdc (IncrementFi)] [ 31 ] | ` 0x8232ce4a3aff4e94 ` | <CopyButton text =" flow dependencies install testnet://0x8232ce4a3aff4e94.PublicPriceOracle " title =" Copy install command (testnet) " /> | - |
108+ | [ BandOracle.cdc (Band)] [ 32 ] | ` 0x9fb6606c300b5051 ` | <CopyButton text =" flow dependencies install testnet://0x9fb6606c300b5051.BandOracle " title =" Copy install command (testnet) " /> | [ Docs ] [ band-oracle-doc ] |
109109
110110#### Flow Cadence Mainnet
111111
112- | Contract Name | Flow Cadence Mainnet Address | [ CLI] ( https://developers.flow.com/build/tools/flow-cli/dependency-manager ) |
113- | ----------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
114- | [ PublicPriceOracle.cdc (IncrementFi)] [ 19 ] | ` 0xec67451f8a58216a ` | <CopyButton text =" flow dependencies install mainnet://0xec67451f8a58216a.PublicPriceOracle " title =" Copy install command (mainnet) " /> |
115- | [ BandOracle.cdc (Band) Protocol] [ 33 ] | ` 0x6801a6222ebf784a ` | <CopyButton text =" flow dependencies install mainnet://0x6801a6222ebf784a.BandOracle " title =" Copy install command (mainnet) " /> |
112+ | Contract Name | Flow Cadence Mainnet Address | [ CLI] ( https://developers.flow.com/build/tools/flow-cli/dependency-manager ) | Docs |
113+ | ----------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
114+ | [ PublicPriceOracle.cdc (IncrementFi)] [ 19 ] | ` 0xec67451f8a58216a ` | <CopyButton text =" flow dependencies install mainnet://0xec67451f8a58216a.PublicPriceOracle " title =" Copy install command (mainnet) " /> | - |
115+ | [ BandOracle.cdc (Band) Protocol] [ 33 ] | ` 0x6801a6222ebf784a ` | <CopyButton text =" flow dependencies install mainnet://0x6801a6222ebf784a.BandOracle " title =" Copy install command (mainnet) " /> | [ Docs ] [ band-oracle-doc ] |
116116
117117## Ethereum Attestation Service
118118
@@ -169,3 +169,4 @@ Mainnet EAS Explorer: [https://flow.easscan.credora.io] (https://flow.easscan.cr
169169[ 35 ] : https://docs.debridge.finance/dln-the-debridge-liquidity-network-protocol/deployed-contracts
170170[ 36 ] : https://relay.link/bridge
171171[ 37 ] : https://docs.relay.link/resources/contract-addresses
172+ [ band-oracle-doc ] : ./band-oracle
0 commit comments