{"_id":"@bowdo/hardhat-celo","_rev":"2-ae4769aa5400dc979b1814981424b6e0","name":"@bowdo/hardhat-celo","dist-tags":{"latest":"2.8.4"},"versions":{"2.8.4-1":{"name":"@bowdo/hardhat-celo","version":"2.8.4-1","author":{"name":"Nomic Labs LLC"},"license":"MIT","homepage":"https://hardhat.org/","repository":{"type":"git","url":"https://github.com/nomiclabs/hardhat.git"},"main":"internal/lib/hardhat-lib.js","types":"internal/lib/hardhat-lib.d.ts","description":"Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.","keywords":["ethereum","smart-contracts","hardhat","blockchain","dapps","javascript","tooling","task-runner","solidity"],"bin":{"hardhat":"internal/cli/cli.js"},"engines":{"node":"^12.0.0 || ^14.0.0 || ^16.0.0"},"scripts":{"lint":"yarn prettier --check && yarn eslint","lint:fix":"yarn prettier --write && yarn eslint --fix","eslint":"eslint 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier \"**/*.{js,md,json}\"","test":"mocha --recursive \"test/**/*.ts\"","test:except-tracing":"mocha --recursive \"test/**/*.ts\" --invert --grep \"Stack traces\"","test:tracing":"mocha --recursive \"test/internal/hardhat-network/{helpers,stack-traces}/*.ts\"","test:forking":"mocha --recursive \"test/internal/hardhat-network/{helpers,jsonrpc,provider}/*.ts\"","build":"tsc --build .","clean":"rimraf builtin-tasks internal types utils *.d.ts *.map *.js build-test tsconfig.tsbuildinfo test/internal/hardhat-network/provider/.hardhat_node_test_cache"},"devDependencies":{"@nomiclabs/eslint-plugin-hardhat-internal-rules":"^1.0.0","@types/chai":"^4.2.0","@types/chai-as-promised":"^7.1.3","@types/ci-info":"^2.0.0","@types/debug":"^4.1.4","@types/find-up":"^2.1.1","@types/fs-extra":"^5.1.0","@types/glob":"^7.1.1","@types/lodash":"^4.14.123","@types/mocha":"^9.0.0","@types/node":"^12.0.0","@types/node-fetch":"^2.3.7","@types/qs":"^6.5.3","@types/resolve":"^1.17.1","@types/semver":"^6.0.2","@types/sinon":"^9.0.8","@types/uuid":"^8.3.1","@types/ws":"^7.2.1","@typescript-eslint/eslint-plugin":"4.29.2","@typescript-eslint/parser":"4.29.2","chai":"^4.2.0","chai-as-promised":"^7.1.1","eslint":"^7.29.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.24.1","eslint-plugin-prettier":"3.4.0","ethers":"^5.0.0","prettier":"2.4.1","proxy":"^1.0.2","rimraf":"^3.0.2","sinon":"^9.0.0","time-require":"^0.1.2","ts-node":"^8.1.0","typescript":"~4.5.2"},"dependencies":{"@ethereumjs/block":"^3.6.0","@ethereumjs/blockchain":"^5.5.0","@ethereumjs/common":"^2.6.0","@ethereumjs/tx":"^3.4.0","@ethereumjs/vm":"git+https://github.com/celo-org/ethereumjs-vm.git#ethereumjs-vm-v5.6.0-celo2-gitpkg","@ethersproject/abi":"^5.1.2","@metamask/eth-sig-util":"^4.0.0","@sentry/node":"^5.18.1","@solidity-parser/parser":"^0.14.1","@types/bn.js":"^5.1.0","@types/lru-cache":"^5.1.0","abort-controller":"^3.0.0","adm-zip":"^0.4.16","ansi-escapes":"^4.3.0","chalk":"^2.4.2","chokidar":"^3.4.0","ci-info":"^2.0.0","debug":"^4.1.1","enquirer":"^2.3.0","env-paths":"^2.2.0","ethereum-cryptography":"^0.1.2","ethereumjs-abi":"^0.6.8","ethereumjs-util":"^7.1.3","find-up":"^2.1.0","fp-ts":"1.19.3","fs-extra":"^7.0.1","glob":"^7.1.3","https-proxy-agent":"^5.0.0","immutable":"^4.0.0-rc.12","io-ts":"1.10.4","lodash":"^4.17.11","merkle-patricia-tree":"^4.2.2","mnemonist":"^0.38.0","mocha":"^7.2.0","node-fetch":"^2.6.0","qs":"^6.7.0","raw-body":"^2.4.1","resolve":"1.17.0","semver":"^6.3.0","slash":"^3.0.0","solc":"0.7.3","source-map-support":"^0.5.13","stacktrace-parser":"^0.1.10","true-case-path":"^2.2.1","tsort":"0.0.1","uuid":"^8.3.2","ws":"^7.4.6"},"nyc":{"extension":[".ts"],"exclude":["**/*.d.ts","dev-build","sample-projects","test","coverage",".nyc_output","*.ts","*.js","internal","builtin-tasks","build-test"],"reporter":["text","lcovonly"],"all":true},"licenseText":"The contents of the \"sample-projects/\" directory is licensed under the\nThe Unlicense as defined below. All other Hardhat code is licensed under\nthe MIT License as defined below.\n\n\nThe MIT License\n\nCopyright (c) 2019 Nomic Labs LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n\n\nThe Unlicense\n\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any\nmeans.\n\nIn jurisdictions that recognize copyright laws, the author or authors\nof this software dedicate any and all copyright interest in the\nsoftware to the public domain. We make this dedication for the benefit\nof the public at large and to the detriment of our heirs and\nsuccessors. We intend this dedication to be an overt act of\nrelinquishment in perpetuity of all present and future rights to this\nsoftware under copyright law.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to <http://unlicense.org/>\n","_id":"@bowdo/hardhat-celo@2.8.4-1","dist":{"shasum":"c96750f184e2de43df89a6336882b562faeb70a6","integrity":"sha512-x8WDTMwi3cLRDw62S8r8DwrotEFlmCminwk03q4F2LGpBJH/6/WWQGCPFOnhb8nECSrq2vq0RwYy2KD48gaFVw==","tarball":"https://registry.npmjs.org/@bowdo/hardhat-celo/-/hardhat-celo-2.8.4-1.tgz","fileCount":1070,"unpackedSize":3391557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKmoKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmohaw/+J17LSgXSdxiIj02Hsm1M2C08WmV7Tn7MrJMU2UHI2KMgg9yq\r\nfEbWuUjHTgvugnhvo2NotXTz6+hHX4eskDPwSxVpTWnFZIIUTIE0SDeBrGEA\r\nT9l/ys6y1tUHyvb69k21u8TvpD3sEwJmgUY4EwGNzPJsef9pyJG1pWeZMwJr\r\nPXsYa4qtTLfGzykP3PBqDq5QSvFvXEwf+K01xMSIxX6ZOmTl1At0PQCyQL5R\r\nYEVko8EvYjwYLpAabVIyaLDQi6pHa/0s5NiC4AG5av7cU4OJuwttlZOcyIKd\r\nBjAP0Gmu91U6P91zT2viFn1aGNdNjucQX9sOralaMLx2GKbQL8YJjpbSgJ/Z\r\nmmCYTHDll7KXYFGc3JjGSA6qeOZ4FDk0St8HrIitD2E1cYWrgS+3+ZYb3nzp\r\n25eOkqToKtyZ8ZigRZZg1FEH2tQ7G7gAN7d9ewugwzdfPS5sMQIaAiaZjiTs\r\nDfC1Xdos5bh2ZY+pxk6twFvugxoWp7teScRBV8kzE1J4KbUedTCuVcJqCYiM\r\nfY/cVgAhmFunveWXEM7xnVZl1/btUF80TOBoqFlTvXbvij0SUG7WC7c+ri1g\r\ni8TBn6PofNXK/bJt+icNBKuFve4ml5yaWYt88YSLrqOF+hCNX4v84oJptkvq\r\ngJYqU2EpiqVISa52vu/TKZWdPUhXdghV6wE=\r\n=e64n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFd/96XjtjWLLuo/I9pKLCZe/TCg1G5qyQRfgwbKHvgyAiEAqXpaLtahlAlNT+UDGkFqI+UYuT1j5extXgZomZtsvLs="}]},"_npmUser":{"name":"bowd","email":"npm@bowd.io"},"directories":{},"maintainers":[{"name":"bowd","email":"npm@bowd.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hardhat-celo_2.8.4-1_1646946826045_0.31059599269770755"},"_hasShrinkwrap":false},"2.8.4":{"name":"@bowdo/hardhat-celo","version":"2.8.4","author":{"name":"Nomic Labs LLC"},"license":"MIT","homepage":"https://hardhat.org/","repository":{"type":"git","url":"https://github.com/nomiclabs/hardhat.git"},"main":"internal/lib/hardhat-lib.js","types":"internal/lib/hardhat-lib.d.ts","description":"Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.","keywords":["ethereum","smart-contracts","hardhat","blockchain","dapps","javascript","tooling","task-runner","solidity"],"bin":{"hardhat":"internal/cli/cli.js"},"engines":{"node":"^12.0.0 || ^14.0.0 || ^16.0.0"},"scripts":{"lint":"yarn prettier --check && yarn eslint","lint:fix":"yarn prettier --write && yarn eslint --fix","eslint":"eslint 'src/**/*.ts' 'test/**/*.ts'","prettier":"prettier \"**/*.{js,md,json}\"","test":"mocha --recursive \"test/**/*.ts\"","test:except-tracing":"mocha --recursive \"test/**/*.ts\" --invert --grep \"Stack traces\"","test:tracing":"mocha --recursive \"test/internal/hardhat-network/{helpers,stack-traces}/*.ts\"","test:forking":"mocha --recursive \"test/internal/hardhat-network/{helpers,jsonrpc,provider}/*.ts\"","build":"tsc --build .","clean":"rimraf builtin-tasks internal types utils *.d.ts *.map *.js build-test tsconfig.tsbuildinfo test/internal/hardhat-network/provider/.hardhat_node_test_cache"},"devDependencies":{"@nomiclabs/eslint-plugin-hardhat-internal-rules":"^1.0.0","@types/chai":"^4.2.0","@types/chai-as-promised":"^7.1.3","@types/ci-info":"^2.0.0","@types/debug":"^4.1.4","@types/find-up":"^2.1.1","@types/fs-extra":"^5.1.0","@types/glob":"^7.1.1","@types/lodash":"^4.14.123","@types/mocha":"^9.0.0","@types/node":"^12.0.0","@types/node-fetch":"^2.3.7","@types/qs":"^6.5.3","@types/resolve":"^1.17.1","@types/semver":"^6.0.2","@types/sinon":"^9.0.8","@types/uuid":"^8.3.1","@types/ws":"^7.2.1","@typescript-eslint/eslint-plugin":"4.29.2","@typescript-eslint/parser":"4.29.2","chai":"^4.2.0","chai-as-promised":"^7.1.1","eslint":"^7.29.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.24.1","eslint-plugin-prettier":"3.4.0","ethers":"^5.0.0","prettier":"2.4.1","proxy":"^1.0.2","rimraf":"^3.0.2","sinon":"^9.0.0","time-require":"^0.1.2","ts-node":"^8.1.0","typescript":"~4.5.2"},"dependencies":{"@ethereumjs/block":"^3.6.0","@ethereumjs/blockchain":"^5.5.0","@ethereumjs/common":"^2.6.0","@ethereumjs/tx":"^3.4.0","@ethereumjs/vm":"git+https://github.com/celo-org/ethereumjs-vm.git#ethereumjs-vm-v5.6.0-celo2-gitpkg","@ethersproject/abi":"^5.1.2","@metamask/eth-sig-util":"^4.0.0","@sentry/node":"^5.18.1","@solidity-parser/parser":"^0.14.1","@types/bn.js":"^5.1.0","@types/lru-cache":"^5.1.0","abort-controller":"^3.0.0","adm-zip":"^0.4.16","ansi-escapes":"^4.3.0","chalk":"^2.4.2","chokidar":"^3.4.0","ci-info":"^2.0.0","debug":"^4.1.1","enquirer":"^2.3.0","env-paths":"^2.2.0","ethereum-cryptography":"^0.1.2","ethereumjs-abi":"^0.6.8","ethereumjs-util":"^7.1.3","find-up":"^2.1.0","fp-ts":"1.19.3","fs-extra":"^7.0.1","glob":"^7.1.3","https-proxy-agent":"^5.0.0","immutable":"^4.0.0-rc.12","io-ts":"1.10.4","lodash":"^4.17.11","merkle-patricia-tree":"^4.2.2","mnemonist":"^0.38.0","mocha":"^7.2.0","node-fetch":"^2.6.0","qs":"^6.7.0","raw-body":"^2.4.1","resolve":"1.17.0","semver":"^6.3.0","slash":"^3.0.0","solc":"0.7.3","source-map-support":"^0.5.13","stacktrace-parser":"^0.1.10","true-case-path":"^2.2.1","tsort":"0.0.1","uuid":"^8.3.2","ws":"^7.4.6"},"nyc":{"extension":[".ts"],"exclude":["**/*.d.ts","dev-build","sample-projects","test","coverage",".nyc_output","*.ts","*.js","internal","builtin-tasks","build-test"],"reporter":["text","lcovonly"],"all":true},"licenseText":"The contents of the \"sample-projects/\" directory is licensed under the\nThe Unlicense as defined below. All other Hardhat code is licensed under\nthe MIT License as defined below.\n\n\nThe MIT License\n\nCopyright (c) 2019 Nomic Labs LLC\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n\n\nThe Unlicense\n\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any\nmeans.\n\nIn jurisdictions that recognize copyright laws, the author or authors\nof this software dedicate any and all copyright interest in the\nsoftware to the public domain. We make this dedication for the benefit\nof the public at large and to the detriment of our heirs and\nsuccessors. We intend this dedication to be an overt act of\nrelinquishment in perpetuity of all present and future rights to this\nsoftware under copyright law.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to <http://unlicense.org/>\n","_id":"@bowdo/hardhat-celo@2.8.4","dist":{"shasum":"5a1280fe1ebbc6d0da8d714e1bb60584fd4c0017","integrity":"sha512-OqNebV5qZcdvGclq5ekzZwOt0w8ENBAWCnn4MQz9gU3Z6k4PSfwoFEmPeWtBDm3qVlfomS+Pm/eApZePiCeqYQ==","tarball":"https://registry.npmjs.org/@bowdo/hardhat-celo/-/hardhat-celo-2.8.4.tgz","fileCount":1070,"unpackedSize":3391555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKmvXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6OQ//RAouSxBPvGwzGYdg1ZWp7ST3l5sB3xVnHmtzEIT07/jFPwVf\r\nO5wzZbFQaxc8126aiJ83iCN0VJpViMfKAYhQfJz6TWJ93HHv/yOzjy/otk3S\r\n15Cz+RspV4a/iWAv1sxmuTmFraTdL2xIEpMtPKPOPbE9yWxmvoTzV7pv0bzd\r\nOo5L/gprW/arcvbHcmCHef/4oL9Fp8okjfT9e8ura9oR0rukFNDj5IBCzjhX\r\n/mcVNBajxrW9tOX993PLZBMPdP3cr7BGbUoyHhpuCJUdj5x6hwL9/nnzHp8n\r\nm8NndY6DdKV6RPFWMxjfLYl+Z4Oukh8hZLZ3GTOQ8lWqngJum6wTZw5CZlY8\r\nH1TEA0Z262KiiJjOuIDrbeZLf/8HsIqmtqqZ5H2Pt3M2ZJcBzYWwOvOiwjYB\r\nLDBR/8lH5GErCVfxsSI7+iYQtwaJKuHQRVpn9Uums+XS+oCpM+29I/d2jZ/h\r\nv/g6qzKXgD/a1kCIkDzFt3+6v+Yul9RayKksZhu9SaWnD2aWgQK6xbxenrXj\r\nvl9grG9/sF+iTcqXLVwRueNNHxVQDATF3GZZnu3f5sbASFV8db0NyAJtUHgK\r\nCgCQsSFWj4BHlwGAe97jJfhRbJ3YwlSpti2tLDXXcwVlZmai3nllMPW2n3lu\r\n/rhIEPJp0TAvsm1ajm7WNqKCH0o+9Vuuwoo=\r\n=qQFu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDC4p5kYsZtqVZlZO5UdpU4HFwwUhCwUBeYcW55euuzxgIgfMo34K9wq8uSDHjNFVkVJfm9m6/Q1+6gz/PxQS/bUdA="}]},"_npmUser":{"name":"bowd","email":"npm@bowd.io"},"directories":{},"maintainers":[{"name":"bowd","email":"npm@bowd.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hardhat-celo_2.8.4_1646947287489_0.7022964400001381"},"_hasShrinkwrap":false}},"time":{"created":"2022-03-10T21:13:46.000Z","2.8.4-1":"2022-03-10T21:13:46.362Z","modified":"2022-04-04T20:16:27.014Z","2.8.4":"2022-03-10T21:21:27.662Z"},"maintainers":[{"name":"bowd","email":"npm@bowd.io"}],"description":"Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.","homepage":"https://hardhat.org/","keywords":["ethereum","smart-contracts","hardhat","blockchain","dapps","javascript","tooling","task-runner","solidity"],"repository":{"type":"git","url":"https://github.com/nomiclabs/hardhat.git"},"author":{"name":"Nomic Labs LLC"},"license":"MIT","readme":"![](https://user-images.githubusercontent.com/176499/96893278-ebc67580-1460-11eb-9530-d5df3a3d65d0.png) [![NPM Package](https://img.shields.io/npm/v/hardhat.svg?style=flat-square)](https://www.npmjs.org/package/hardhat)\n\n---\n\nHardhat is an Ethereum development environment for professionals. It facilitates performing frequent tasks, such as running tests, automatically checking code for mistakes or interacting with a smart contract. Check out the [plugin list](https://hardhat.org/plugins/) to use it with your existing tools.\n\nDeveloped by [Nomic Labs](https://nomiclabs.io/) and funded by an Ethereum Foundation grant.\n\nJoin our [Hardhat Support Discord server](https://hardhat.org/discord) to stay up to date on new releases, plugins and tutorials.\n\n## Installation\n\nTo install Hardhat, go to an empty folder, initialize an `npm` project (i.e. `npm init`), and run\n\n```\nnpm install --save-dev hardhat\n```\n\nOnce it's installed, just run this command and follow its instructions:\n\n```\nnpx hardhat\n```\n\n## Documentation\n\nOn [Hardhat's website](https://hardhat.org) you will find:\n\n- [Guides to get started](https://hardhat.org/getting-started/)\n- [Hardhat Network](https://hardhat.org/hardhat-network/)\n- [Plugin list](https://hardhat.org/plugins/)\n\n## Contributing\n\nContributions are always welcome! Feel free to open any issue or send a pull request.\n\nGo to [CONTRIBUTING.md](./CONTRIBUTING.md) to learn about how to set up Hardhat's development environment.\n\n## Feedback, help and news\n\n[Hardhat Support Discord server](https://hardhat.org/discord): for questions and feedback.\n\n[Follow Hardhat on Twitter.](https://twitter.com/HardhatHQ)\n\n## Happy building!\n\n👷‍♀️👷‍♂️👷‍♀️👷‍♂️👷‍♀️👷‍♂️👷‍♀️👷‍♂️👷‍♀️👷‍♂️👷‍♀️👷‍♂️👷‍♀️👷‍♂️\n","readmeFilename":"README.md"}