Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ export const API_BASE_URL =

export const STELLAR_NETWORK = 'TESTNET'

export const SOROBAN_RPC_URL =
import.meta.env?.VITE_SOROBAN_RPC_URL || 'https://soroban-testnet.stellar.org'


export const CONTRACT_IDS = {
creditline:
'CAQDHYG3TALPNXG466SZUMJEPOI7VYV732LPFF3GHE4ASPBCNMIQBS3X',
Expand Down
Loading
Loading