Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.65 KB

troubleshooting.md

File metadata and controls

27 lines (16 loc) · 1.65 KB
sidebar_position
5

Troubleshooting

Before creating an issue with EigenLayer support please check this page to see if you can resolve your issues. If you are still stuck, please create a support ticket.

invalid yaml file: with error invalid image format. only png is supported

This error indicates that your operator image is not accessible at the URL provided in your metadata.json file or uses the wrong file type.

To troubleshoot, try these steps:

  • Ensure your operator.yaml points to a publicy accessible metadata.json file hosted online
  • Ensure the logo value in your metadata.json file points to a publicly accessible PNG image hosted online
  • Switch your logo out for a different PNG from the web

If you are using GitHub to host your metadata.json and/or logo, ensure the repository is public and that you have provided raw URLs.

Getting "no contract code at given address"

If you are getting this issue then either you are using a wrong rpc in your operator.yaml file or you have wrong smart contract address in your config.

  • Please make sure you have correct rpc (goerli rpc for goerli nodes, mainnet rpc for mainnet) and is also accessible via your machine

  • Please find the correct smart contract addresses here