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

Deploying custom cli contracts zkSync chains not working on dashboard #6081

Open
nidz-the-fact opened this issue Jan 28, 2025 · 3 comments
Open
Labels
Bug Something isn't working as intended in a provided reproduction. CS: Starter

Comments

@nidz-the-fact
Copy link
Contributor

nidz-the-fact commented Jan 28, 2025

Deploying custom cli contracts zkSync chains not working on dashboard

The problem has not been resolved. and cannot be used #5974

create: npx thirdweb create or repo.https://portal.thirdweb.com/contracts#templates
ref: https://portal.thirdweb.com/contracts/build/extensions/erc-1155/ERC1155
use command: npx thirdweb deploy --zksync -k <secret-key>
config:

zksolc: {
    version: "1.3.9",
    compilerSource: "binary",
    settings: {
      optimizer: {
        enabled: true,
      },
    },
  },
paths: {
    artifacts: "./artifacts-zk",
    cache: "./cache-zk",
    sources: "./contracts",
    tests: "./test", 
},
solidity {
    version: "0.8.17",
    settings: {
      optimizer: {
        enabled: true,
        runs: 200,
      },
    },
}

Error:

BytecodeLengthInWordsMustBeOddError: Bytecode length in 32-byte words must be odd. Given length in words: 14

Version: [email protected]

Image


Problem review

Image

Copy link

linear bot commented Jan 28, 2025

@nidz-the-fact
Copy link
Contributor Author

TOOL-3245 Deploying custom cli contracts zkSync chains not working on dashboard

Unable to access recommended information. Please edit.

@warengonzaga warengonzaga added CS: Starter Bug Something isn't working as intended in a provided reproduction. labels Jan 29, 2025 — with Linear
@warengonzaga
Copy link
Member

Hi @nidz-the-fact, I notified the team about the issue and responded to you via email. As you know, the link you are referring to is our internal ticket. I appreciate your patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working as intended in a provided reproduction. CS: Starter
Projects
None yet
Development

No branches or pull requests

2 participants