Skip to content

Commit 1adce01

Browse files
nicholaspaiclaude
andcommitted
chore: Remove unused IPFS/Pinata caching code
The PinataIPFSClient, IPFSUtils, and @pinata/sdk dependency are not consumed by any repo in @UMAprotocol or @across-protocol. Other repos that interact with Pinata do so via their own independent integrations. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7488859 commit 1adce01

6 files changed

Lines changed: 0 additions & 141 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
"@eth-optimism/sdk": "^3.3.1",
118118
"@ethersproject/bignumber": "^5.7.0",
119119
"@nktkas/hyperliquid": "^0.25.9",
120-
"@pinata/sdk": "^2.1.0",
121120
"@solana-program/compute-budget": "^0.11.0",
122121
"@solana-program/system": "^0.10.0",
123122
"@solana-program/token": "^0.9.0",

src/caching/IPFS/PinataIPFSClient.ts

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/caching/IPFS/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/caching/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
export * from "./IPFS";
21
export * from "./Arweave";
32
export * from "./Memory";

src/utils/IPFSUtils.ts

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/utils/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export * from "./TokenUtils";
1212
export * from "./LogUtils";
1313
export * from "./BundleUtils";
1414
export * from "./JSONUtils";
15-
export * from "./IPFSUtils";
1615
export * from "./NumberUtils";
1716
export * from "./DeploymentUtils";
1817
export * from "./FormattingUtils";

0 commit comments

Comments
 (0)