From 5316ef9118457b6ec20bf4c4b957a74d43817bc2 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 16 Jun 2023 15:06:15 +0000 Subject: [PATCH] bug fix --- scripts/eth_sol/eth_pay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()