remove log

This commit is contained in:
tjs 2023-11-10 11:32:07 -05:00
parent 0c4c192759
commit 82ffc2b7e4
1 changed files with 0 additions and 2 deletions

View File

@ -318,8 +318,6 @@ const mangoStore = create<MangoStore>()(
// if connection is using Triton RpcPool then use whirligig
// https://docs.triton.one/project-yellowstone/whirligig-websockets
if (rpcUrl.includes('rpcpool')) {
console.log('rpcpool====================')
connection = new web3.Connection(rpcUrl, {
wsEndpoint: `${rpcUrl.replace('http', 'ws')}/whirligig`,
commitment: CONNECTION_COMMITMENT,