Skip to content

Commit

Permalink
base connect fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okwme committed Nov 19, 2023
1 parent e62e2cc commit 0da8e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script src="https://cdn.ethers.io/lib/ethers-5.0.umd.min.js"></script>
<script>

fetch('./ABI-base-Racer.json')
fetch('./ABI-baseSepolia-Racer.json')
.then(response => response.json())
.then(data => {
window.ABI = data;
Expand Down

0 comments on commit 0da8e5a

Please sign in to comment.