Skip to content

Commit

Permalink
add public soroban rpc url - gateway.fm
Browse files Browse the repository at this point in the history
  • Loading branch information
chatch committed Mar 31, 2024
1 parent 17d7ba6 commit 84a9aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/stellar/server_soroban.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import networks from './networks'
import { isLocalhost } from './utils'

export const sorobanRpcURIs: Record<string, string> = {
[networks.public]: 'https://soroban-rpc.mainnet.stellar.gateway.fm',
[networks.future]: 'https://rpc-futurenet.stellar.org',
[networks.test]: 'https://soroban-testnet.stellar.org',
[networks.local]: 'http://localhost:8000/soroban/rpc',
Expand Down

0 comments on commit 84a9aa7

Please sign in to comment.