Skip to content

Commit

Permalink
add contractEVM to PublicConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Feb 15, 2024
1 parent d94652a commit 70b5e50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/publicConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export type PublicConfig = {
contractFungibleToken: string
contractFlowToken: string
contractFUSD: string
contractEVM: string
accessAPIHost: string
isLocal: boolean
walletDiscovery?: string
Expand All @@ -63,6 +64,7 @@ const publicConfig: PublicConfig = {
contractFungibleToken,
contractFlowToken,
contractFUSD,
contractEVM,
accessAPIHost:
process.env.NEXT_PUBLIC_ACCESS_API_HOST || "http://localhost:8080",
isLocal: process.env.NEXT_PUBLIC_IS_LOCAL === "true" || false,
Expand Down

0 comments on commit 70b5e50

Please sign in to comment.