Skip to content

Commit 1590e6a

Browse files
committed
Changed node continent JSON to new RPC system
1 parent b0ac3c6 commit 1590e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Home: NextPage = () => {
2222
useEffect(() => {
2323
const fetchData = async () => {
2424
try {
25-
const response = await fetch("https://rpc.buidlguidl.com:48544/nodecontinents");
25+
const response = await fetch("https://mainnet.rpc.buidlguidl.com:48547/nodecontinents");
2626
const data = await response.json();
2727
setContinentData(data.continents);
2828
} catch (error) {

0 commit comments

Comments
 (0)