Skip to content

Commit 1d081ec

Browse files
committed
More API reference feedback
- Remove summaries from sidebar - Allow selecting from all supported networks - Make feed ID a dropdown (allow valid hex strings that aren't valid price feeds so people can see errors) - Add link to price feed list from price feed ID autocomplete dropdown - Put results inline
1 parent 4d6991f commit 1d081ec

File tree

514 files changed

+2658
-541
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

514 files changed

+2658
-541
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: trailing-whitespace
66
exclude: target_chains/sui/vendor/|patches/
77
- id: end-of-file-fixer
8-
exclude: target_chains/sui/vendor/|patches/
8+
exclude: target_chains/sui/vendor/|patches/|apps/api-reference/public/currency-icons/
99
- id: check-added-large-files
1010
exclude: target_chains/sui/vendor/|patches/
1111
# Hook to format many type of files in the repo

apps/api-reference/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,15 @@
2727
"@headlessui/react": "^2.0.4",
2828
"@heroicons/react": "^2.1.4",
2929
"@next/third-parties": "^14.2.4",
30+
"@pythnetwork/client": "^2.21.1",
3031
"@pythnetwork/pyth-sdk-solidity": "workspace:^",
32+
"@solana/web3.js": "^1.95.1",
3133
"@tanstack/react-query": "^5.45.1",
34+
"bs58": "^5.0.0",
3235
"clsx": "^2.1.1",
3336
"connectkit": "^1.8.2",
3437
"cryptocurrency-icons": "^0.18.1",
38+
"framer-motion": "^11.3.8",
3539
"next": "^14.2.4",
3640
"next-themes": "^0.3.0",
3741
"pino": "^9.2.0",
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)