Skip to content

Commit

Permalink
Merge pull request #3500 from poanetwork/vb-explorer-solc-update
Browse files Browse the repository at this point in the history
Update solc version in explorer folder
  • Loading branch information
vbaranov committed Dec 2, 2020
2 parents a4b04d3 + 7df5924 commit 90c5eb2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [#3457](https://github.com/poanetwork/blockscout/pull/3457) - Fix doubled token transfer on block's page if block has reorg

### Chore
- [#3500](https://github.com/poanetwork/blockscout/pull/3500) - Update solc version in explorer folder
- [#3498](https://github.com/poanetwork/blockscout/pull/3498) - Make Staking DApp work with transferAndCall function
- [#3496](https://github.com/poanetwork/blockscout/pull/3496) - Rollback websocket_client module to 1.3.0
- [#3489](https://github.com/poanetwork/blockscout/pull/3489) - Migrate to Webpack@5
Expand Down
14 changes: 10 additions & 4 deletions apps/explorer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"author": "POA Network",
"license": "GPL-3.0",
"engines": {
"node": "12.x",
"node": "14.x",
"npm": "6.x"
},
"scripts": {},
"dependencies": {
"solc": "^0.6.12"
"solc": "^0.7.5"
}
}

0 comments on commit 90c5eb2

Please sign in to comment.