From 570a456d432011b623db13d3d2c90b341de8d880 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 17 Jul 2024 16:57:49 -0400 Subject: [PATCH] bugfix d'oh --- faucet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/faucet.js b/faucet.js index f2b8a08..f1fa810 100644 --- a/faucet.js +++ b/faucet.js @@ -2,6 +2,7 @@ import {ethers} from "ethers"; import {getProvider} from "./blockchain.js"; import {chainInfo} from "./chain.js"; import {mockERC20Contract, newContract} from "./contract.js"; +import {metadata} from "./metadata.js"; export async function gib( chainId, owner, vault, tokenAmounts ) {