Skip to content

Commit c9e0643

Browse files
authored
update Band from Alfajores to Sepolia (#2011)
1 parent 2c0b858 commit c9e0643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer/oracles/band-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ This tutorial will go over:
2323
2. Compile the contract with compiler version `0.6.11`.
2424
3. Switch to the Deploy tab of Remix.
2525
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).
2727

2828
<ImageWrapper path="/img/doc-images/band-protocol-how-to/remix-environment.png" alt="environment" width="400" />
2929

30-
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.
3131

3232
<ImageWrapper path="/img/doc-images/band-protocol-how-to/deploy.png" alt="environment" />
3333

0 commit comments

Comments
 (0)