From 733c8d890fcdea6cf5a72a875c7c0efb7b00fc8b Mon Sep 17 00:00:00 2001 From: sodofi <59624772+sodofi@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:15:45 -0800 Subject: [PATCH] Update band-protocol.md --- docs/protocol/oracle/band-protocol.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/protocol/oracle/band-protocol.md b/docs/protocol/oracle/band-protocol.md index 81c201ab57..2d869049f2 100644 --- a/docs/protocol/oracle/band-protocol.md +++ b/docs/protocol/oracle/band-protocol.md @@ -27,7 +27,7 @@ This tutorial will go over: -4. Enter the Alfajores testnet Band reference data aggregator contract address [`0x660cBc25F0cFD31F0Bdcaa43525f0bACC6DB2ABc`](https://docs.bandchain.org/develop/supported-blockchains/#testnets) to the `DemoOracle` constructor and deploy the contract. You can access the reference data aggregator contract on mainnet at [`0xDA7a001b254CD22e46d3eAB04d937489c93174C3`](https://docs.bandchain.org/develop/supported-blockchains/#mainnets). Make sure you check the current address on their page, as it might happen that they updated their reference contract and then your orcale data will not be correct anymore. +4. Enter the Alfajores testnet Band reference data aggregator contract address [`0x660cBc25F0cFD31F0Bdcaa43525f0bACC6DB2ABc`](https://docs.bandchain.org/develop/supported-blockchains/#testnets) to the `DemoOracle` constructor and deploy the contract. Alternatively, you can use the Alfajores Testnet proxy contract address 0x3d00deA966314E47aC3D4ACd2f00121351Cec1C5. You can access the reference data aggregator contract on mainnet at [`0xDA7a001b254CD22e46d3eAB04d937489c93174C3`](https://docs.bandchain.org/develop/supported-blockchains/#mainnets). Make sure you check the current address on their page, as it might happen that they updated their reference contract and then your orcale data will not be correct anymore. @@ -55,6 +55,9 @@ The "savePrice" function will save any base/quote rate that is passed to it in t You can access the reference data aggregator contract on mainnet at [`0xDA7a001b254CD22e46d3eAB04d937489c93174C3`](https://docs.bandchain.org/develop/supported-blockchains/#mainnets). +You can access the proxy contract address on Alfajores Testnet 0x3d00deA966314E47aC3D4ACd2f00121351Cec1C5 + + ## Available Reference Data You can view the available reference data on the [Band Data site here](https://data.bandprotocol.com/).