@evmexplorer/blockscout
Advanced tools
+9
-9
@@ -415,9 +415,9 @@ type TokenBlockscout = { | ||
| type SearchItemsBlockscout = { | ||
| address: string; | ||
| address_url?: string; | ||
| address_hash: string; | ||
| address_url: string; | ||
| certified: boolean; | ||
| ens_info?: ENSInfo; | ||
| circulating_market_cap?: string | null; | ||
| exchange_rate?: string | null; | ||
| icon_url?: string | null; | ||
| circulating_market_cap: string | null; | ||
| exchange_rate: string | null; | ||
| icon_url: string | null; | ||
| is_smart_contract_verified: boolean; | ||
@@ -427,8 +427,8 @@ is_verified_via_admin_panel?: boolean; | ||
| priority: 0 | 2; | ||
| symbol?: string; | ||
| token_type?: 'ERC-20' | 'ERC-721' | 'ERC-1155'; | ||
| token_url?: string; | ||
| reputation: string; | ||
| symbol: string; | ||
| token_type: 'ERC-20' | 'ERC-721' | 'ERC-1155'; | ||
| token_url: string; | ||
| total_supply?: string; | ||
| type: 'token' | 'ens_domain'; | ||
| url: string; | ||
| }; | ||
@@ -435,0 +435,0 @@ type ENSInfo = { |
+9
-9
@@ -415,9 +415,9 @@ type TokenBlockscout = { | ||
| type SearchItemsBlockscout = { | ||
| address: string; | ||
| address_url?: string; | ||
| address_hash: string; | ||
| address_url: string; | ||
| certified: boolean; | ||
| ens_info?: ENSInfo; | ||
| circulating_market_cap?: string | null; | ||
| exchange_rate?: string | null; | ||
| icon_url?: string | null; | ||
| circulating_market_cap: string | null; | ||
| exchange_rate: string | null; | ||
| icon_url: string | null; | ||
| is_smart_contract_verified: boolean; | ||
@@ -427,8 +427,8 @@ is_verified_via_admin_panel?: boolean; | ||
| priority: 0 | 2; | ||
| symbol?: string; | ||
| token_type?: 'ERC-20' | 'ERC-721' | 'ERC-1155'; | ||
| token_url?: string; | ||
| reputation: string; | ||
| symbol: string; | ||
| token_type: 'ERC-20' | 'ERC-721' | 'ERC-1155'; | ||
| token_url: string; | ||
| total_supply?: string; | ||
| type: 'token' | 'ens_domain'; | ||
| url: string; | ||
| }; | ||
@@ -435,0 +435,0 @@ type ENSInfo = { |
+3
-3
| { | ||
| "name": "@evmexplorer/blockscout", | ||
| "version": "0.0.28", | ||
| "version": "0.0.29", | ||
| "description": "EVM Explorer TypeScript BlockScout V2 sdk", | ||
@@ -38,7 +38,7 @@ "main": "dist/index.js", | ||
| "@changesets/cli": "^2.27.9", | ||
| "@types/node": "24.10.1", | ||
| "@types/node": "25.0.3", | ||
| "prettier": "3.7.1", | ||
| "tsup": "8.5.1", | ||
| "typescript": "^5.6.3", | ||
| "vitest": "4.0.14" | ||
| "vitest": "4.0.16" | ||
| }, | ||
@@ -45,0 +45,0 @@ "repository": { |
52688
0.02%