Skip to content

Commit

Permalink
Revert back to v1 on endpoint (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrianchen authored Apr 21, 2022
1 parent 7619c4c commit a99ae4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function createAlchemyWeb3(
restSender,
callback,
params,
path: "/v2/getNFTs/",
path: "/v1/getNFTs/",
});
}

Expand Down Expand Up @@ -224,7 +224,7 @@ export function createAlchemyWeb3(
restSender,
callback,
params,
path: "/v2/getNFTMetadata/",
path: "/v1/getNFTMetadata/",
}),
getNfts,
getTransactionReceipts: (params: TransactionReceiptsParams, callback) =>
Expand Down

0 comments on commit a99ae4b

Please sign in to comment.