Can I verify my contract on Arbiscan testnet with forge verify-contract? #7346
              
                Unanswered
              
          
                  
                    
                      0xphantomotr
                    
                  
                
                  asked this question in
                Help
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Tried to add the chain Id and the api key i got from arbiscan tesnet with --etherscan-api-key, Is there any option for arbiscan?
forge verify-contract \ --chain-id 421614 $CONTRACT_ADDRESS src/CF.sol:CoinFlip \ --num-of-optimizations 1000000 \ --watch \ --constructor-args $(cast abi-encode "constructor(address,address)" $LINK_TOKEN $VRF_COORDINATOR) \ --etherscan-api-key $ARBITRUM_SEPOLIA_RPC_URL \ --compiler-version v0.8.19+commit.7dd6d404Beta Was this translation helpful? Give feedback.
All reactions