Skip to content

Commit

Permalink
Update 4.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBlock authored Apr 28, 2024
1 parent 619c33a commit 7d2c7e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 4.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@
</head>
<body>
<h1>MetaMask Chain Management</h1>
<button onclick="switchChain(11155111)">Switch to Sepolia</button>

<button onclick="addChain(11155111, 'Sepolia', 'https://sepolia.infura.io/v3/YOUR_INFURA_PROJECT_ID', 'https://sepolia.etherscan.io', 'ETH')">Add Sepolia</button>
<button onclick="switchChain(17000)">Switch to Holesky</button>
<button onclick="switchChain(11155111)">Switch to Sepolia</button><br><br>
<button onclick="addChain(17000, 'Holesky', 'https://ethereum-holesky-rpc.publicnode.com', 'https://holesky.etherscan.io', 'ETH')">Add Holesky</button>
<button onclick="switchChain(9659)">Switch to Parallel Testnet</button>
<button onclick="switchChain(17000)">Switch to Holesky</button><br><br>
<button onclick="addChain(9659, 'Parallel Testnet', 'https://rpc-accused-coffee-koala-b9fn1dik76.t.conduit.xyz', 'https://explorerl2new-accused-coffee-koala-b9fn1dik76.t.conduit.xyz', 'ETH')">Add Parallel Testnet</button>
<button onclick="switchChain(9659)">Switch to Parallel Testnet</button><br><br>
</body>
</html>

0 comments on commit 7d2c7e8

Please sign in to comment.