Transactions are getting send but not showing up on Block Explorer and bridged token are not getting received #726
Replies: 7 comments 4 replies
-
It seems like you've followed the correct steps to set up your ZKsync ecosystem and initiate bridging from L1 to L2. However, the issue with transactions not appearing on the block explorer and tokens not being received on L2 could be due to several reasons:
If after checking these areas the issue persists, you might want to restart the ecosystem and ensure all services are initialized in the correct order as per the setup guide. If necessary, redeploy the contracts and reinitialize the services to ensure a clean state. For further detailed troubleshooting, you might want to consult the logs more closely or reach out for support with specific logs and error messages that you encounter. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
The number of transactions on my block explorer is also not getting updated. I am also trying to send the transaction from CLI but it is not moving forward from this line. |
Beta Was this translation helpful? Give feedback.
-
Hey @FaizanNehal 👋 First and foremost, great post here man! Screenshots are awesome help! 💯 Before debugging with the below steps, if you've spun down your containers I suggest clearing out all old cache and deleting the containers before starting fresh. Can you confirm you are able to make request to each of your running chains API? I just want to make sure the chains are up and running as expected. To do so we can first check if the L2 chain is running at port
This should respond with the ChainId of your L1. We can also make a similar request to 8545:
Again should respond with the chainID. If those are correctly responding to requests, we can also peak into the chains logs to see if we any issue when you initiate a transaction. To do so you can either use the desktop app (as you have depicted above) by clicking into each container, or in your terminal |
Beta Was this translation helpful? Give feedback.
-
Upon running the commands these are m output. Both the outputs are kind of same, I think I might have a problem here maybe. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @dutterbutter ![]() |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Testnet
L2 block number
No response
Provide a brief description of the functionality you're trying to implement and the issue you are running into.
I created my own zksync ecosystem using the Zk Stack guide.
When I am bridging my ETH from L1 to L2, the transaction is getting successfully send but I ma not rceeiving the tokens on my Layer-2, also the transaction is not showing up on my block explorer.
The wallet on block explorer is also showing it as empty.
Repo Link (Optional)
No response
Additional Details
I created the ecosystem using the command
zk_inception ecosystem create
then initialized it withzk_inception ecosystem init
and then finally ran the server usingzk_inception server
After that I ran the portal with the command
zk_inception portal
Then I initialized and ran the block explorer using the commands
zk_inception explorer init
,zk_inception explorer run-backend
andzk_inception explorer run
.The screenshots from my terminals are below.
Then I bridge my tokens using the portal. I used the rich wallets provided by matter labs.
After more than 15 minutes when transaction time is finished, I am checking the transaction in my block explorer and it is showing transaction not found error.
and funds are not getting arrived in my wallet
The containers that are running in my docker are as below.
Beta Was this translation helpful? Give feedback.
All reactions