forked from smartcontractkit/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract the dropdown menu from VRF v2 cost calculator #1
Open
simkasss
wants to merge
33
commits into
main
Choose a base branch
from
extract-dropdown-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yacine-benichou
force-pushed
the
move-chain-data
branch
from
August 8, 2023 09:03
e438d6c
to
13b5ccf
Compare
Remove redundant word
* Network rename
* Update tutorial templates based on feedback * Architecture diagram example
* CCIP conceptual doc edits
* add any-api collection * add architecture-overview collection * add bif collection * add chainlink-automation collection * update bif index page url * add chainlink-functions collection * add chainlink-nodes collection * add data-feeds collection * add getting-started collection * add resources collection * add vrf collection * change chainlink-nodes type mdx -> astro * update .md files path pages -> content * delete redundant lines and comments * change two links to lowercase * functionscllient -> functions-client * add ccip collection * api-reference/Functions -> api-reference/functions * add base collection * fix TOC * remove permalink * update linkcheckWrapper * Empty-Commit * Apply Chainlink Node docs updates * Delete BIF docs * Rename FunctionsClient and Functions pages * Refresh package-lock.json * Redirects * Add .astro/ to .gitignore * Update test-tokens.mdx Remove redundant word * Network rename (smartcontractkit#1431) * Network rename * Fix typo EOA address by EOA in CCIP page * Tutorial template (smartcontractkit#1425) * Update tutorial templates based on feedback * Architecture diagram example * content -> frontmatter --------- Co-authored-by: aelmanaa <[email protected]> Co-authored-by: Dwight Lyle <[email protected]> Co-authored-by: Yacine Benichou <[email protected]>
* sections collapse * left sidebar collapses * improve style * flatteningArray -> flattenChildren * CSS changes --------- Co-authored-by: Dwight Lyle <[email protected]>
* Add feed notice capability --------- Co-authored-by: Yacine Benichou <[email protected]> * Fix typescript issues * Edits * More edits not included in previous commit * Updates * Fix typo in threshold variable name --------- Co-authored-by: Yacine Benichou <[email protected]>
* wip * wip * wip * wip * wip * wip * wip * wip * wip * change to absolute imports * update imports * update supportedNetworkShortcut * Add capability for feed notices (smartcontractkit#1440) * Add feed notice capability --------- Co-authored-by: Yacine Benichou <[email protected]> * Fix typescript issues * Edits * More edits not included in previous commit * Updates * Fix typo in threshold variable name --------- Co-authored-by: Yacine Benichou <[email protected]> * fix import --------- Co-authored-by: Dwight Lyle <[email protected]> Co-authored-by: Yacine Benichou <[email protected]>
* BASE mainnet feeds
* Update chain metadata * Update scripts/reference/chains.json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relates issues
Relates smartcontractkit#1423
Description
The dropdown menu is extracted from the VRF v2 cost calculator in order to make it reusable in other components.
Changes
queryString
parameter to networks data, in order to easier create and access search parametersgetNetworkFromQueryString
function, in order to get chain network object from search parametersuseQueryString
, in order to get information about selected chain and network from urluseQueryString
to use URLSearchParams instead of query-string, because URLSearchParams is built-in