Skip to content

Commit

Permalink
chore: update ethcall
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Feb 5, 2025
1 parent d3db43e commit 1ab7d9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: npm
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
- name: Setup node version
uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: 22
cache: npm
registry-url: 'https://registry.npmjs.org'
- name: Install modules
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
"@curvefi/ethcall": "6.0.7",
"@curvefi/ethcall": "6.0.12",
"bignumber.js": "^9.1.2",
"ethers": "^6.13.4",
"memoizee": "^0.4.17"
Expand Down

0 comments on commit 1ab7d9e

Please sign in to comment.