Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pools not loading #32

Open
UniverseSwap opened this issue Apr 12, 2023 · 19 comments
Open

Pools not loading #32

UniverseSwap opened this issue Apr 12, 2023 · 19 comments

Comments

@UniverseSwap
Copy link

Good day! Faced the problem of loading pools. They are created, but you should go from another device. We see an eternal loading. What could be the problem ? Thank you

@VitaliyShulik
Copy link
Owner

Hello, the app is using WebSocket RPC. Please check this tip from the addNewNetwork doc:

// optionally, subscribe to the launchpad contract events from a designated block, such as the contract creation block
// this allows for the exclusion of extraneous blocks, and only obtaining the latest information in order to promptly display Pools.
fromBlock: 0,

@UniverseSwap
Copy link
Author

but I have the first block in theory. Need to set the first block for creating a smart contract ido factory?
Error4

@VitaliyShulik
Copy link
Owner

but I have the first block in theory. Need to set the first block for creating a smart contract ido factory? Error4

Yes, you can use a block when an IDOFactory smart contract was deployed.

@UniverseSwap
Copy link
Author

@UniverseSwap

This comment was marked as resolved.

@UniverseSwap
Copy link
Author

UniverseSwap commented Apr 12, 2023

maybe we need to increase the download time? Due to the fact that it is slow, it does not have time to load?

@VitaliyShulik
Copy link
Owner

try to use 2760550 from block

@UniverseSwap
Copy link
Author

Fine. Thank you. I will post the result

@UniverseSwap
Copy link
Author

it didn't help us. I went to your test site. According to the smart contract, I see that you have 2 launches in your history, but they are not visible. Eternal loading
testt

@UniverseSwap
Copy link
Author

UniverseSwap commented Apr 12, 2023

but after a while you got loaded. Blockchain BSC is faster than FVM, so I think we need to increase the request time

@UniverseSwap
Copy link
Author

attempts to find the problem led us to the same error. We have changed the key storage network to Filecoin.
But still no result.
Error6

@UniverseSwap
Copy link
Author

we will transfer big money to your address. Just help solve the problem. Deadlines are burning

@VitaliyShulik
Copy link
Owner

There are no any of my addresses... You could transfer tokens only on your created IDO Pools.

I didn't test it with an FVM-like chain and not sure that it works with this... Try to change a WebSocket RPC URL.

@UniverseSwap
Copy link
Author

socket problem. I found the reason.

@UniverseSwap
Copy link
Author

None of the networks worked for me. I went back to the cob namely BSC. I created a node and got my socket. After that I earned BSC. Therefore, I see that the problem is in the sockets

@VitaliyShulik
Copy link
Owner

Okay, good luck!

@UniverseSwap
Copy link
Author

thank you too. We will make a donation after the launch. We don’t forget developers with snd, we themselves are like that)

@RostislavStoliarchuk
Copy link

Hello, the app is using WebSocket RPC. Please check this tip from the addNewNetwork doc:

// optionally, subscribe to the launchpad contract events from a designated block, such as the contract creation block
// this allows for the exclusion of extraneous blocks, and only obtaining the latest information in order to promptly display Pools.
fromBlock: 0,

Hello! I ran into a problem with Websocket. Getblock works, but ankr, quicknode, alchemy don't. They issue status 200 and 413 on requests. What could be the problem?

@RostislavStoliarchuk
Copy link

#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants