{"id":21326816,"url":"https://github.com/climax-solution/hardhat-arbitrum","last_synced_at":"2025-07-12T07:30:54.496Z","repository":{"id":61495769,"uuid":"550401421","full_name":"climax-solution/hardhat-arbitrum","owner":"climax-solution","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-23T21:33:30.000Z","size":50,"stargazers_count":3,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-10T08:12:34.606Z","etag":null,"topics":["arbitrum","javascript","npm-package","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/climax-solution.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-12T17:49:34.000Z","updated_at":"2024-11-09T19:36:51.000Z","dependencies_parsed_at":"2022-10-18T21:15:24.453Z","dependency_job_id":null,"html_url":"https://github.com/climax-solution/hardhat-arbitrum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/climax-solution%2Fhardhat-arbitrum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/climax-solution%2Fhardhat-arbitrum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/climax-solution%2Fhardhat-arbitrum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/climax-solution%2Fhardhat-arbitrum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/climax-solution","download_url":"https://codeload.github.com/climax-solution/hardhat-arbitrum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225802625,"owners_count":17526452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arbitrum","javascript","npm-package","typescript"],"created_at":"2024-11-21T21:11:28.538Z","updated_at":"2024-11-21T21:11:29.072Z","avatar_url":"https://github.com/climax-solution.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hardhat-arbitrum\n\nHardhat plugin for Arbitrum Developers.\n\n## Features\n\nArbitrumScan Contract Verification\n\n## Prerequisites\n\nBefore the installation steps you need to have your hardhat project initialized using the command\n\n```bash\nnpx hardhat init\n```\n\nMake sure to have dependencies installed!\n\n## Installation\n\nUse the following command to install\n\n```bash\nnpm i hardhat-arbitrum --save-dev\n```\n\nImport the plugin in your `hardhat.config.js`:\n\n```js\nrequire(\"hardhat-arbitrum\");\n```\n\nOr if you are using TypeScript, in your `hardhat.config.ts`:\n\n```ts\nimport \"hardhat-arbitrum\";\n```\n\nRemove / Comment the import for `@nomicfoundation/hardhat-toolbox`\n\nAdd the following configuration to the `config` object in `hardhat.config.js`.\n\n```js\nnetworks: {\n        arbitrumGoerli: {\n            // can be replaced with the RPC url of your choice.\n            url: \"https://goerli-rollup.arbitrum.io/rpc\",\n            accounts: [\n                \"\u003cYOUR_PRIVATE_KEY\u003e\"\n            ],\n        },\n        arbitrumOne: {\n            url: \"https://arb1.arbitrum.io/rpc\",\n            accounts: [\n                \"\u003cYOUR_PRIVATE_KEY\u003e\"\n            ],\n        }\n    },\n    etherscan: {\n        apiKey: {\n            arbitrumGoerli: \"\u003cOPTIMISMSCAN_API_KEY\u003e\",\n            arbitrumOne: \"\u003cOPTIMISMSCAN_API_KEY\u003e\"\n        },\n    },\n```\n\nVerify your contracts using the following command (Make sure your contracts are compiled before verification)\n\nArbitrum Goerli Testnet\n\n```bash\nnpx hardhat verify \u003cCONTRACT_ADDRESS\u003e \u003cCONSTRUCTOR_ARGS\u003e --network arbitrumGoerli\n```\n\nArbitrum Mainnet\n\n```bash\nnpx hardhat verify \u003cCONTRACT_ADDRESS\u003e \u003cCONSTRUCTOR_ARGS\u003e --network arbitrumOne\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclimax-solution%2Fhardhat-arbitrum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclimax-solution%2Fhardhat-arbitrum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclimax-solution%2Fhardhat-arbitrum/lists"}