Add breadcrumbs to some other available endpoints

This commit is contained in:
Michael Vines
2018-09-26 14:21:48 -07:00
parent e3703cec29
commit 8ccbe888d3
2 changed files with 5 additions and 3 deletions

View File

@ -14,7 +14,8 @@ const contractState = new solanaWeb3.Account();
let url;
url = 'http://localhost:8899';
//url = 'http://testnet.solana.com:8899';
//url = 'https://api.testnet.solana.com/master';
//url = 'https://api.testnet.solana.com';
const connection = new solanaWeb3.Connection(url);
function showBalance() {