Skip to content

Commit

Permalink
chore: ethers import
Browse files Browse the repository at this point in the history
  • Loading branch information
SGiaccobasso committed Sep 24, 2024
1 parent 55df272 commit 10d2503
Showing 1 changed file with 1 addition and 1 deletion.
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 10d2503

Please sign in to comment.