Skip to content

Commit

Permalink
remove ipfs-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
moshmage committed Jul 29, 2024
1 parent 8615838 commit b514306
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 98 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"dependencies": {
"bignumber.js": "^9.1.1",
"date-fns": "^2.27.0",
"ipfs-http-client": "^50.1.2",
"web3": "4.10.0"
},
"devDependencies": {
Expand All @@ -49,8 +48,6 @@
"@types/yargs": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.1.1",
"chai": "^4.3.4",
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
Expand Down
56 changes: 0 additions & 56 deletions src/base/ipfs-wrapper.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export * from '@base/model';
export * from '@base/ownable';
export * from '@base/web3-connection';
export * from '@base/web3-contract';
export * from '@base/ipfs-wrapper';
export * from '@base/governed';

export * from '@interfaces/deployable';
Expand Down
38 changes: 0 additions & 38 deletions test/base/ipfs-wrapper.spec.ts

This file was deleted.

0 comments on commit b514306

Please sign in to comment.