diff --git a/scripts/eth_sol/eth_pay.js b/scripts/eth_sol/eth_pay.js index 0812fe8..5635c94 100644 --- a/scripts/eth_sol/eth_pay.js +++ b/scripts/eth_sol/eth_pay.js @@ -1,7 +1,7 @@ import pg from 'pg' import dotenv from 'dotenv' import { ethers } from 'ethers' -import {reportError} from './error.js' +import {reportError} from './errors.js' dotenv.config()