Skip to content

Commit

Permalink
🩹Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Dec 16, 2024
1 parent 24cc181 commit 0daab26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/dapp/src/helpers/getRemoteConfig.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import axios from 'axios'
import localDeployment from '../../../contracts/.soroban/testnet.contracts.json';
import { configFile } from '@/constants/constants';
const isLocal = process.env.NEXT_PUBLIC_IS_LOCAL
const localDeployment = require('../../../contracts/.soroban/deployments.json')
export const getRemoteConfig = async (network: string) => {
if(isLocal === 'true') {
return localDeployment
Expand Down

0 comments on commit 0daab26

Please sign in to comment.