Ankit Singh

Results 4 issues of Ankit Singh

I was building an app where I imported [@toruslabs/base-controllers](https://www.npmjs.com/package/@toruslabs/base-controllers?activeTab=code). The `@toruslabs/base-controllers` have `readable-stream` as a dev-dependency as listed in the `package.json` file. ![image](https://github.com/nodejs/readable-stream/assets/66105983/5e599918-446d-4d6b-8f44-9e8a6d940d7a) My node version: v18.14.1 ### Problem When...

Fixed #1 #### To use this react app do the following, assuming that you have Solana keygen setup 1. Run ``` npm install ``` 2. Run this ``` solana config...

The issue is with the wallet connection and cross-origin policy due to which the react app will never work.

Below is the Testnet details for the `Abstract Chain`, it's an EVM based L2. ``` { "rpc": "https://api.testnet.abs.xyz", "rest": "https://api.testnet.abs.xyz", "chainId": "eip155:11124", "bip44": { "coinType": 60 }, "chainName": "Abstract Testnet",...