Safwen Ben Fredj
Safwen Ben Fredj
hello I Installed everything manuallly but I when i try installing any node modules i get errors like this ! > [email protected] install C:\testerr\node_modules\raw-socket > node-gyp rebuild C:\testerr\node_modules\raw-socket>if not defined...
I implemented the charting library into serum-dex-ui , and it worked on local dev, after i build and deploy to the server I get this error 
**Describe the bug** I tried to use useConractFunction with MATIC , declaring like this const maticContarct = new Contract( "0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0", ERC20Interface ); const {send}= useContractFunction(maticContarct, "transfer"); however i always get...
Hello I am trying to use sol-wallet-adapter using the sol-wallet-adapter ( tryig to add it to serum-dex-ui). is there any example for the ntegrating the custom hooks "useWallet()" ?
Hello is there anyway to use Serum-dex-ui wallet provider into the swap-ui ? emergency please !
is there any way to know which is selected token from outside the Swap component ?
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: win32 Arch: x64 Version: Windows...
i'm trying to follow the example and trying to swap usdc to swap , however i always get the error. logs: [ 'Program 22Y43yTVxuUkoRKdm9thyRhQ3SdgQS7c7kB6UNCiaczD invoke [1]', 'Program log: Custom program...
After I build and deploy the production i get this error.. 
Hello in development mode , the charting library is working when i build and deploy to my server ( nginx+ubuntu). I get this errror TypeError: Cannot read properties of undefined...