Skip to content

Commit

Permalink
restore remote api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
chatch committed Sep 25, 2023
1 parent 08a1a7b commit 7e04dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/stellar/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { hexStringToBytes } from '../utils'
import { scValToString } from './xdr_scval_utils'
import ContractIdInvalid from '../error/ContractIdInvalid'

// const API_URL = `https://steexp-api.fly.dev`
const API_URL = `http://localhost:3001`
const API_URL = `https://steexp-api.fly.dev`
// const API_URL = `http://localhost:3001`

interface ContractProps {
id: string
Expand Down

0 comments on commit 7e04dad

Please sign in to comment.