Skip to content

Commit

Permalink
update base url
Browse files Browse the repository at this point in the history
  • Loading branch information
harshvardhansharma committed Oct 2, 2024
1 parent 554b83b commit 18e0998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Modal from "../components/modal";
import {CopyBlock} from 'react-code-blocks';

export default function Home(props) {
const baseURL = "http://20.127.150.5:8081";
const baseURL = "https://apis.topledger.xyz";
const [modalConfig, setModalConfig] = useState({show: false});
const [dappDetailsInProgress, setDappDetailsInProgress] = useState(false);
const [dappDetails, setDappDetails] = useState(null);
Expand Down

0 comments on commit 18e0998

Please sign in to comment.