Skip to content

Conversation

ioedeveloper
Copy link
Collaborator

@ioedeveloper ioedeveloper commented Oct 2, 2025

This PR enables a user to provide a path to a custom config file for solidity compilation in remix.config.json.

  "solidity-compiler": {
    "language": "Solidity",
    "settings": {
      "optimizer": {
        "enabled": true,
        "runs": 200
      }
    }
  }
  
OR

  "solidity-compiler": "contracts/compiler_config.json"

Copy link

netlify bot commented Oct 2, 2025

Deploy Preview for reliable-cocada-166884 ready!

Name Link
🔨 Latest commit 4a88389
🔍 Latest deploy log https://app.netlify.com/projects/reliable-cocada-166884/deploys/68e4e11ffdfb730008cec13a
😎 Deploy Preview https://deploy-preview-6426--reliable-cocada-166884.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@yann300
Copy link
Contributor

yann300 commented Oct 6, 2025

please add more details to the PR. how to reproduce, how did you fix the issue, etc..

@ioedeveloper ioedeveloper added the ready-to-review PR ready to review label Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-review PR ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants