You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Or perhaps you can advise on the proper way to verify the contract deployed using the SDK. Thanks!
The text was updated successfully, but these errors were encountered:
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
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?
arbitrum-orbit-sdk/src/feeRouterDeployChildToParentRewardRouter.ts
Line 12 in d6ccb3b
Or perhaps you can advise on the proper way to verify the contract deployed using the SDK. Thanks!
The text was updated successfully, but these errors were encountered: