Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Sep 28, 2023
1 parent 0346116 commit a7cd8cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions packages/panoptic-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Typescript SDK for Panoptic
- [x] `createPanopticPosition`
- [x] `calculatePanopticTokenID`
- [x] `calculatePanopticPositionKey`
- [ ] `calculatePanopticPoolAddress`
- [ ] `calculateCollateralTrackerAddress`
- [ ] `calculatePanopticMintOptions`
- [ ] `calculatePanopticRollOptions`
- [ ] `calculatePanopticBurnOptions`
Expand Down
2 changes: 1 addition & 1 deletion packages/panoptic-sdk/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
test: {
environment: "node",
include: ["**/*.test.ts"],
testTimeout: 10_000,
testTimeout: 100_000,
globalSetup: ["src/_test/globalSetup.ts"],
coverage: {
reporter: process.env.CI ? ["lcov"] : ["text", "json", "html"],
Expand Down
2 changes: 0 additions & 2 deletions packages/uniswap-v3-sdk/src/utils/bytecode.ts

This file was deleted.

0 comments on commit a7cd8cc

Please sign in to comment.