Skip to content

Commit 71d5fc5

Browse files
fix(docs): update evm version image
1 parent 52cc553 commit 71d5fc5

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

docs/ftso/1-getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import CodeBlock from "@theme/CodeBlock";
2020
import YoutubeEmbed from "@site/src/components/youtube";
2121
import FtsoV2FeedConsumer from "!!raw-loader!/examples/developer-hub-solidity/FtsoV2FeedConsumer.sol";
2222
import OpenSolidityCompiler from "/static/img/ftso-getting-started/0-open-solidity-compiler-tab.png";
23-
import SetEvmVersion from "/static/img/ftso-getting-started/1-set-evm-version.png";
23+
import SetEvmVersion from "/static/img/set-evm-version-remix.png";
2424
import SetInjectedProvider from "/static/img/ftso-getting-started/1-set-injected-provider.png";
2525
import CompileContract from "/static/img/ftso-getting-started/2-compile-contract.png";
2626
import OpenDeploy from "/static/img/ftso-getting-started/3-open-deploy.png";

docs/network/1-getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import CopyAddress from "/static/img/deploy-first-contract/4-copy-address.png";
1717
import PasteAddress from "/static/img/deploy-first-contract/5-paste-address.png";
1818
import AfterFaucetConfirmation from "/static/img/deploy-first-contract/6-after-faucet-confirmation.png";
1919
import OpenSolidityCompiler from "/static/img/deploy-first-contract/7-open-solidity-compiler.png";
20-
import SetEvmVersion from "/static/img/deploy-first-contract/8-set-evm-version.png";
20+
import SetEvmVersion from "/static/img/set-evm-version-remix.png";
2121
import CompileContract from "/static/img/deploy-first-contract/9-compile-contract.png";
2222
import DeployAndRunTxs from "/static/img/deploy-first-contract/10-deploy-and-run-transactions.png";
2323
import SetInjectedProvider from "/static/img/deploy-first-contract/11-set-injected-provider.png";

docs/network/guides/secure-random-numbers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ In addition to the `randomNumber` itself, two other variables are retrieved:
105105

106106
- `timestamp`: The UNIX timestamp marking the end of the voting epoch during which data was collected from data providers to generate the specific number. Each voting epoch lasts for a fixed 90-second window.
107107

108-
:::warning[Set EVM Version to shanghai]
108+
:::warning[Set EVM Version to Shanghai]
109109

110110
- **Using Remix:** Set EVM version to `shanghai` in the **Advanced Configurations** section of the **Solidity Compiler** tab:
111111

-93.3 KB
Binary file not shown.
-29.5 KB
Loading

0 commit comments

Comments
 (0)