diff --git a/apps/playground-web/src/app/insight/insightBlueprints.ts b/apps/playground-web/src/app/insight/insightBlueprints.ts index 69add9a31fe..d6b99b5c793 100644 --- a/apps/playground-web/src/app/insight/insightBlueprints.ts +++ b/apps/playground-web/src/app/insight/insightBlueprints.ts @@ -77,6 +77,11 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [ { name: "Get ERC-20 balances by address", path: "/v1/tokens/erc20/{ownerAddress}", + deprecated: true, + }, + { + name: "Get tokens", + path: "/v1/tokens", deprecated: false, }, {