Update getFactoryInfo.js

This commit is contained in:
Daniel
2022-11-05 11:38:58 +01:00
parent c0a2b8b15d
commit 1a203532c1

View File

@@ -0,0 +1,6 @@
import { abis } from "@my-app/contracts";
import { getPairsInfo } from "./getPairsInfo";
export const getFactoryInfo = async (factoryAddress, web3) => {
}