diff --git a/env.example b/env.example index f8b9fa9..c2e8350 100644 --- a/env.example +++ b/env.example @@ -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= diff --git a/lib/flow/fund.ts b/lib/flow/fund.ts index ef99378..dda10bd 100644 --- a/lib/flow/fund.ts +++ b/lib/flow/fund.ts @@ -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"