Skip to content

Commit e0d557e

Browse files
yacine-benichouYacine Benichoudwightjl
authored
Vrf v2 cost calculator (#1353)
* Create design of VRF v2 cost calculator * Add checkbox to have user choose method and compute parameters to compute vrf request cost * Finalize VRF Cost Calculator * Fix API url link * fix API URL issue when calling * Fix total cost output bugs + Add chain icons next to chain name in dropdown + Solve dropdown issue that didn't show on click when input is filled * Fix bug when previous data are not refreshed after changing chain and network in calculator * Fix responsive design issues + Add icons next to network options in dropdown menu + Fix issue where data wre not fetched from API when changing vrf method * Cost calculator edits * Refactor rebase issues + Fix issues that make API calls for BNB fail * Fix issue where gas price input was not taken into account in request cost computation + Add maxCost computation in subscription method depending on gas lane chosen * Apply design suggestions + Fix gas price that formatted the value before the user finished typing * Syntax fix * Add verification gas row in cost table of subscription method + Apply small syntax suggestions * Edits * Add Caret svg to dropdown input * Writer edits * Lint fix --------- Co-authored-by: Yacine Benichou <[email protected]> Co-authored-by: Dwight Lyle <[email protected]>
1 parent a721aee commit e0d557e

File tree

10 files changed

+1042
-3
lines changed

10 files changed

+1042
-3
lines changed

src/features/feeds/components/FeedPage.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import FeedsCommonCallout from "../callouts/FeedsCommonCallout.astro"
3-
import { FeedList } from "./FeedList.tsx"
4-
import type { DataFeedType } from "./FeedList.tsx"
3+
import { FeedList } from "./FeedList"
4+
import type { DataFeedType } from "./FeedList"
55
import { Aside } from "@components"
66
export type Props = {
77
initialNetwork?: string

0 commit comments

Comments
 (0)