Open dacartier opened 1 day ago
Hi, make sure you add an rpc url in src/providers/solana.ts file or you can just use SOLANA_NETWORK instead of the one I currently have, your connection should look like:
export const connection = new Connection(SOLANA_NETWORK, 'confirmed')
On Wed, Nov 13, 2024 at 1:37 AM dacartier @.***> wrote:
This is the following error code I receive when reaching the last step. I've attempted rebuilding 6x, installing dependencies manually and still won't work.
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) @. @*.**@*.***\web3.js\lib\index.cjs.js:4456 throw new TypeError('Endpoint URL must start with http: or https:.'); ^
TypeError: Endpoint URL must start with http: or https:. at assertEndpointUrl @. @*.**@*.\web3.js\lib\index.cjs.js:4456:11) at new Connection @. @.**@.\web3.js\lib\index.cjs.js:6044:25) at Object. (C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\providers\solana.js:15:22) at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19) at require (node:internal/modules/helpers:179:18) at Object. (C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\lib\track-wallets.js:20:18) at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19) at require (node:internal/modules/helpers:179:18) at Object. (C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\bot\commands\add-command.js:17:25) at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19)
Node.js v22.1.0 ELIFECYCLE Command failed with exit code 1.
— Reply to this email directly, view it on GitHub https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7AQMZC774LLX3CBUK3LOT32ALXT7AVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TIMZYGI3TAMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Thank you for the reply, that actually managed to fix it and get the server running.
My only question now is this. My server is running via localhost, my webhook is deployed but nothing else is happening. My telegram bot is nonresponsive and I can't figure out how to go from where I am in the development to where your handi-cat bot is on telegram. I guess my question is moreso: "What do I do now that the server is running"
I really appreciate all of your help and time developing this software. If we can get this up and running I will gladly tip you some SOL
From: Draco @.> Sent: Wednesday, November 13, 2024 10:51 AM To: DracoR22/handi-cat_wallet-tracker @.> Cc: dacartier @.>; Author @.> Subject: Re: [DracoR22/handi-cat_wallet-tracker] Error When Starting (Issue #2)
Hi, make sure you add an rpc url in src/providers/solana.ts file or you can just use SOLANA_NETWORK instead of the one I currently have, your connection should look like:
export const connection = new Connection(SOLANA_NETWORK, 'confirmed')
On Wed, Nov 13, 2024 at 1:37 AM dacartier @.***> wrote:
This is the following error code I receive when reaching the last step. I've attempted rebuilding 6x, installing dependencies manually and still won't work.
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) @. @*.**@*.***\web3.js\lib\index.cjs.js:4456 throw new TypeError('Endpoint URL must start with http: or https:.'); ^
TypeError: Endpoint URL must start with http: or https:. at assertEndpointUrl @. @*.**@*.\web3.js\lib\index.cjs.js:4456:11) at new Connection @. @.**@.\web3.js\lib\index.cjs.js:6044:25) at Object. (C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\providers\solana.js:15:22) at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19) at require (node:internal/modules/helpers:179:18) at Object. (C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\lib\track-wallets.js:20:18) at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19) at require (node:internal/modules/helpers:179:18) at Object. (C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\bot\commands\add-command.js:17:25) at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19)
Node.js v22.1.0 ELIFECYCLE Command failed with exit code 1.
— Reply to this email directly, view it on GitHub https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7AQMZC774LLX3CBUK3LOT32ALXT7AVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TIMZYGI3TAMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
— Reply to this email directly, view it on GitHubhttps://github.com/DracoR22/handi-cat_wallet-tracker/issues/2#issuecomment-2474009675, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BIMOTBJOWEO5KVC25T34JPD2ANYPDAVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGAYDSNRXGU. You are receiving this because you authored the thread.Message ID: @.***>
Glad it worked!, now if you are running the bot in localhost you should use polling method instead of webhook, so go to src/providers/telegram.ts and comment out everything under line 15, then uncomment line 13, this will change webhook method to polling.
On Wed, Nov 13, 2024 at 11:22 AM dacartier @.***> wrote:
Thank you for the reply, that actually managed to fix it and get the server running.
My only question now is this. My server is running via localhost, my webhook is deployed but nothing else is happening. My telegram bot is nonresponsive and I can't figure out how to go from where I am in the development to where your handi-cat bot is on telegram. I guess my question is moreso: "What do I do now that the server is running"
I really appreciate all of your help and time developing this software. If we can get this up and running I will gladly tip you some SOL
From: Draco @.> Sent: Wednesday, November 13, 2024 10:51 AM To: DracoR22/handi-cat_wallet-tracker @.> Cc: dacartier @.>; Author @.> Subject: Re: [DracoR22/handi-cat_wallet-tracker] Error When Starting (Issue #2)
Hi, make sure you add an rpc url in src/providers/solana.ts file or you can just use SOLANA_NETWORK instead of the one I currently have, your connection should look like:
export const connection = new Connection(SOLANA_NETWORK, 'confirmed')
On Wed, Nov 13, 2024 at 1:37 AM dacartier @.***> wrote:
This is the following error code I receive when reaching the last step. I've attempted rebuilding 6x, installing dependencies manually and still won't work.
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) @. @*.**@*.***\web3.js\lib\index.cjs.js:4456 throw new TypeError('Endpoint URL must start with http: or https:.'); ^
TypeError: Endpoint URL must start with http: or https:. at assertEndpointUrl @. @*.**@*.\web3.js\lib\index.cjs.js:4456:11) at new Connection @. @.**@.\web3.js\lib\index.cjs.js:6044:25) at Object.
(C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\providers\solana.js:15:22)
at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19) at require (node:internal/modules/helpers:179:18) at Object.
(C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\lib\track-wallets.js:20:18)
at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19) at require (node:internal/modules/helpers:179:18) at Object.
(C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\bot\commands\add-command.js:17:25)
at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19)
Node.js v22.1.0 ELIFECYCLE Command failed with exit code 1.
— Reply to this email directly, view it on GitHub https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2, or unsubscribe < https://github.com/notifications/unsubscribe-auth/A7AQMZC774LLX3CBUK3LOT32ALXT7AVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TIMZYGI3TAMQ>
. You are receiving this because you are subscribed to this thread.Message ID: @.***>
— Reply to this email directly, view it on GitHub< https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2#issuecomment-2474009675>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/BIMOTBJOWEO5KVC25T34JPD2ANYPDAVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGAYDSNRXGU>.
You are receiving this because you authored the thread.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2#issuecomment-2474098502, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7AQMZASLZYUB23FTVRBFF32AN4E7AVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGA4TQNJQGI . You are receiving this because you commented.Message ID: @.***>
What is the difference between running the boy as localhost vs webhook? How would you go about setting up the alternative?
From: Draco @.> Sent: Wednesday, November 13, 2024 12:21:00 PM To: DracoR22/handi-cat_wallet-tracker @.> Cc: dacartier @.>; Author @.> Subject: Re: [DracoR22/handi-cat_wallet-tracker] Error When Starting (Issue #2)
Glad it worked!, now if you are running the bot in localhost you should use polling method instead of webhook, so go to src/providers/telegram.ts and comment out everything under line 15, then uncomment line 13, this will change webhook method to polling.
On Wed, Nov 13, 2024 at 11:22 AM dacartier @.***> wrote:
Thank you for the reply, that actually managed to fix it and get the server running.
My only question now is this. My server is running via localhost, my webhook is deployed but nothing else is happening. My telegram bot is nonresponsive and I can't figure out how to go from where I am in the development to where your handi-cat bot is on telegram. I guess my question is moreso: "What do I do now that the server is running"
I really appreciate all of your help and time developing this software. If we can get this up and running I will gladly tip you some SOL
From: Draco @.> Sent: Wednesday, November 13, 2024 10:51 AM To: DracoR22/handi-cat_wallet-tracker @.> Cc: dacartier @.>; Author @.> Subject: Re: [DracoR22/handi-cat_wallet-tracker] Error When Starting (Issue #2)
Hi, make sure you add an rpc url in src/providers/solana.ts file or you can just use SOLANA_NETWORK instead of the one I currently have, your connection should look like:
export const connection = new Connection(SOLANA_NETWORK, 'confirmed')
On Wed, Nov 13, 2024 at 1:37 AM dacartier @.***> wrote:
This is the following error code I receive when reaching the last step. I've attempted rebuilding 6x, installing dependencies manually and still won't work.
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) @. @*.**@*.***\web3.js\lib\index.cjs.js:4456 throw new TypeError('Endpoint URL must start with http: or https:.'); ^
TypeError: Endpoint URL must start with http: or https:. at assertEndpointUrl @. @*.**@*.\web3.js\lib\index.cjs.js:4456:11) at new Connection @. @.**@.\web3.js\lib\index.cjs.js:6044:25) at Object.
(C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\providers\solana.js:15:22)
at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19) at require (node:internal/modules/helpers:179:18) at Object.
(C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\lib\track-wallets.js:20:18)
at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19) at require (node:internal/modules/helpers:179:18) at Object.
(C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\bot\commands\add-command.js:17:25)
at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19)
Node.js v22.1.0 ELIFECYCLE Command failed with exit code 1.
— Reply to this email directly, view it on GitHub https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2, or unsubscribe < https://github.com/notifications/unsubscribe-auth/A7AQMZC774LLX3CBUK3LOT32ALXT7AVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TIMZYGI3TAMQ>
. You are receiving this because you are subscribed to this thread.Message ID: @.***>
— Reply to this email directly, view it on GitHub< https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2#issuecomment-2474009675>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/BIMOTBJOWEO5KVC25T34JPD2ANYPDAVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGAYDSNRXGU>.
You are receiving this because you authored the thread.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2#issuecomment-2474098502, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7AQMZASLZYUB23FTVRBFF32AN4E7AVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGA4TQNJQGI . You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHubhttps://github.com/DracoR22/handi-cat_wallet-tracker/issues/2#issuecomment-2474265372, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BIMOTBNWVI2NAFIOB6NFDRL2AOC7ZAVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGI3DKMZXGI. You are receiving this because you authored the thread.Message ID: @.***>
Use polling whenever you are running it locally and change it to webhook once you deploy it on a server, you can still use polling when its deployed but changing to webhook is a better practice
On Wed, Nov 13, 2024 at 12:24 PM dacartier @.***> wrote:
What is the difference between running the boy as localhost vs webhook? How would you go about setting up the alternative?
From: Draco @.> Sent: Wednesday, November 13, 2024 12:21:00 PM To: DracoR22/handi-cat_wallet-tracker @.> Cc: dacartier @.>; Author @.> Subject: Re: [DracoR22/handi-cat_wallet-tracker] Error When Starting (Issue #2)
Glad it worked!, now if you are running the bot in localhost you should use polling method instead of webhook, so go to src/providers/telegram.ts and comment out everything under line 15, then uncomment line 13, this will change webhook method to polling.
On Wed, Nov 13, 2024 at 11:22 AM dacartier @.***> wrote:
Thank you for the reply, that actually managed to fix it and get the server running.
My only question now is this. My server is running via localhost, my webhook is deployed but nothing else is happening. My telegram bot is nonresponsive and I can't figure out how to go from where I am in the development to where your handi-cat bot is on telegram. I guess my question is moreso: "What do I do now that the server is running"
I really appreciate all of your help and time developing this software. If we can get this up and running I will gladly tip you some SOL
From: Draco @.> Sent: Wednesday, November 13, 2024 10:51 AM To: DracoR22/handi-cat_wallet-tracker @.> Cc: dacartier @.>; Author @.> Subject: Re: [DracoR22/handi-cat_wallet-tracker] Error When Starting (Issue #2)
Hi, make sure you add an rpc url in src/providers/solana.ts file or you can just use SOLANA_NETWORK instead of the one I currently have, your connection should look like:
export const connection = new Connection(SOLANA_NETWORK, 'confirmed')
On Wed, Nov 13, 2024 at 1:37 AM dacartier @.***> wrote:
This is the following error code I receive when reaching the last step. I've attempted rebuilding 6x, installing dependencies manually and still won't work.
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) @. @*.**@*.***\web3.js\lib\index.cjs.js:4456 throw new TypeError('Endpoint URL must start with http: or https:.'); ^
TypeError: Endpoint URL must start with http: or https:. at assertEndpointUrl @. @*.**@*.\web3.js\lib\index.cjs.js:4456:11) at new Connection @. @.**@.\web3.js\lib\index.cjs.js:6044:25) at Object.
(C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\providers\solana.js:15:22)
at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19) at require (node:internal/modules/helpers:179:18) at Object.
(C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\lib\track-wallets.js:20:18)
at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19) at require (node:internal/modules/helpers:179:18) at Object.
(C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\bot\commands\add-command.js:17:25)
at Module._compile (node:internal/modules/cjs/loader:1480:14) at Module._extensions..js (node:internal/modules/cjs/loader:1564:10) at Module.load (node:internal/modules/cjs/loader:1287:32) at Module._load (node:internal/modules/cjs/loader:1103:12) at Module.require (node:internal/modules/cjs/loader:1310:19)
Node.js v22.1.0 ELIFECYCLE Command failed with exit code 1.
— Reply to this email directly, view it on GitHub https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2, or unsubscribe <
. You are receiving this because you are subscribed to this thread.Message ID: @.***>
— Reply to this email directly, view it on GitHub<
https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2#issuecomment-2474009675>,
or unsubscribe<
You are receiving this because you authored the thread.Message ID: @.***>
— Reply to this email directly, view it on GitHub < https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2#issuecomment-2474098502>,
or unsubscribe < https://github.com/notifications/unsubscribe-auth/A7AQMZASLZYUB23FTVRBFF32AN4E7AVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGA4TQNJQGI>
. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub< https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2#issuecomment-2474265372>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/BIMOTBNWVI2NAFIOB6NFDRL2AOC7ZAVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGI3DKMZXGI>.
You are receiving this because you authored the thread.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/DracoR22/handi-cat_wallet-tracker/issues/2#issuecomment-2474272434, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7AQMZBYUTUHTAMMNM53KVL2AODLHAVCNFSM6AAAAABRVXGLOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZUGI3TENBTGQ . You are receiving this because you commented.Message ID: @.***>
This is the following error code I receive when reaching the last step. I've attempted rebuilding 6x, installing dependencies manually and still won't work.
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?) C:\Users\Dylan\handi-cat_wallet-tracker\node_modules.pnpm\@solana+web3.js@1.94.0\node_modules\@solana\web3.js\lib\index.cjs.js:4456 throw new TypeError('Endpoint URL must start with
http:
orhttps:
.'); ^TypeError: Endpoint URL must start with (C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\providers\solana.js:15:22)
at Module._compile (node:internal/modules/cjs/loader:1480:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1564:10)
at Module.load (node:internal/modules/cjs/loader:1287:32)
at Module._load (node:internal/modules/cjs/loader:1103:12)
at Module.require (node:internal/modules/cjs/loader:1310:19)
at require (node:internal/modules/helpers:179:18)
at Object. (C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\lib\track-wallets.js:20:18)
at Module._compile (node:internal/modules/cjs/loader:1480:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1564:10)
at Module.load (node:internal/modules/cjs/loader:1287:32)
at Module._load (node:internal/modules/cjs/loader:1103:12)
at Module.require (node:internal/modules/cjs/loader:1310:19)
at require (node:internal/modules/helpers:179:18)
at Object. (C:\Users\Dylan\handi-cat_wallet-tracker\dist\src\bot\commands\add-command.js:17:25)
at Module._compile (node:internal/modules/cjs/loader:1480:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1564:10)
at Module.load (node:internal/modules/cjs/loader:1287:32)
at Module._load (node:internal/modules/cjs/loader:1103:12)
at Module.require (node:internal/modules/cjs/loader:1310:19)
http:
orhttps:
. at assertEndpointUrl (C:\Users\Dylan\handi-cat_wallet-tracker\node_modules.pnpm\@solana+web3.js@1.94.0\node_modules\@solana\web3.js\lib\index.cjs.js:4456:11) at new Connection (C:\Users\Dylan\handi-cat_wallet-tracker\node_modules.pnpm\@solana+web3.js@1.94.0\node_modules\@solana\web3.js\lib\index.cjs.js:6044:25) at Object.Node.js v22.1.0 ELIFECYCLE Command failed with exit code 1.