Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Feb 23, 2024
1 parent cf2e414 commit f6a9d47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ NEXT_PUBLIC_HCAPTCHA_SITE_KEY=10000000-ffff-ffff-ffff-000000000001
NEXT_PUBLIC_IS_LOCAL=true
NEXT_PUBLIC_CONTRACT_FUNGIBLE_TOKEN=0xee82856bf20e2aa6
NEXT_PUBLIC_CONTRACT_FLOW_TOKEN=0x0ae53cb6e3f42a79
NEXT_PUBLIC_CONTRACT_FUSD=0xf8d6e0586b0a20c7
NEXT_PUBLIC_CONTRACT_EVM=0xf8d6e0586b0a20c7
NEXT_PUBLIC_GA_MEASUREMENT_ID=

Expand Down
2 changes: 1 addition & 1 deletion lib/flow/fund.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as fcl from "@onflow/fcl"
import * as t from "@onflow/types"
import {FLOW_TYPE, FUSD_TYPE} from "../constants"
import {FLOW_TYPE} from "../constants"
import publicConfig, {TOKEN_FUNDING_AMOUNTS} from "../publicConfig"
import {sendTransaction} from "./send"

Expand Down

0 comments on commit f6a9d47

Please sign in to comment.