Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwanmoulvi committed Sep 16, 2023
1 parent c24cbf9 commit e1fba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import polygonLogo from "./assets/polygonlogo.png";
import lpulogo from './assets/lpulogo.png';

const tld = ".lpu";
const CONTRACT_ADDRESS = "0x2Bc877f98086Df24bE7c7e28d1d6113902b2878A";
const CONTRACT_ADDRESS = "0x5D2FA90C3a7A799Db89400843F917236321E9e0a";

const App = () => {
const [mints, setMints] = useState([]);
Expand Down

0 comments on commit e1fba15

Please sign in to comment.