Skip to content

Commit 9d44f43

Browse files
author
jeff1010-web
authored
Merge pull request #4 from proyecto26/feature/chainlink
Fix Chainlink config
2 parents d9d2414 + 38da55d commit 9d44f43

File tree

5 files changed

+11315
-52899
lines changed

5 files changed

+11315
-52899
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ yarn start
5555
cd server
5656
yarn start
5757
```
58-
- **Smart Contracts:**
58+
- **Blockchain:**
5959
```
6060
cd smartcontracts
6161
yarn start

smartcontracts/hardhat.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
require('@nomiclabs/hardhat-waffle');
22
require('@nomiclabs/hardhat-ethers');
33
require("@nomiclabs/hardhat-etherscan");
4+
require("@nomiclabs/hardhat-web3");
45
require('@appliedblockchain/chainlink-plugins-random-number-consumer');
6+
require("@appliedblockchain/chainlink-plugins-fund-link");
57
require('hardhat-deploy');
68
require('solidity-coverage');
79

0 commit comments

Comments
 (0)