fix: update devnet urls

This commit is contained in:
Michael Vines
2020-03-10 21:13:31 -07:00
parent 18d4e40a79
commit 65113d3669
4 changed files with 11 additions and 11 deletions

View File

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