Skip to content

Commit

Permalink
- Changed network name for TN1 launch.
Browse files Browse the repository at this point in the history
  • Loading branch information
WillRogerJones committed Apr 5, 2018
1 parent 7eede71 commit 5f06c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ar.hrl
@@ -1,9 +1,9 @@
%%% A collection of record structures used throughout the Arweave server.

%% How should nodes on the network identify themselves?
-define(NETWORK_NAME, "arweave.ATN.3").
-define(NETWORK_NAME, "arweave.TN.1").
%% What is the current version/release number (should be an integer).
-define(CLIENT_VERSION, 3).
-define(CLIENT_VERSION, 1).

%% Should ar:report_console/1 /actually/ report to the console?
-define(SILENT, true).
Expand Down

0 comments on commit 5f06c45

Please sign in to comment.