Skip to content

Commit

Permalink
Merge pull request #11 from 1inch/MS-920-upgrade-web3
Browse files Browse the repository at this point in the history
MS-920 build: upgrade web3
  • Loading branch information
krboktv authored Apr 7, 2023
2 parents 3aad918 + 9c4e9ab commit 4017831
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 275 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '18.x'

- name: Install yarn
run: npm install --global yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '18.x'

- name: Install yarn
run: npm install --global yarn
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": "@1inch/multicall",
"version": "1.0.7",
"version": "1.0.8",
"description": "High-weight optimized call-processor",
"repository": {
"type": "git",
Expand All @@ -22,10 +22,10 @@
},
"dependencies": {
"@ethersproject/bignumber": "^5.2.0",
"web3": "1.7.4"
"web3": "1.8.1"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@types/jest": "^26.0.22",
Expand Down
Loading

0 comments on commit 4017831

Please sign in to comment.