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

Function selector 6e71bdc2 not found in the ABI #2686

Open
sachanayush47 opened this issue Aug 20, 2024 · 2 comments
Open

Function selector 6e71bdc2 not found in the ABI #2686

sachanayush47 opened this issue Aug 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@sachanayush47
Copy link
Contributor

🐛 Bug Report

📝 Description

Earlier, there were no errors when running zk_inception ecosystem init
Possibly the bug came from this PR #2589

🔄 Reproduction Steps

Follow this tutorial to reproduce bug.
https://docs.zksync.io/zk-stack/running-a-zk-chain/quickstart

🖥️ Environment

Fedora 39

📎 Log Output

⚙  Running: forge script deploy-scripts/AcceptAdmin.s.sol --legacy --ffi --rpc-url=http://127.0.0.1:8545 --broadcast --sig=6e71bdc2000000000000000000000000a86ebc0f72b6131051b645dc6a58da1b5251424f0000000000000000000000008256fbca7e8cd958349fe7c8615e62e8fa50ee9f --private-key=f12e28c0eb1ef4ff90478f6805b68d63737b7f33abfa091601140805da450d93
│  

[⠒] Compiling...
[⠑] Compiling 1 files with Solc 0.8.24
[⠘] Solc 0.8.24 finished in 1.59s
Compiler run successful with warnings:
Warning (5667): Unused function parameter. Remove or comment out the variable name to silence this warning.
   --> contracts/bridgehub/Bridgehub.sol:122:9:
    |
122 |         uint256 _salt,
    |         ^^^^^^^^^^^^^

Error: 
Function selector `6e71bdc2` not found in the ABI
│
■  Command failed to run: forge script deploy-scripts/AcceptAdmin.s.sol --legacy --ffi --rpc-url=http://127.0.0.1:8545 --broadcast --sig=6e71bdc2000000000000000000000000a86ebc0f72b6131051b645dc6a58da1b5251424f0000000000000000000000008256fbca7e8cd958349fe7c8615e62e8fa50ee9f --private-key=f12e28c0eb1ef4ff90478f6805b68d63737b7f33abfa091601140805da450d93
@sachanayush47 sachanayush47 added the bug Something isn't working label Aug 20, 2024
@sachanayush47
Copy link
Contributor Author

CC: @ischasny

@0xinit
Copy link

0xinit commented Sep 27, 2024

hmm interestingly same error. cc: @ischasny

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants