update devnet ws url

This commit is contained in:
Tyler Shipe 2021-06-12 15:10:56 -04:00
parent f6101964f2
commit 48374fa3fb
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export const ENDPOINTS: EndpointInfo[] = [
{
name: 'devnet',
url: 'https://api.devnet.solana.com',
websocket: 'https://devnet.solana.com',
websocket: 'https://api.devnet.solana.com',
custom: false,
},
]