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
{{ message }}
This repository was archived by the owner on Jan 4, 2024. It is now read-only.
Running truffle-plugin-verify v0.4.0
Verifying Token
Reading artifact file at E:\MyProject\BlockChain\truffle-contracts\abis/Token.json
Retrieving constructor parameters from https://api-ropsten.etherscan.io/api?apiKey=my_api_key&module=account&action=txlist&address=0x4C9D6ed005bfB301726cA23adE690890B853fB60&page=1&sort=asc&offset=1
Failed to connect to Etherscan API at url https://api-ropsten.etherscan.io/api
Failed to verify 1 contract(s): Token
It seems the network problem. But It migrated successfully. when I try to connect to the verify url, it returns right:
PS E:\MyProject\BlockChain\truffle-contracts> curl https://api-ropsten.etherscan.io/api
StatusCode : 200
StatusDescription : OK
Content : {"status":"0","message":"NOTOK-Missing/Invalid API Key, rate limit of 1/5sec
applied","result":"Error! Missing Or invalid Module name"}
RawContent : HTTP/1.1 200 OK
...
VSCode IDE
truffle version: v5.1.48
OS: windows 10
I followed the instructions but failed.
It seems the network problem. But It migrated successfully. when I try to connect to the verify url, it returns right:
VSCode IDE
truffle version: v5.1.48
OS: windows 10
Thanks!