Skip to content

Commit

Permalink
chore: change ethers version
Browse files Browse the repository at this point in the history
  • Loading branch information
SGiaccobasso committed Sep 24, 2024
1 parent 10d2503 commit 779234c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies
run: |
npm install ethers@5.7.2
npm install ethers@6.13.2
npm install axios
- name: Extract and validate new tokens
Expand Down
2 changes: 1 addition & 1 deletion scripts/validate-token-configs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as fs from "fs";
import ethers from "ethers";
import { ethers } from "ethers";
import axios from "axios";

/*
Expand Down

0 comments on commit 779234c

Please sign in to comment.