Skip to content

Commit

Permalink
Update config/env.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Félix C. Morency <[email protected]>
Signed-off-by: Joseph Chalabi <[email protected]>
  • Loading branch information
chalabi2 and fmorency authored Jan 14, 2025
1 parent 7b1a642 commit 6d570b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const env = {
walletConnectKey: process.env.NEXT_PUBLIC_WALLETCONNECT_KEY ?? '',
web3AuthNetwork: process.env.NEXT_PUBLIC_WEB3AUTH_NETWORK ?? '',
chain: process.env.NEXT_PUBLIC_CHAIN ?? '',
osmosisTestnetChain: process.env.NEXT_PUBLIC_OSMOSIS_TESTNET_CHAIN ?? '',
osmosisChain: process.env.NEXT_PUBLIC_OSMOSIS_CHAIN ?? '',
chainTier: process.env.NEXT_PUBLIC_CHAIN_TIER ?? '',
apiUrl: process.env.NEXT_PUBLIC_API_URL ?? '',
indexerUrl: process.env.NEXT_PUBLIC_INDEXER_URL ?? '',
Expand Down

0 comments on commit 6d570b0

Please sign in to comment.