Skip to content

Commit e039248

Browse files
committed
add copy page button
1 parent 27b19e5 commit e039248

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/config/data/ccip/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { SupportedChain } from "~/config/types.ts"
22
import { chainToTechnology } from "~/config/chains.ts"
33
import { NetworkFeeStructure, PoolType, TokenMechanism, LaneSpecificFeeKey, RateLimiterConfig } from "./types.ts"
44
import { networkFees } from "./data.ts"
5-
import { commify } from "~/utils/index.js"
5+
import { commify } from "~/utils/number.ts"
66
import { formatUnits } from "ethers"
77

88
// Define valid pool type combinations and their corresponding mechanisms

src/features/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from "@config/index.ts"
1111
import { CCIP_TOKEN_ICON_MAPPINGS } from "@config/data/ccip/tokenIconMappings.ts"
1212
import { toQuantity } from "ethers"
13-
import referenceChains from "src/scripts/reference/chains.json" with { type: "json" }
13+
import referenceChains from "~/scripts/reference/chains.json" with { type: "json" }
1414

1515
interface AddEthereumChainParameter {
1616
chainId: string

src/features/vrf/v2/components/CostTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "./costTable.css"
44
import { useCallback, useEffect, useReducer } from "preact/hooks"
55
import { parseUnits, formatUnits, parseEther } from "ethers"
66
import button from "@chainlink/design-system/button.module.css"
7-
import { commify } from "~/utils/index.js"
7+
import { commify } from "~/utils/number.ts"
88

99
interface Props {
1010
method: "vrfSubscription" | "vrfDirectFunding"

0 commit comments

Comments
 (0)