Skip to content

Commit

Permalink
Update lesson-2_Build Frontend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mashharuki authored Jun 15, 2024
1 parent 30657ae commit 851abfd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export default function Home() {
};

const switchToMumbai = async () => {
const chainId = '0x13881'; // Amoy
const chainId = '0x13882'; // Amoy

const currentChainId = await window.ethereum.request({
method: 'eth_chainId',
Expand Down Expand Up @@ -701,7 +701,7 @@ export default function Home() {
};

const switchToMumbai = async () => {
const chainId = "0x13881"; // Amoy
const chainId = "0x13882"; // Amoy

const currentChainId = await window.ethereum.request({
method: "eth_chainId",
Expand Down Expand Up @@ -833,7 +833,7 @@ Firstly, we have imported [ether.js](https://docs.ethers.org/v5/). In simple ter
...

const switchToMumbai = async () => {
const chainId = '0x13881'; // Amoy
const chainId = '0x13882'; // Amoy

const currentChainId = await window.ethereum.request({
method: 'eth_chainId',
Expand Down

0 comments on commit 851abfd

Please sign in to comment.