Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBlock authored Apr 28, 2024
1 parent 149d8e6 commit 1c6e11b
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down Expand Up @@ -62,29 +61,29 @@
<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>
<a href="https://testnet.parallel.fi/bridge/">Parallel Bridge</a><br>
<a href="https://bridge.swanchain.io/">Swan Bridge</a><br><br>
<button onclick="switchChain(11155111)">Switch to Sepolia</button><br><br>
<a href="https://testnet.parallel.fi/bridge/">Parallel Bridge</a><br><br>
<a href="https://bridge.swanchain.io/">Swan Bridge</a><br><br><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><br>
<button onclick="switchChain(17000)">Switch to Holesky</button><br><br><br>
<a href="https://bridge.hekla.taiko.xyz/">Taiko Bridge</a><br><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>
<a href="https://testnet.parallel.fi/parallel_testnet/">Parallel</a><br><br>
<button onclick="switchChain(9659)">Switch to Parallel Testnet</button><br><br>
<a href="https://testnet.parallel.fi/parallel_testnet/">Parallel</a><br><br><br>

<button onclick="addChain(167009, 'Taiko Hekla', 'https://rpc.hekla.taiko.xyz', 'https://hekla.taikoscan.network', 'ETH')">Add Taiko Testnet</button>
<button onclick="switchChain(167009)">Switch to Taiko Testnet</button><br>
<a href="https://swap.hekla.taiko.xyz/#/swap">Taiko</a><br><br>
<button onclick="switchChain(167009)">Switch to Taiko Testnet</button><br><br>
<a href="https://swap.hekla.taiko.xyz/#/swap">Taiko</a><br><br><br>

<button onclick="addChain(80085, 'Bera Artio', 'https://artio.rpc.berachain.com', 'https://artio.beratrail.io', 'BERA')">Add Bera Testnet</button>
<button onclick="switchChain(80085)">Switch to Bera Testnet</button><br>
<a href="https://artio.bex.berachain.com/swap">Bera</a><br><br>
<button onclick="switchChain(80085)">Switch to Bera Testnet</button><br><br>
<a href="https://artio.bex.berachain.com/swap">Bera</a><br><br><br>

<button onclick="addChain(20241133, 'Swan Proxima', 'https://rpc-proxima.swanchain.io', 'https://proxima-explorer.swanchain.io/', 'swETH')">Add Swan Testnet</button>
<button onclick="switchChain(20241133)">Switch to Swan Testnet</button><br>
<a href="https://lagrangedao.org/personal_center">Swan Lagrange</a><br><br>
<button onclick="switchChain(20241133)">Switch to Swan Testnet</button><br><br>
<a href="https://lagrangedao.org/personal_center">Swan Lagrange</a><br><br><br>


</body>
Expand Down

0 comments on commit 1c6e11b

Please sign in to comment.