Skip to content

Commit 425a4da

Browse files
committed
Add DM link
1 parent cd79bcc commit 425a4da

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/ecosystem/defi-liquidity/band-oracle.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@ sidebar_position: 6
1616
sidebar_label: Band Oracle
1717
---
1818

19+
import CopyButton from '@site/src/components/CopyButton';
20+
1921
# Band Oracle with Cadence
2022

2123
The Band Protocol Oracle contract enables Flow blockchain applications to access real-time price data from the [Band Protocol Oracle network](https://faq.bandprotocol.com/). The oracle provides a comprehensive set of cryptocurrency and fiat currency price quotes from the Band Standard Dataset, making them available to any Cadence application, contract, or transaction.
2224

2325
## Contract Addresses
2426

25-
| Network | Address | Explorer |
26-
|---------|---------|----------|
27-
| Testnet | `0x9fb6606c300b5051` | [View Contract](https://testnet.flowscan.io/contract/A.9fb6606c300b5051.BandOracle) |
28-
| Mainnet | `0x6801a6222ebf784a` | [View Contract](https://flowscan.io/contract/A.6801a6222ebf784a.BandOracle) |
27+
| Network | Address | [CLI](https://developers.flow.com/build/tools/flow-cli/dependency-manager) | Explorer |
28+
|---------|---------|----------|----------|
29+
| Testnet | `0x9fb6606c300b5051` | <CopyButton text="flow dependencies install testnet://0x9fb6606c300b5051.BandOracle" title="Copy install command (testnet)" /> | [View Contract](https://testnet.flowscan.io/contract/A.9fb6606c300b5051.BandOracle) |
30+
| Mainnet | `0x6801a6222ebf784a` | <CopyButton text="flow dependencies install mainnet://0x6801a6222ebf784a.BandOracle" title="Copy install command (mainnet)" /> | [View Contract](https://flowscan.io/contract/A.6801a6222ebf784a.BandOracle) |
2931

3032
## Supported Symbols
3133

0 commit comments

Comments
 (0)