-
Notifications
You must be signed in to change notification settings - Fork 35
fix(docs): update from london to shanghai fork #800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix(docs): update from london to shanghai fork #800
Conversation
013640d
to
8961a59
Compare
@@ -105,31 +105,31 @@ In addition to the `randomNumber` itself, two other variables are retrieved: | |||
|
|||
- `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. | |||
|
|||
:::warning[Set EVM Version to London] | |||
:::warning[Set EVM Version to shanghai] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalize shanghai
:::warning[Set EVM Version to shanghai] | |
:::warning[Set EVM Version to Shanghai] |
@@ -132,7 +132,7 @@ If you have not already configured your MetaMask wallet to support Flare Testnet | |||
|
|||
<img src={OpenSolidityCompiler} style={{ width: 300 }} /> | |||
|
|||
3. Expand the **Advanced Configurations** section and make sure the **EVM Version** is set to `london`. | |||
3. Expand the **Advanced Configurations** section and make sure the **EVM Version** is set to `shanghai`. | |||
|
|||
<img src={SetEvmVersion} style={{ width: 300 }} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need a new screenshot here changing to shanghai
on Remix
@@ -120,7 +120,7 @@ Let's break down the `HelloWorld` contract: | |||
|
|||
<img src={OpenSolidityCompiler} style={{ width: 300 }} /> | |||
|
|||
4. Expand the **Advanced Configurations** section and make sure the **EVM Version** is set to `london`. | |||
4. Expand the **Advanced Configurations** section and make sure the **EVM Version** is set to `shanghai`. | |||
|
|||
<img src={SetEvmVersion} style={{ width: 300 }} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need new screenshot here for changing remix to shanghai
8961a59
to
71d5fc5
Compare
|
||
- **Using Remix:** Set EVM version to `london` in the **Advanced Configurations** section of the **Solidity Compiler** tab: | ||
- **Using Remix:** Set EVM version to `shanghai` in the **Advanced Configurations** section of the **Solidity Compiler** tab: | ||
|
||
<img src={SetEvmVersionRemix} style={{ width: 300 }} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need new source image for remix showing switch to shanghai
|
||
- **Using Remix:** Set EVM version to `london` in the **Advanced Configurations** section of the **Solidity Compiler** tab: | ||
- **Using Remix:** Set EVM version to `shanghai` in the **Advanced Configurations** section of the **Solidity Compiler** tab: | ||
|
||
{" "} | ||
|
||
<img src={SetEvmVersionRemix} style={{ width: 300 }} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Source image
No description provided.