Skip to content

Commit 151050e

Browse files
committed
Refreshing tutorial for hardhat
1 parent ea6c6a6 commit 151050e

20 files changed

+323
-237
lines changed

common/hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const enableGasReport = !!process.env.ENABLE_GAS_REPORT;
3636

3737
const config = {
3838
solidity: {
39-
version: '0.8.1',
39+
version: '0.8.3',
4040
settings: {
4141
optimizer: {
4242
enabled: true,

common/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"clean": "hardhat clean",
77
"compile": "hardhat compile",
8+
"develop": "hardhat console --network hardhat",
89
"console": "hardhat console",
910
"coverage": "hardhat coverage",
1011
"lint": "npm run lint:sol && npm run lint:js",

distribution/hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const enableGasReport = !!process.env.ENABLE_GAS_REPORT;
3636

3737
const config = {
3838
solidity: {
39-
version: '0.8.1',
39+
version: '0.8.3',
4040
settings: {
4141
optimizer: {
4242
enabled: true,

distribution/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"clean": "hardhat clean",
77
"compile": "hardhat compile",
8+
"develop": "hardhat console --network hardhat",
89
"console": "hardhat console",
910
"coverage": "hardhat coverage",
1011
"lint": "npm run lint:sol && npm run lint:js",

governance/hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const enableGasReport = !!process.env.ENABLE_GAS_REPORT;
3636

3737
const config = {
3838
solidity: {
39-
version: '0.8.1',
39+
version: '0.8.3',
4040
settings: {
4141
optimizer: {
4242
enabled: true,

governance/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"clean": "hardhat clean",
77
"compile": "hardhat compile",
8+
"develop": "hardhat console --network hardhat",
89
"console": "hardhat console",
910
"coverage": "hardhat coverage",
1011
"lint": "npm run lint:sol && npm run lint:js",

oracle/hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const enableGasReport = !!process.env.ENABLE_GAS_REPORT;
3636

3737
const config = {
3838
solidity: {
39-
version: '0.8.1',
39+
version: '0.8.3',
4040
settings: {
4141
optimizer: {
4242
enabled: true,

oracle/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"clean": "hardhat clean",
77
"compile": "hardhat compile",
8+
"develop": "hardhat console --network hardhat",
89
"console": "hardhat console",
910
"coverage": "hardhat coverage",
1011
"lint": "npm run lint:sol && npm run lint:js",

token/hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const enableGasReport = !!process.env.ENABLE_GAS_REPORT;
3636

3737
const config = {
3838
solidity: {
39-
version: '0.8.1',
39+
version: '0.8.3',
4040
settings: {
4141
optimizer: {
4242
enabled: true,

token/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"clean": "hardhat clean",
77
"compile": "hardhat compile",
8+
"develop": "hardhat console --network hardhat",
89
"console": "hardhat console",
910
"coverage": "hardhat coverage",
1011
"lint": "npm run lint:sol && npm run lint:js",

0 commit comments

Comments
 (0)