feat: add account change notifications

This commit is contained in:
Michael Vines
2018-10-26 21:37:39 -07:00
parent 9839c087d7
commit e7097340f2
12 changed files with 552 additions and 25 deletions

View File

@@ -3,7 +3,6 @@
/**
* The connection url to use when running unit tests against a live network
*/
export const url = 'http://localhost:8899';
//export const url = 'http://testnet.solana.com:8899';
//export const url = 'http://master.testnet.solana.com:8899';
export const url = 'http://localhost:8899/';
//export const url = 'http://testnet.solana.com:8899/';