Skip to content

Commit

Permalink
Merge pull request #23 from ar-io/develop
Browse files Browse the repository at this point in the history
Release to production
  • Loading branch information
kunstmusik authored Jun 21, 2024
2 parents 56e888a + d46605a commit e7910bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const IO_PROCESS_ID = new ArweaveTransactionID(
process.env.VITE_IO_PROCESS_ID ?? ioDevnetProcessId,
);

export const IO_PROCESS_INFO_URL = `https://www.ao.link/entity/${IO_PROCESS_ID.toString()}`;
export const IO_PROCESS_INFO_URL = `https://www.ao.link/#/entity/${IO_PROCESS_ID.toString()}`;

export const DEFAULT_ARWEAVE_PROTOCOL =
process.env.VITE_GATEWAY_PROTOCOL ?? 'https';
Expand Down
2 changes: 0 additions & 2 deletions src/pages/Observers/ObserversTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ const ObserversTable = () => {
Array<TableData>
>([]);

console.log(gateways)

useEffect(() => {
if (!observers || !gateways || !observations) {
return;
Expand Down

0 comments on commit e7910bb

Please sign in to comment.