Van Hohenheim

Results 1 comments of Van Hohenheim

Well since the Fetcher class isn't exported anymore, here's a function to get `Pair`: ```js const getChainProvider = () => { return (new ethers.providers.JsonRpcProvider(process.env.RPC)); } const getPair = async (tokenA:...