Skip to content

Commit 60121fa

Browse files
committed
import issue in remix Ide fixed
1 parent 409b4df commit 60121fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developers/optimistic-oracle/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ First, we will work through the basic flow for _asking the oracle for a piece of
3232

3333
The contract used in this tutorial is meant to be a simple data request flow. The contract exposes a simple `requestData` function which asks the OO a simple question about the weather.
3434

35-
1. [Go to this example contract on Remix](https://remix.ethereum.org/#version=soljson-v0.8.16+commit.07a7930e.js\&optimize=false\&runs=200\&gist=fba5d2812d940759f4f7585741b529a4). This gives you the minimum data request and retrieval flow possible. We'll work through the code in the sections that follow.
35+
1. [Go to this example contract on Remix](https://remix.ethereum.org/#version=soljson-v0.8.16+commit.07a7930e.js&optimize=false&runs=200&gist=&lang=en&evmVersion=null). This gives you the minimum data request and retrieval flow possible. We'll work through the code in the sections that follow.
3636
2. Click on "gist-fba..." to see the files in the gist, and click `OO_GettingStarted.sol` to open to Solidity file.
3737
3. In the far left hand menu, click the link to deploy and run transactions (which looks like the Ethereum logo and a right arrow).
3838
4. In the "Environment" dropdown, choose "Injected Provider," and connect to your wallet. **Make sure you are connected to Görli within your metamask wallet!** You don't want to deploy to a real network and spend real gas, and the Görli Optimistic Oracle address hardcoded into the contract will not work on other networks.

0 commit comments

Comments
 (0)