Skip to content

Commit

Permalink
Removes warp and sets up future-thought ao atomic license tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Sep 11, 2024
1 parent 69afbad commit 1e6af0a
Show file tree
Hide file tree
Showing 33 changed files with 1,677 additions and 2,602 deletions.
6 changes: 6 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extensions": ["ts"],
"node-option": [
"import=tsx"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const config: Partial<ArtByCityConfig> = {
type: 'disabled' // 'memcache' | 'disabled'
}
}
const abc = new ArtByCity(arweave)
const abc = new ArtByCity(arweave, config)
```

#### Authenticated Client
Expand Down
Loading

0 comments on commit 1e6af0a

Please sign in to comment.