From 7b58dcac147b309a2b7d35f285a4a7197537eb28 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Tue, 8 Jun 2021 09:58:34 -0600 Subject: [PATCH] chore: update commented devnet urls (#17837) --- web3.js/test/url.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web3.js/test/url.ts b/web3.js/test/url.ts index 2336c7133f..040b53a701 100644 --- a/web3.js/test/url.ts +++ b/web3.js/test/url.ts @@ -11,5 +11,5 @@ export const wsUrl = process.env.TEST_LIVE ? 'ws://localhost:8900/' : 'ws://localhost:9999/'; -//export const url = 'https://devnet.solana.com/'; -//export const url = 'http://devnet.solana.com/'; +//export const url = 'https://api.devnet.solana.com/'; +//export const url = 'http://api.devnet.solana.com/';