faucet tweak
This commit is contained in:
@@ -5,7 +5,8 @@ import {mockERC20Contract} from "./contract.js";
|
|||||||
|
|
||||||
|
|
||||||
export async function gib( chainId, owner, vault, tokenAmounts ) {
|
export async function gib( chainId, owner, vault, tokenAmounts ) {
|
||||||
if( (chainId === 31337 || chainId === 1337) && owner !== null && vault !== null ) {
|
if (!owner || !vault) return
|
||||||
|
if( (chainId === 31337 || chainId === 1337) ) {
|
||||||
const provider = getProvider(chainId);
|
const provider = getProvider(chainId);
|
||||||
let faucet = new ethers.Wallet(
|
let faucet = new ethers.Wallet(
|
||||||
// Dev Account #8
|
// Dev Account #8
|
||||||
|
|||||||
Reference in New Issue
Block a user