Skip to content

Commit

Permalink
Move chain data (smartcontractkit#1426)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people committed Aug 8, 2023
1 parent e7f3e0e commit 9429bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/feeds/components/Tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { clsx } from "../../../lib"
import { ChainNetwork } from "~/features/data/chains"
import tableStyles from "./Tables.module.css"
import { CheckHeartbeat } from "./pause-notice/CheckHeartbeat"
import { monitoredFeeds, FeedDataItem } from "../data"
import { monitoredFeeds, FeedDataItem } from "~/features/data"

const feedItems = monitoredFeeds.mainnet
const feedCategories = {
Expand Down
2 changes: 1 addition & 1 deletion src/features/vrf/v2/components/CostTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export const CostTable = ({ method }: Props) => {
dispatch({ type: "SET_LOADING", payload: false })
console.error(error)
})

setSupportedNetworkShortcut(getsupportedNetworkShortcut(networkName))
return () => dispatch({ type: "SET_LOADING", payload: false })
}, [method, network, mainChain, chain])

Expand Down

0 comments on commit 9429bf7

Please sign in to comment.