Skip to content

Commit

Permalink
Merge pull request #81 from smartcontractkit/chore/bump-chainlink-ver…
Browse files Browse the repository at this point in the history
…sion

Bump @chainlink/contracts version to 0.4.0
  • Loading branch information
PatrickAlphaC authored Feb 12, 2022
2 parents 349ad5d + 20b38df commit 814b361
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@appliedblockchain/chainlink-contracts": "0.0.4",
"@appliedblockchain/chainlink-plugins-fund-link": "0.0.1",
"@chainlink/contracts": "^0.3.1",
"@chainlink/contracts": "^0.4.0",
"@chainlink/test-helpers": "^0.0.7-alpha",
"@chainlink/token": "^1.1.0",
"babel-eslint": "^10.1.0",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,10 @@
"@truffle/contract" "^4.3.8"
ethers "^4.0.45"

"@chainlink/contracts@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@chainlink/contracts/-/contracts-0.3.1.tgz#a1a2e1b179a6ce6a9b5b16992f6202918110ef5c"
integrity sha512-A8DRvmfNCwLS1iduPPj7wNAZJMe9/ZimMhoHhbbBiq+7Vq/HFjiNcdoQ5NinFdXD5aTsoNUGG5pAYKj7YMpm9A==
"@chainlink/contracts@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@chainlink/contracts/-/contracts-0.4.0.tgz#4bcfd486d02cdc73047f27904119d0f8cb7291f4"
integrity sha512-yZGeCBd7d+qxfw9r/JxtPzsW2kCc6MorPRZ/tDKnaJI98H99j5P2Fosfehmcwk6wVZlz+0Bp4kS1y480nw3Zow==

"@chainlink/test-helpers@0.0.5":
version "0.0.5"
Expand Down Expand Up @@ -503,6 +503,7 @@
tmp "0.0.33"

"@eth-optimism/solc-v0.6.12@npm:@eth-optimism/solc@^0.6.12-alpha.1", "@eth-optimism/solc@^0.6.12-alpha.1":
name "@eth-optimism/solc-v0.6.12"
version "0.6.12-alpha.1"
resolved "https://registry.yarnpkg.com/@eth-optimism/solc/-/solc-0.6.12-alpha.1.tgz#041876f83b34c6afe2f19dfe9626568df6ed8590"
integrity sha512-Ky73mo+2iNJs/VTaT751nMeZ7hXns0TBAlffTOxIOsScjAZ/zi/KWsDUo3r89aV2JKXcYAU/bLidxF40MVJeUw==
Expand Down

0 comments on commit 814b361

Please sign in to comment.