Select the types of activity you want to include in your feed.
1import { TestNetwork } from "./lib"; 2 3(async () => { 4 const network = await TestNetwork.create({}); 5 console.log("hi"); 6})();