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 7d2c7e8 commit 70c2523
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 4.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,18 @@
</script>
</head>
<body>
<h1>MetaMask Chain Management</h1>
<h1>Blockchain Seminar</h1>

<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(11155111)">Switch to Sepolia</button><br><br>
<a href="https://testnet.parallel.fi/bridge/">Parallel Bridge</a><br>
<button onclick="addChain(17000, 'Holesky', 'https://ethereum-holesky-rpc.publicnode.com', 'https://holesky.etherscan.io', 'ETH')">Add Holesky</button>
<button onclick="switchChain(17000)">Switch to Holesky</button><br><br>
<a href="https://bridge.hekla.taiko.xyz/">Taiko Bridge</a><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>
<a href="https://testnet.parallel.fi/parallel_testnet/">Parallel</a><br>


</body>
</html>

0 comments on commit 70c2523

Please sign in to comment.