fix: rename testnet.solana.com to devnet.solana.com

This commit is contained in:
Michael Vines
2020-02-19 14:04:06 -07:00
parent 395b48ceef
commit 7d69cad81b
5 changed files with 14 additions and 21 deletions

View File

@ -9,7 +9,7 @@ const solanaWeb3 = require('..');
const account = new solanaWeb3.Account();
let url;
url = 'http://testnet.solana.com:8899';
url = 'http://devnet.solana.com:8899';
//url = 'http://localhost:8899';
const connection = new solanaWeb3.Connection(url);