Skip to content

Commit e4a04e2

Browse files
dylanjeffersclaude
andcommitted
fix: point SOLANA_RELAY_ENDPOINT to dedicated solana-relay host
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1301b84 commit e4a04e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/services/env/env.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const env: Env = {
6868
SOLANA_CLUSTER_ENDPOINT:
6969
'https://carolina-8qh733-fast-mainnet.helius-rpc.com',
7070
SOLANA_FEE_PAYER_ADDRESS: 'pqx3fvvh6b2eZBfLhTtQ5KxzU3CginmgGTmDCjk8TPP',
71-
SOLANA_RELAY_ENDPOINT: 'https://discoveryprovider.audius.co',
71+
SOLANA_RELAY_ENDPOINT: 'https://solana-relay.audius.engineering',
7272
SOLANA_TOKEN_PROGRAM_ADDRESS: 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA',
7373
SOLANA_WEB3_CLUSTER: 'mainnet-beta',
7474
STRIPE_CLIENT_PUBLISHABLE_KEY:

0 commit comments

Comments
 (0)