Skip to content

Commit

Permalink
Add testnet network to atheos
Browse files Browse the repository at this point in the history
  • Loading branch information
phpcoinn committed Jan 30, 2024
1 parent 4c52dad commit 0c5a5e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions phpcoin-sb.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
// "name" => "Virtual",
// "NODE_URL" => "http://spectre:8000",
// ],
"local" => [
"name" => "Local",
"NODE_URL" => "http://spectre:8000",
"atheos_url"=>"http://atheos.spectre:8000/"
],
// "testnet" => [
// "name" => "Testnet",
// "NODE_URL" => "https://node1.phpcoin.net",
// "local" => [
// "name" => "Local",
// "NODE_URL" => "http://spectre:8000",
// "atheos_url"=>"http://atheos.spectre:8000/"
// ],
"testnet" => [
"name" => "Testnet",
"NODE_URL" => "https://node1.phpcoin.net",
],
// "testnet" => [
// "name"=>"Testnet"
// ],
Expand Down

0 comments on commit 0c5a5e5

Please sign in to comment.