Skip to content

Commit 45a00fe

Browse files
committed
new tokens route
1 parent 0e4390b commit 45a00fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/playground-web/src/app/insight/insightBlueprints.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [
7777
{
7878
name: "Get ERC-20 balances by address",
7979
path: "/v1/tokens/erc20/{ownerAddress}",
80+
deprecated: true,
81+
},
82+
{
83+
name: "Get tokens",
84+
path: "/v1/tokens",
8085
deprecated: false,
8186
},
8287
{

0 commit comments

Comments
 (0)