You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer/oracles/band-protocol.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ This tutorial will go over:
23
23
2. Compile the contract with compiler version `0.6.11`.
24
24
3. Switch to the Deploy tab of Remix.
25
25
1. Select "Injected Web3" in the Environment dropdown in the top left to connect Metamask.
26
-
2. Make sure that Metamask is connected to the Alfajores test network. You can read about adding Alfajores to Metamask [here](/wallet/metamask/setup#adding-a-celo-network-to-metamask).
26
+
2. Make sure that Metamask is connected to the Sepolia test network. You can read about adding Sepolia to Metamask [here](/wallet/metamask/setup#adding-a-celo-network-to-metamask).
4. Enter the Alfajores testnet Band reference data aggregator contract address [`0x3d00deA966314E47aC3D4ACd2f00121351Cec1C5`](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 Oracle data will not be correct anymore.
30
+
1. Enter the Sepolia testnet Band reference data aggregator contract address [`0x8c064bCf7C0DA3B3b090BAbFE8f3323534D84d68`](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 Oracle data will not be correct anymore.
0 commit comments