Skip to content

Commit

Permalink
Switch to prod endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: prxt <prxt@6529.io>
  • Loading branch information
prxt6529 committed Jun 27, 2024
1 parent 9464fc4 commit 2bedfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prenode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ async function pingSeize() {
const info = await fetchPingInfo();
logger.info(`[PING SEIZE] : [INFO ${JSON.stringify(info)}]`);
const response = await fetch(
'https://api.staging.seize.io/oracle/register-prenode',
'https://api.seize.io/oracle/register-prenode',
{
method: 'POST',
headers: {
Expand Down

0 comments on commit 2bedfbc

Please sign in to comment.