Ankit Singh
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.  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",...