Catapulta, deployments tool compatible with ZkSync #142
kartojal
started this conversation in
Show and Tell
Replies: 6 comments 2 replies
-
Looks promising! For some reason, didn't work for me bunx catapulta script contracts/AAFactory.sol --chain sepolia
Catapulta.sh 🏏 Forge script deployment (0.1.38)
================================================
Project name: Bold Tortoise
Project URL: https://catapulta.sh/project/650c7c739651675ef9f57d9e
Deployment UUID: 4bf28bde-fc93-4725-8594-362b0d73136b
📀 Building artifacts...
🗜 Compressing artifacts...
📤 Uploading artifacts to the Catapulta DB...
[AxiosError: Request failed with status code 500] {
code: 'ERR_BAD_RESPONSE',
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [Function: httpAdapter],
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: Infinity,
maxBodyLength: Infinity,
env: { FormData: [Function] },
validateStatus: [Function: validateStatus],
headers: {
Accept: 'application/json, text/plain, */*',
'Content-Type': 'multipart/form-data; boundary=--------------------------296594786723014385705612',
'User-Agent': 'axios/0.27.2',
'content-type': 'multipart/form-data; boundary=------
...
kBytesWritten)]: 0,
[Symbol(kNeedDrain)]: true,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype],
[Symbol(errored)]: null,
[Symbol(kHighWaterMark)]: 16384,
[Symbol(kRejectNonStandardBodyWrites)]: false,
[Symbol(kUniqueHeaders)]: null
},
data: { err: 'There was an error uploading the artifacts.' }
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
-
Awesome! What I need |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Testnet
Provide a brief description of the functionality you're trying to implement.
Hello there! wanted to share a deployments tool compatible with ZkSync named Catapulta, currently in alpha, and I am looking for :zksync: ZkSync solidity developers :zksync: to test the tool for free during alpha!
🔗 https://catapulta.sh/docs
Catapulta allows you to:
This tool aims to improve the DevX for interacting with Solidity and ZkSync, making it a bit easier to verify smart contracts and keep track of deployments.
Last week made it work with basic ZkSync deployments, but need to test further with more complex deployment scenarios to improve the ZkSync support.
For using Catapulta in a ZkSync project, you need to:
CATAPULTA_API_KEY
into your .env fileif you use `yarn, you would be able to run via:
Once the deploy-zksync finished, the contracts should be verified automatically without any extra stuff.
thanks @bxpana for allowing me to share this.
What is the specific issue or error you're encountering?
N/A
Can you share the error messages or logs you're receiving, if any?
N/A
Have you made any recent changes to the contract before encountering this issue?
N/A
Are there any external libraries or contracts that your contract interacts with?
N/A
Can you provide the relevant portions of your contract code where the issue is occurring?
N/A
Have you tried to isolate the problem, and if so, what were the results?
N/A
What steps have you already taken to try to resolve the issue?
N/A
Repo Link (Optional)
No response
Additional Details
No response
Beta Was this translation helpful? Give feedback.
All reactions