This commit is contained in:
Tim Olson
2024-01-09 13:30:08 -04:00
parent 8007b29fcf
commit e617810870
5 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ import {mockErc20Abi} from "./abi.js";
export async function faucet( chainId, owner, vault=null ) {
if( chainId === 31337 || chainId === 53261 ) {
if( chainId === 31337 || chainId === 1337 ) {
if( vault === null )
vault = vaultAddress(chainId, owner)
const provider = getProvider(chainId);