Closed adamazad closed 3 years ago
Typescript has a problem with compiling json
import as it is right now. I'll apply this fix along with bundling script refactor.
// tsc adds ["default"] to the imported object
import addresses from './addresses.json'
// tsc is now happy
import * as addresses from './addresses.json'
Using aqua-sc@0.1.2,
throws
For now, this works