We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ac3c6 commit 1590e6aCopy full SHA for 1590e6a
packages/nextjs/app/page.tsx
@@ -22,7 +22,7 @@ const Home: NextPage = () => {
22
useEffect(() => {
23
const fetchData = async () => {
24
try {
25
- const response = await fetch("https://rpc.buidlguidl.com:48544/nodecontinents");
+ const response = await fetch("https://mainnet.rpc.buidlguidl.com:48547/nodecontinents");
26
const data = await response.json();
27
setContinentData(data.continents);
28
} catch (error) {
0 commit comments