Skip to content

Commit

Permalink
Merge branch 'release/v4.0.0-beta.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerEther committed Jun 27, 2023
2 parents c806e7b + b9f633f commit f2a5f48
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Adrastia Periphery is a set of Solidity smart contracts that complement the [Adr

### Requirements

- node: v14 or later
- node: v16 or later
- yarn
- git

Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
},
etherscan: {
apiKey: {
etherscan: process.env.ETHERSCAN_API_KEY,
mainnet: process.env.ETHERSCAN_API_KEY,
polygon: process.env.POLYGONSCAN_API_KEY,
},
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adrastia-oracle/adrastia-periphery",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"main": "index.js",
"author": "TRILEZ SOFTWARE INC.",
"license": "MIT",
Expand All @@ -24,13 +24,13 @@
"!artifacts/contracts/**/*.dbg.json"
],
"engines": {
"node": ">=14"
"node": ">=16"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@adrastia-oracle/adrastia-core": "4.0.0-beta.4",
"@adrastia-oracle/adrastia-core": "4.0.0-beta.5",
"@openzeppelin-v3/contracts": "npm:@openzeppelin/contracts@3.4.2",
"@openzeppelin-v4/contracts": "npm:@openzeppelin/contracts@4.6.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@adrastia-oracle/adrastia-core@4.0.0-beta.4":
version "4.0.0-beta.4"
resolved "https://registry.yarnpkg.com/@adrastia-oracle/adrastia-core/-/adrastia-core-4.0.0-beta.4.tgz#5ed7deea0bc18b2d2e6935c0c0cce81204607f21"
integrity sha512-YBuQDGU8FiTVwyx9DJjPHBkds6RA41McM7Ai4gjQhRkrHd5zCDJIgjjgq7BBjI1WJwVQ2quJMaG7nLK0r2B7EQ==
"@adrastia-oracle/adrastia-core@4.0.0-beta.5":
version "4.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@adrastia-oracle/adrastia-core/-/adrastia-core-4.0.0-beta.5.tgz#c007285fd21b2851c530030d6dc435b623744fc3"
integrity sha512-yWIiZlT/8F+fGOOY93SOQfXQdUJ1901bpy3B/ksi7GfrFKTiFj0wa20GsKCVFfoq+NqgttrlGwuZokJwQdI3eA==
dependencies:
"@openzeppelin-v4/contracts" "npm:@openzeppelin/contracts@4.6.0"
"@prb/math" "^2.5.0"
Expand Down

0 comments on commit f2a5f48

Please sign in to comment.