When following the instructions I get the following error running `yarn example` ``` import { createWatcher } from '@makerdao/multicall'; ^ SyntaxError: Unexpected token { ``` I resolved this by using the following code instead ``` var mc = require("@makerdao/multicall") //snip const watcher = mc.createWatcher( // snip ```
When following the instructions I get the following error running
yarn exampleI resolved this by using the following code instead