From 63180be334718daa1ebee2c0a90485cc70299c95 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 8 Dec 2021 11:44:28 -0800 Subject: [PATCH] Add hardhat ecosystem --- data/ecosystems/h/hardhat.toml | 91 ++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 data/ecosystems/h/hardhat.toml diff --git a/data/ecosystems/h/hardhat.toml b/data/ecosystems/h/hardhat.toml new file mode 100644 index 00000000..b8174002 --- /dev/null +++ b/data/ecosystems/h/hardhat.toml @@ -0,0 +1,91 @@ +# Ecosystem Level Information +title = "Hardhat" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/nomiclabs"] + +# Repositories +[[repo]] +url = "https://github.com/nomiclabs/buidler" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-docker-solc" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-ethers" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-etherscan" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-evm-demo" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-hackathon-boilerplate" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-solhint" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-solpp" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-truffle4" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-truffle5" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-ts-plugin-boilerplate" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-web3" + +[[repo]] +url = "https://github.com/nomiclabs/buidler-web3-legacy" + +[[repo]] +url = "https://github.com/nomiclabs/eth-sig-util" + +[[repo]] +url = "https://github.com/nomiclabs/ethereum-hackathon-setup-checker" + +[[repo]] +url = "https://github.com/nomiclabs/ethereumjs-vm" + +[[repo]] +url = "https://github.com/nomiclabs/evmodin" + +[[repo]] +url = "https://github.com/nomiclabs/hardhat" + +[[repo]] +url = "https://github.com/nomiclabs/hardhat-hackathon-boilerplate" + +[[repo]] +url = "https://github.com/nomiclabs/hardhat-ignition" + +[[repo]] +url = "https://github.com/nomiclabs/hardhat-ts-plugin-boilerplate" + +[[repo]] +url = "https://github.com/nomiclabs/hardhat-vscode-feedback" + +[[repo]] +url = "https://github.com/nomiclabs/solidity-coverage" + +[[repo]] +url = "https://github.com/nomiclabs/solidity-debugging-symbols-pocs" + +[[repo]] +url = "https://github.com/nomiclabs/solidity-without-gitattributes" + +[[repo]] +url = "https://github.com/nomiclabs/truffle" + +[[repo]] +url = "https://github.com/nomiclabs/truffle-flattener" + +[[repo]] +url = "https://github.com/nomiclabs/WebSocket-Node"