Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to verify ArbChildToParentRewardRouter contract after using SDK to deploy #232

Open
antonio-altr opened this issue Feb 7, 2025 · 0 comments

Comments

@antonio-altr
Copy link

When using the SDK function feeRouterDeployChildToParentRewardRouter.ts to deploy ArbChildToParentRewardRouter, I am unable to successfully verify the contract when retrieving the Solidity files from @offchainlabs/fund-distribution-contracts.

On the other hand, when I use another tool (hardhat) to deploy the contract using those same Solidity files, I am able to successfully verify the deployed contract afterwards.

So I am thinking perhaps the JSON used by the SDK here does not exactly match the code?

import arbChildToParentRewardRouter from '@offchainlabs/fund-distribution-contracts/out/ArbChildToParentRewardRouter.sol/ArbChildToParentRewardRouter.json';

Or perhaps you can advise on the proper way to verify the contract deployed using the SDK. Thanks!

@antonio-altr antonio-altr changed the title Unable to verify fund-distribution-contracts when using Unable to verify ArbChildToParentRewardRouter contract after using SDK to deploy Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant