Skip to content

Commit

Permalink
Update Contract Address
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jun 20, 2024
1 parent 29b6e9c commit ea106d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { useEthUsd } from './utils/ethUsd';
import { formatThousands } from './utils/formatThousands';
import { gasPriceMagic } from './utils/gasMagic';

const contractAddress = '0xFC0a4A934410F34A9bb8b4F28bEd6b960C943a7E';
const contractAddress = '0x7Ff29Bd08AF26495EeB96cb5D80f1813C0410917';

export const App = () => {
const { data, isLoading, error } = useSWR(
Expand Down

0 comments on commit ea106d6

Please sign in to comment.