[General] Contract verification api support for EN #1009
-
Team or ProjectNo response ZK chainLaChainZK EnvironmentMainnet L2 block numberNo response Provide a brief description of the functionality you're trying to implement and the issue you are running into.Hi, i'm a developer for lachainzk, i'm currently working on adding support to the external node for the contract verification api, this api now only lives in the main node rpc. We don't want to expose the main node rpc publicly, so our only option for contract verification is to add the api to the EN. Thanks. Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hey @alfarkas. I'm pretty sure that contract verification data isn't exchanged and indeed lives only on the main server. This is relatively legacy piece of code. And I would say usually such info as contract verification should live on the Block Explorer side, rather then the chain server. |
Beta Was this translation helpful? Give feedback.
Hey @alfarkas. I'm pretty sure that contract verification data isn't exchanged and indeed lives only on the main server. This is relatively legacy piece of code. And I would say usually such info as contract verification should live on the Block Explorer side, rather then the chain server.