Skip to content

Commit

Permalink
Merge pull request #71 from smartcontractkit/0.3.0contracts
Browse files Browse the repository at this point in the history
updated for 0.3.0 and added prettier
  • Loading branch information
PatrickAlphaC authored Dec 8, 2021
2 parents bb69821 + 3f86e4e commit cfb0cc0
Show file tree
Hide file tree
Showing 4 changed files with 12,045 additions and 12,854 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"semi": false,
"trailingComma": "all",
"printWidth": 127
}
6 changes: 3 additions & 3 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ module.exports = {
},
kovan: {
url: KOVAN_RPC_URL,
accounts: [PRIVATE_KEY],
accounts: [PRIVATE_KEY],
//accounts: {
// mnemonic: MNEMONIC,
// },
// mnemonic: MNEMONIC,
// },
saveDeployments: true,
},
rinkeby: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@appliedblockchain/chainlink-contracts": "0.0.4",
"@appliedblockchain/chainlink-plugins-fund-link": "0.0.1",
"@chainlink/contracts": "^0.2.2",
"@chainlink/contracts": "^0.3.0",
"@chainlink/test-helpers": "0.0.5",
"@chainlink/token": "^1.1.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
Expand Down
Loading

0 comments on commit cfb0cc0

Please sign in to comment.