The compilation succeeded. The issue was that TronBox doesn't support importing files from outside its configured contracts_directory. I replaced the re-export approach with a full copy of the ERC20FeeProxy contract in the tron directory. I added a commen #130
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR Comments | |
| on: | |
| pull_request_target: | |
| types: [opened, ready_for_review, closed] | |
| jobs: | |
| pr-comments: | |
| name: PR Comments | |
| uses: RequestNetwork/auto-comments/.github/workflows/pr-auto-comments.yml@main | |
| with: | |
| org_name: 'RequestNetwork' | |
| # Using default comments from the auto-comments workflow | |
| secrets: | |
| token: ${{ secrets.GH_PAT_AUTO_COMMENTS }} |