Skip to content

Commit

Permalink
show network on version request
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jan 19, 2023
1 parent 53a8f80 commit 504bf8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/version.ts
Expand Up @@ -13,5 +13,6 @@ export const version = () => {
)}:${config.get("arweave-port")}`
);
console.log(`RPC Endpoint: ${config.get("rpc-url")}`);
console.log(`Network: ${config.get("network")}`);
console.log(`Masa Endpoint: ${masa.config.apiUrl}`);
};

0 comments on commit 504bf8a

Please sign in to comment.